fix #6108: firewall macros: Add missing ICMPv6 statements

Some macros only contained rules for ICMP echo requests, but not their
ICMPv6 counterparts. Add them, so they work properly with IPv6 setups.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Tested-by: Hannes Laimer <h.laimer@proxmox.com>
Link: https://lore.proxmox.com/20250204095733.55146-2-s.hanreich@proxmox.com
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Stefan Hanreich 2025-02-04 10:57:32 +01:00 committed by Thomas Lamprecht
parent 2a32eee42f
commit 8f2f3c6295

View File

@ -579,6 +579,10 @@
{
"icmp-type": "echo-request",
"proto": "icmp"
},
{
"icmp-type": "echo-request",
"proto": "icmpv6"
}
],
"desc": "ICMP echo request"
@ -858,6 +862,10 @@
{
"icmp-type": "echo-request",
"proto": "icmp"
},
{
"icmp-type": "echo-request",
"proto": "icmpv6"
}
],
"desc": "Traceroute (for up to 30 hops) traffic"