Blame SOURCES/iptables-config

621646
# Load additional iptables modules (nat helpers)
621646
#   Default: -none-
621646
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
621646
# are loaded after the firewall rules are applied. Options for the helpers are
621646
# stored in /etc/modprobe.conf.
621646
IPTABLES_MODULES=""
621646
621646
# Save current firewall rules on stop.
621646
#   Value: yes|no,  default: no
621646
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
621646
# (e.g. on system shutdown).
621646
IPTABLES_SAVE_ON_STOP="no"
621646
621646
# Save current firewall rules on restart.
621646
#   Value: yes|no,  default: no
621646
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
621646
# restarted.
621646
IPTABLES_SAVE_ON_RESTART="no"
621646
621646
# Save (and restore) rule and chain counter.
621646
#   Value: yes|no,  default: no
621646
# Save counters for rules and chains to /etc/sysconfig/iptables if
621646
# 'service iptables save' is called or on stop or restart if SAVE_ON_STOP or
621646
# SAVE_ON_RESTART is enabled.
621646
IPTABLES_SAVE_COUNTER="no"
621646
621646
# Numeric status output
621646
#   Value: yes|no,  default: yes
621646
# Print IP addresses and port numbers in numeric format in the status output.
621646
IPTABLES_STATUS_NUMERIC="yes"
621646
621646
# Verbose status output
621646
#   Value: yes|no,  default: yes
621646
# Print info about the number of packets and bytes plus the "input-" and
621646
# "outputdevice" in the status output.
621646
IPTABLES_STATUS_VERBOSE="no"
621646
621646
# Status output with numbered lines
621646
#   Value: yes|no,  default: yes
621646
# Print a counter/number for every rule in the status output.
621646
IPTABLES_STATUS_LINENUMBERS="yes"
621646
621646
# Reload sysctl settings on start and restart
621646
#   Default: -none-
621646
# Space separated list of sysctl items which are to be reloaded on start.
621646
# List items will be matched by fgrep.
621646
#IPTABLES_SYSCTL_LOAD_LIST=".nf_conntrack .bridge-nf"
621646
621646
# Set wait option for iptables-restore calls in seconds
621646
#   Default: 600
621646
# Set to 0 to deactivate the wait.
621646
#IPTABLES_RESTORE_WAIT=600
621646
621646
# Set wait interval option for iptables-restore calls in microseconds
621646
#   Default: 1000000
621646
# Set to 100000 to try to get the lock every 100000 microseconds, 10 times a
621646
# second.
621646
# Only usable with IPTABLES_RESTORE_WAIT > 0
621646
#IPTABLES_RESTORE_WAIT_INTERVAL=1000000