]> git.pld-linux.org Git - packages/iptables.git/blame - iptables-config
remove TPROXY-IPv6 patch dropped from spec in 9b1e8e3
[packages/iptables.git] / iptables-config
CommitLineData
a94df067
JR
1# Save current firewall rules on stop.
2# Value: yes|no, default: no
3# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
4# (e.g. on system shutdown).
5IPTABLES_SAVE_ON_STOP="no"
6
7# Save (and restore) rule and chain counter.
8# Value: yes|no, default: yes
9# Save counters for rules and chains to /etc/sysconfig/iptables if
10# 'service iptables save' is called or on stop or restart if SAVE_ON_STOP
11# is enabled.
12IPTABLES_SAVE_COUNTER="yes"
13
14# Numeric status output
53ff372c 15# Value: yes|no, default: yes
a94df067 16# Print IP addresses and port numbers in numeric format in the status output.
53ff372c 17IPTABLES_STATUS_NUMERIC="yes"
a94df067
JR
18
19# Verbose status output
53ff372c 20# Value: yes|no, default: no
a94df067
JR
21# Print info about the number of packets and bytes plus the "input-" and
22# "outputdevice" in the status output.
23IPTABLES_STATUS_VERBOSE="no"
24
25# Status output with numbered lines
26# Value: yes|no, default: no
27# Print a counter/number for every rule in the status output.
28IPTABLES_STATUS_LINENUMBERS="no"
This page took 0.188365 seconds and 4 git commands to generate.