]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Restart shorewall to make sure it gets virtual interfaces
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 19 Jan 2012 13:21:51 +0000 (11:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 19 Jan 2012 13:21:51 +0000 (11:21 -0200)
files/etc/rc.local

index ce067a7cd13bf81c8ef4b7688083f85ed6e5bb1a..8772152c022e050978bfe73e71a04fbdc1020c98 100644 (file)
@@ -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