Update subnet-down

This commit is contained in:
Manevolent 2023-04-13 00:48:36 -06:00 committed by GitHub
parent b1798fc1f0
commit 063341cabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ if [ -z "$nonMACChars" ]; then
rm -f /tmp/tinc/peer/$NODE/mac/$SUBNET
if echo $arpEntries | grep -q -E "at $SUBNET "; then
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 echo "[ARP] Removing from table: "
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 echo [ARP] Removing from table:
echo $arpEntries | grep -E "at 0?*$SUBNET0?* " | sed -r 's/^.+\((.+)\).+$/\1/g' | xargs -n1 arp -d
fi
else