From 4f7a79638358408eecb70337fb01f9ab372a33ae Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Fri, 21 Feb 2025 10:49:19 +0100 Subject: [PATCH] added missing bracket --- .../overlay/etc/nftables/conf.d/501.nft | 2 +- .../overlay/etc/nftables/conf.d/501.nft | 2 +- .../overlay/etc/nftables/conf.d/501.nft | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal-sto4-prod-k8sc-0.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft b/internal-sto4-prod-k8sc-0.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft index 5282f80..6124b63 100644 --- a/internal-sto4-prod-k8sc-0.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft +++ b/internal-sto4-prod-k8sc-0.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft @@ -1 +1 @@ -add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" \ No newline at end of file +add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" } diff --git a/internal-sto4-prod-k8sc-1.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft b/internal-sto4-prod-k8sc-1.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft index 5282f80..6124b63 100644 --- a/internal-sto4-prod-k8sc-1.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft +++ b/internal-sto4-prod-k8sc-1.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft @@ -1 +1 @@ -add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" \ No newline at end of file +add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" } diff --git a/internal-sto4-prod-k8sc-2.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft b/internal-sto4-prod-k8sc-2.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft index 5282f80..6124b63 100644 --- a/internal-sto4-prod-k8sc-2.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft +++ b/internal-sto4-prod-k8sc-2.rut.sunet.se/overlay/etc/nftables/conf.d/501.nft @@ -1 +1 @@ -add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" \ No newline at end of file +add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public" }