mirror of
https://git.proxmox.com/git/proxmox-ve-rs
synced 2025-10-04 18:26:09 +00:00
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:
parent
2a32eee42f
commit
8f2f3c6295
@ -579,6 +579,10 @@
|
|||||||
{
|
{
|
||||||
"icmp-type": "echo-request",
|
"icmp-type": "echo-request",
|
||||||
"proto": "icmp"
|
"proto": "icmp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icmp-type": "echo-request",
|
||||||
|
"proto": "icmpv6"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"desc": "ICMP echo request"
|
"desc": "ICMP echo request"
|
||||||
@ -858,6 +862,10 @@
|
|||||||
{
|
{
|
||||||
"icmp-type": "echo-request",
|
"icmp-type": "echo-request",
|
||||||
"proto": "icmp"
|
"proto": "icmp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icmp-type": "echo-request",
|
||||||
|
"proto": "icmpv6"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"desc": "Traceroute (for up to 30 hops) traffic"
|
"desc": "Traceroute (for up to 30 hops) traffic"
|
||||||
|
Loading…
Reference in New Issue
Block a user