From e678cc3360c5ebba7b55dff06b06b05d7a6701f1 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Oct 2022 01:17:06 +0200 Subject: [PATCH] update_firewall-script_ipt-gateway.sh: add missing configuration files 'default_basic_behavior.conf', 'default_basic_behavior.conf', 'default_ipv6.conf'. --- update_firewall-script_ipt-gateway.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update_firewall-script_ipt-gateway.sh b/update_firewall-script_ipt-gateway.sh index 1fc6d8e..4a1d30e 100755 --- a/update_firewall-script_ipt-gateway.sh +++ b/update_firewall-script_ipt-gateway.sh @@ -208,13 +208,16 @@ else RO_SYSTEM=false fi DEFAULT_FIREWALL_CONFIGURATION_FILES=" + default_basic_behavior.conf + default_ipv4.conf + default_ipv6.conf + default_ports.conf include_functions.conf load_modules_ipv4.conf load_modules_ipv6.conf logging_ipv4.conf logging_ipv6.conf post_decalrations.conf - default_ports.conf " if [[ -f "$conf_file" ]]; then