Update subnet-down
This commit is contained in:
parent
0b556e223c
commit
e5e9b2fae9
@ -14,7 +14,8 @@ else
|
||||
address=`echo "$SUBNET" | cut -d '/' -f 1`
|
||||
rm -f /tmp/tinc_peer_mac_$NODE_$address
|
||||
if arp -an | grep -q "\($address\)"; then
|
||||
echo "Unmapping $addresss
|
||||
echo "[ARP] Unmapping $addresss from ARP table"
|
||||
arp -d $address
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user