This commit is contained in:
Patrik Lundin 2024-10-29 14:23:34 +01:00
parent 0b3e9c48ff
commit 2ad7073858
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -97,7 +97,7 @@ class cdn::cache(
} }
# Allow IPv6 tunnel packets arriving from l4lb nodes # Allow IPv6 tunnel packets arriving from l4lb nodes
sunet::nftables::rule { 'sunet_cdn_tunnel4': sunet::nftables::rule { 'sunet_cdn_tunnel6':
rule => 'add rule inet filter input ip6 saddr { 2001:6b0:2006:74::1, 2001:6b0:2006:75::1 } ip6 nexthdr ipv6 counter accept comment "sunet-cdn-tunnel6"' rule => 'add rule inet filter input ip6 saddr { 2001:6b0:2006:74::1, 2001:6b0:2006:75::1 } ip6 nexthdr ipv6 counter accept comment "sunet-cdn-tunnel6"'
} }