ceph: allow IPv6 neighbor discovery on mgmt interface

This commit is contained in:
Timotej Lazar 2024-11-27 17:37:07 +01:00
parent 0a0ce7e2a5
commit ff9620ed2a

View file

@ -42,6 +42,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