brcm47xx: run ssb_pcicore_fix_sprom_core_index just for ssb bus on pci
[openwrt.git] / package / firewall / files / lib / fw.sh
index 647bcd6..a13eb7e 100644 (file)
@@ -166,7 +166,7 @@ fw__exec() { # <action> <family> <table> <chain> <target> <position> { <rules> }
        while [ $# -gt 1 ]; do
                # special parameter handling
                case "$1:$2" in
-                       -p:icmp*|--protocol:icmp*)
+                       -p:icmp*|-p:1|-p:58|--protocol:icmp*|--protocol:1|--protocol:58)
                                [ "$app" = ip6tables ] && \
                                        cmdline="$cmdline -p icmpv6" || \
                                        cmdline="$cmdline -p icmp"
This page took 0.021645 seconds and 4 git commands to generate.