From 422194259c0f09a328bc53aac343e184fc9af157 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 23:02:05 -0600 Subject: [PATCH] Update subnet-down.tmpl --- tinc/subnet-down.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/subnet-down.tmpl b/tinc/subnet-down.tmpl index ce2c043..5ea9f19 100644 --- a/tinc/subnet-down.tmpl +++ b/tinc/subnet-down.tmpl @@ -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