Update subnet-up.tmpl

This commit is contained in:
Manevolent 2023-04-12 22:35:23 -06:00 committed by GitHub
parent 40bef2127c
commit e7df65037b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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