Merge pull request #4485 from Robby-/master-luci-app-firewall-packettoobig
authorJo-Philipp Wich <jo@mein.io>
Fri, 30 Oct 2020 20:25:11 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 20:25:11 +0000 (21:25 +0100)
luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2)

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');