Update subnet-down
This commit is contained in:
parent
cdf352c3e0
commit
3eb7134ff6
@ -10,7 +10,7 @@ if [ -z "$nonMACChars" ]; then
|
|||||||
rm -f /tmp/tinc/peer/$NODE/mac/$SUBNET
|
rm -f /tmp/tinc/peer/$NODE/mac/$SUBNET
|
||||||
|
|
||||||
if echo $arpEntries | grep -q -E "at $SUBNET "; then
|
if echo $arpEntries | grep -q -E "at $SUBNET "; then
|
||||||
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n 1 -I {} echo "[ARP] Removing {} from the table..."
|
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 -I {} echo "[ARP] Removing {} from the table..."
|
||||||
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 arp -d
|
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 arp -d
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user