From 2ad70738585162afcd6cbfb99cfeeef90f67ae9b Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Tue, 29 Oct 2024 14:23:34 +0100 Subject: [PATCH] Fix name --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index 2a4af46..2be2f53 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -97,7 +97,7 @@ class cdn::cache( } # 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"' }