update_firewall-script_ipt-server.sh,update_firewall-script_ipt-gateway.sh: don't copy ports.conf/default_ports.conf!

This commit is contained in:
Christoph 2019-05-20 22:17:16 +02:00
parent a1d3c7857d
commit 33b4a60887
2 changed files with 4 additions and 2 deletions

View File

@ -200,7 +200,6 @@ DEFAULT_IPV4_FIREWALL_SCRIPT="ipt-firewall-gateway"
DEFAULT_IPV6_FIREWALL_SCRIPT="ip6t-firewall-gateway" DEFAULT_IPV6_FIREWALL_SCRIPT="ip6t-firewall-gateway"
DEFAULT_CONFIG_DIR="/etc/ipt-firewall" DEFAULT_CONFIG_DIR="/etc/ipt-firewall"
DEFAULT_FIREWALL_CONFIGURATION_FILES=" DEFAULT_FIREWALL_CONFIGURATION_FILES="
default_ports.conf
include_functions.conf include_functions.conf
load_modules_ipv4.conf load_modules_ipv4.conf
load_modules_ipv6.conf load_modules_ipv6.conf
@ -355,5 +354,7 @@ else
echo_skipped echo_skipped
fi 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 clean_up 0

View File

@ -205,7 +205,6 @@ DEFAULT_FIREWALL_CONFIGURATION_FILES="
load_modules_ipv6.conf load_modules_ipv6.conf
logging_ipv4.conf logging_ipv4.conf
logging_ipv6.conf logging_ipv6.conf
ports.conf
post_decalrations.conf post_decalrations.conf
" "
@ -354,5 +353,7 @@ else
echo_skipped echo_skipped
fi fi
info "Configuration files \033[1mmain_ipv[4|6].conf\033[m and \033[1mports.conf\033[m are not considered."
clean_up 0 clean_up 0