From: Silvio Rhatto Date: Thu, 19 Jan 2012 13:21:51 +0000 (-0200) Subject: Restart shorewall to make sure it gets virtual interfaces X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d9a10c61f2a5a644fb6edfe14c3c7dfd07a1783;p=puppet-nodo.git Restart shorewall to make sure it gets virtual interfaces --- diff --git a/files/etc/rc.local b/files/etc/rc.local index ce067a7..8772152 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -25,5 +25,8 @@ if [ -d "/proc/bus/usb" ]; then /bin/mount -t usbfs usbfs /proc/bus/usb -onodev,noexec,nosuid fi +# Restart shorewall to make sure it gets virtual interfaces +/etc/init.d/shorewall restart + # Then exit exit 0