From 59706873fb53864ec67f27f702a4891730f863c4 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Thu, 13 Apr 2023 01:17:40 -0600 Subject: [PATCH] Update subnet-down --- tinc/subnet-down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/subnet-down b/tinc/subnet-down index 28fe51d..ea41116 100644 --- a/tinc/subnet-down +++ b/tinc/subnet-down @@ -20,7 +20,7 @@ else rm -f /tmp/tinc/peer/$NODE/ip/$address if echo $arpEntries | grep -q "\($address\)"; then - echo "[ARP] Removing $addresss from the table..." + echo "[ARP] Removing $address from the table..." arp -d $address fi fi