mirror of
https://github.com/openwrt/luci.git
synced 2025-12-27 05:24:58 +04:00
Merge pull request #6390 from jonathanunderwood/patch-1
luci-app-firewall: add missing ICMPv6 MLD types
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user