Update subnet-down

This commit is contained in:
Manevolent 2023-04-13 01:17:40 -06:00 committed by GitHub
parent c1cd2221b3
commit 59706873fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ else
rm -f /tmp/tinc/peer/$NODE/ip/$address rm -f /tmp/tinc/peer/$NODE/ip/$address
if echo $arpEntries | grep -q "\($address\)"; then if echo $arpEntries | grep -q "\($address\)"; then
echo "[ARP] Removing $addresss from the table..." echo "[ARP] Removing $address from the table..."
arp -d $address arp -d $address
fi fi
fi fi