X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-firewall%2Fhtdocs%2Fluci-static%2Fresources%2Fview%2Ffirewall%2Frules.js;h=b727f4e79826c78fa8059de1575de43337cc29f5;hp=018554e991b90a4d13e414598161d9be1e56be25;hb=HEAD;hpb=7a4afdcb05ad69fd9c0e39de9b44a59ad31130a7 diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js index 018554e991..b727f4e798 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js @@ -22,7 +22,7 @@ function rule_proto_txt(s, ctHelpers) { }; }); - m = String(uci.get('firewall', s, 'helper') || '').match(/^(!\s*)?(\S+)$/); + var m = String(uci.get('firewall', s, 'helper') || '').match(/^(!\s*)?(\S+)$/); var h = m ? { val: m[0].toUpperCase(), inv: m[1], @@ -325,6 +325,9 @@ return view.extend({ o.value('mobile-prefix-advertisement'); /* icmpv6 147 */ o.value('mobile-prefix-solicitation'); /* icmpv6 146 */ o.value('mpl-control-message'); /* icmpv6 159 */ + o.value('multicast-listener-query'); /* icmpv6 130 */ + o.value('multicast-listener-report'); /* icmpv6 131 */ + o.value('multicast-listener-done'); /* icmpv6 132 */ o.value('multicast-router-advertisement'); /* icmpv6 151 */ o.value('multicast-router-solicitation'); /* icmpv6 152 */ o.value('multicast-router-termination'); /* icmpv6 153 */