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:
parent
a1d3c7857d
commit
33b4a60887
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user