From 33b4a60887e2185bf4de943dcdaed07dc9e229c4 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 20 May 2019 22:17:16 +0200 Subject: [PATCH] update_firewall-script_ipt-server.sh,update_firewall-script_ipt-gateway.sh: don't copy ports.conf/default_ports.conf! --- update_firewall-script_ipt-gateway.sh | 3 ++- update_firewall-script_ipt-server.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/update_firewall-script_ipt-gateway.sh b/update_firewall-script_ipt-gateway.sh index b2c1d6f..bdb4610 100755 --- a/update_firewall-script_ipt-gateway.sh +++ b/update_firewall-script_ipt-gateway.sh @@ -200,7 +200,6 @@ DEFAULT_IPV4_FIREWALL_SCRIPT="ipt-firewall-gateway" DEFAULT_IPV6_FIREWALL_SCRIPT="ip6t-firewall-gateway" DEFAULT_CONFIG_DIR="/etc/ipt-firewall" DEFAULT_FIREWALL_CONFIGURATION_FILES=" - default_ports.conf include_functions.conf load_modules_ipv4.conf load_modules_ipv6.conf @@ -355,5 +354,7 @@ else echo_skipped fi +info "Configuration files \033[1mmain_ipv[4|6].conf\033[m and \033[1mdefault_ports.conf\033[m are not considered." + clean_up 0 diff --git a/update_firewall-script_ipt-server.sh b/update_firewall-script_ipt-server.sh index cd8b901..90d9503 100755 --- a/update_firewall-script_ipt-server.sh +++ b/update_firewall-script_ipt-server.sh @@ -205,7 +205,6 @@ DEFAULT_FIREWALL_CONFIGURATION_FILES=" load_modules_ipv6.conf logging_ipv4.conf logging_ipv6.conf - ports.conf post_decalrations.conf " @@ -354,5 +353,7 @@ else echo_skipped fi +info "Configuration files \033[1mmain_ipv[4|6].conf\033[m and \033[1mports.conf\033[m are not considered." + clean_up 0