luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2) 4485/head
authorRobby K <robbyke@gmail.com>
Thu, 1 Oct 2020 20:52:46 +0000 (22:52 +0200)
committerRobby K <robbyke@gmail.com>
Thu, 1 Oct 2020 20:52:46 +0000 (22:52 +0200)
The "Match ICMP type" drop-down menu was missing this ICMPv6 type. According to RFC 4890 section 4.3.1 it is essential for communications and must not be dropped. This patch allows for doing this through LuCI.

Signed-off-by: Robby K <robbyke@gmail.com>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js

index 8cb1a1242b0f17b6595f29cc254ecc2db2f9ca7e..bacbbd704402be3100859b798bb845b99547700a 100644 (file)
@@ -308,6 +308,7 @@ return view.extend({
                o.value('network-redirect');
                o.value('network-unknown');
                o.value('network-unreachable');
+               o.value('packet-too-big');
                o.value('parameter-problem');
                o.value('port-unreachable');
                o.value('precedence-cutoff');