From 42f0523b64a6ffbb3e4b259f866fba19b400266a Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 31 Oct 2022 13:50:18 +0100
Subject: [PATCH] Remove removed option

---
 roles/firewall/files/shorewall/shorewall.conf   | 2 --
 roles/firewall/files/shorewall/shorewall6.conf  | 2 --
 roles/firewall/files/shorewall6/shorewall6.conf | 2 --
 3 files changed, 6 deletions(-)

diff --git a/roles/firewall/files/shorewall/shorewall.conf b/roles/firewall/files/shorewall/shorewall.conf
index b978dd3..1982e86 100644
--- a/roles/firewall/files/shorewall/shorewall.conf
+++ b/roles/firewall/files/shorewall/shorewall.conf
@@ -191,8 +191,6 @@ IP_FORWARDING=Yes
 
 KEEP_RT_TABLES=No
 
-LOAD_HELPERS_ONLY=Yes
-
 MACLIST_TABLE=filter
 
 MACLIST_TTL=
diff --git a/roles/firewall/files/shorewall/shorewall6.conf b/roles/firewall/files/shorewall/shorewall6.conf
index f75fbbc..b8bf6d1 100644
--- a/roles/firewall/files/shorewall/shorewall6.conf
+++ b/roles/firewall/files/shorewall/shorewall6.conf
@@ -178,8 +178,6 @@ IP_FORWARDING=Yes
 
 KEEP_RT_TABLES=Yes
 
-LOAD_HELPERS_ONLY=Yes
-
 MACLIST_TABLE=filter
 
 MACLIST_TTL=
diff --git a/roles/firewall/files/shorewall6/shorewall6.conf b/roles/firewall/files/shorewall6/shorewall6.conf
index 98645f3..a13f015 100644
--- a/roles/firewall/files/shorewall6/shorewall6.conf
+++ b/roles/firewall/files/shorewall6/shorewall6.conf
@@ -178,8 +178,6 @@ IP_FORWARDING=Yes
 
 KEEP_RT_TABLES=Yes
 
-LOAD_HELPERS_ONLY=Yes
-
 MACLIST_TABLE=filter
 
 MACLIST_TTL=
-- 
GitLab