Update subnet-down.tmpl

This commit is contained in:
Manevolent 2023-04-12 23:02:05 -06:00 committed by GitHub
parent 9f43326d8c
commit 422194259c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ else
# This subnet is likely an IP address, remove it from the ARP table
address=`echo "\$SUBNET" | cut -d '/' -f 1`
echo "Unmapping \$address <=> \$mac from ARP table"
arp -s "\$address"
arp -d "\$address"
fi
fi