firewall: improve logging in hotplug script

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 39300
lede-17.01
John Crispin 2014-01-15 18:29:59 +00:00
parent f3a243c3dd
commit a844275f37
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
fw3 -q network "$INTERFACE" >/dev/null || exit 0
logger -t firewall "Reloading firewall due to ifup of $INTERFACE ($DEVICE)"
logger -t firewall "Reloading firewall due to $ACTION of $INTERFACE ($DEVICE)"
fw3 -q reload