mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-07 19:34:00 +02:00
Made notify-arp-neighbours non-blocking
- Speeds up computer startup (no waiting for interfaces to get up) - Does not block network join with arp discovery
This commit is contained in:
parent
e72ca5cef9
commit
cd22a6bac5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
#echo "START: $(date)" >> /tmp/nei
|
#echo "START: $(date)" >> /tmp/nei
|
||||||
/usr/local/sbin/notify-arp-neighbours.sh
|
$(/usr/local/sbin/notify-arp-neighbours.sh) &
|
||||||
#echo "STOP: $(date)" >> /tmp/nei
|
#echo "STOP: $(date)" >> /tmp/nei
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue