diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-10-30 21:25:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 21:25:11 +0100 |
commit | 08450007f06903258fd46234a4185db1510b1e86 (patch) | |
tree | 7a3d4691d14de5441241b141f4e7280ab8c123ef /applications/luci-app-firewall | |
parent | ff36d0eb5d1146680e0903f8b5e00102f756fda1 (diff) | |
parent | 43dc4208647734ab440eb84ecc7d11f8b2fd3e11 (diff) |
Merge pull request #4485 from Robby-/master-luci-app-firewall-packettoobig
luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2)
Diffstat (limited to 'applications/luci-app-firewall')
-rw-r--r-- | applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 8cb1a1242..bacbbd704 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 @@ -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'); |