]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
fix wrong icmpv6 types
authorMira Limbeck <m.limbeck@proxmox.com>
Wed, 29 Apr 2020 13:45:24 +0000 (15:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 10:08:59 +0000 (12:08 +0200)
commitd676aa18e231b694ecd20dba8f5eca5a94145aaa
tree31ad2918429b166a90ca4b66c0997674a9d1fde3
parentbe99c6a0e95108bd9fe84b3c238e216ed2b31e64
fix wrong icmpv6 types

This removes icmpv6-type 'any' as it is not supported by ip6tables. Also
introduced new icmpv6 types 'beyond-scope', 'failed-policy' and
'reject-route'. These values were taken from 'ip6tables -p icmpv6 -h'.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/PVE/Firewall.pm