update_firewall-script_ipt-gateway.sh: add missing configuration files 'default_basic_behavior.conf', 'default_basic_behavior.conf', 'default_ipv6.conf'.
This commit is contained in:
parent
9f453d02fd
commit
e678cc3360
@ -208,13 +208,16 @@ else
|
|||||||
RO_SYSTEM=false
|
RO_SYSTEM=false
|
||||||
fi
|
fi
|
||||||
DEFAULT_FIREWALL_CONFIGURATION_FILES="
|
DEFAULT_FIREWALL_CONFIGURATION_FILES="
|
||||||
|
default_basic_behavior.conf
|
||||||
|
default_ipv4.conf
|
||||||
|
default_ipv6.conf
|
||||||
|
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
|
||||||
logging_ipv4.conf
|
logging_ipv4.conf
|
||||||
logging_ipv6.conf
|
logging_ipv6.conf
|
||||||
post_decalrations.conf
|
post_decalrations.conf
|
||||||
default_ports.conf
|
|
||||||
"
|
"
|
||||||
|
|
||||||
if [[ -f "$conf_file" ]]; then
|
if [[ -f "$conf_file" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user