luci/applications/luci-app-firewall
Aaron Jones 17f3e03930
luci-app-firewall: rules: allow ICMPv6 ND types
The "Match ICMP Type" dropdown had entries for router
solicitation & router advertisements, but not the more
generic neighbour solicitation & neighbour advertisements.

A LAN cannot function without Neighbour Discovery; this
means that setting a LAN interface default input policy to
REJECT breaks IPv6 WAN access for all hosts on that LAN;
as they can no longer discover their gateway's MAC address.
This can be fixed with appropriate rules allowing ND input,
which this patch allows one to do in LuCI.

The spelling is the same as in [1].

[1] <https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/config/firewall/files/firewall.config>

Signed-off-by: Aaron Jones <aaronmdjones@gmail.com>
2019-08-11 06:10:47 +00:00
..
htdocs/luci-static/resources luci-app-firewall: rules: allow ICMPv6 ND types 2019-08-11 06:10:47 +00:00
luasrc luci-app-firewall: switch to client side CBI views 2019-07-07 15:36:26 +02:00
po luci-app-firewall: update Spanish translation 2019-08-01 22:48:19 -03:00
Makefile luci-app-firewall: add license tag 2017-06-13 13:40:01 +02:00