From 0d9a10c61f2a5a644fb6edfe14c3c7dfd07a1783 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Jan 2012 11:21:51 -0200 Subject: Restart shorewall to make sure it gets virtual interfaces --- files/etc/rc.local | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3