proxmox-backup: allow IPv6 ND on management interface

IPv6 doesn’t work otherwise.
This commit is contained in:
Timotej Lazar 2025-01-23 13:12:25 +01:00
parent 0d607fe2a4
commit 9720379c14

View file

@ -19,6 +19,10 @@ table inet filter {
packet-too-big, parameter-problem, time-exceeded,
} accept comment "accept some ICMPv6"
iif mgmt0 ip6 hoplimit 255 ip6 nexthdr icmpv6 icmpv6 type {
nd-neighbor-advert, nd-neighbor-solicit, nd-router-advert
} accept comment "accept IPv6 neighbor discovery"
# BGP / BFD sessions
iif lan0 ip6 saddr fe80::/64 accept
iif lan1 ip6 saddr fe80::/64 accept