make reload work too in sipb-xen-iptables.init, just for fun
[invirt/packages/invirt-web.git] / debian / sipb-xen-iptables.init
index e9337c1..ea2950d 100755 (executable)
@@ -26,6 +26,11 @@ do_start()
        /sbin/iptables-restore < $RULES
 }
 
+do_reload()
+{
+       do_start
+}
+
 do_stop()
 {
        return 0