From e7df65037b33bcabe9df4e299ed24c303fe2a202 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 22:35:23 -0600 Subject: [PATCH] Update subnet-up.tmpl --- tinc/subnet-up.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/subnet-up.tmpl b/tinc/subnet-up.tmpl index 5277565..22fea36 100644 --- a/tinc/subnet-up.tmpl +++ b/tinc/subnet-up.tmpl @@ -11,6 +11,6 @@ else mac=`cat \$macFile` arp -s "\$SUBNET" "\$mac" else - echo "WARNING: No MAC known for node \$NODE, can't route \$SUBNET. This is only a problem if this is a remote route." + echo "[WARNING] No MAC known for node \$NODE, can't route \$SUBNET. This is only a problem if this is a remote route." fi fi