package/kernel: prefix library modules with lib-
[openwrt.git] / package / qos-scripts / files / usr / lib / qos / generate.sh
index 093967f..a983d15 100755 (executable)
@@ -486,6 +486,13 @@ case "$1" in
                start_interfaces
        ;;
        firewall)
-               start_firewall
+               case "$2" in
+                       stop)
+                               stop_firewall
+                       ;;
+                       start|"")
+                               start_firewall
+                       ;;
+               esac
        ;;
 esac
This page took 0.024074 seconds and 4 git commands to generate.