ar71xx: don't use vlan 0 for devices with rtl8366s switch
[openwrt.git] / package / firewall / files / lib / fw.sh
index 5536420..86e8171 100644 (file)
@@ -51,8 +51,8 @@ fw__exec() { # <action> <family> <table> <chain> <target> <position> { <rules> }
                shift
                while [ "$1" != '}' ]; do
                        case "$1" in
                shift
                while [ "$1" != '}' ]; do
                        case "$1" in
-                               *.*.*.*) ip4=1 ;;
                                *:*) ip6=1 ;;
                                *:*) ip6=1 ;;
+                               *.*.*.*) ip4=1 ;;
                        esac
                        shift
                done
                        esac
                        shift
                done
This page took 0.022386 seconds and 4 git commands to generate.