]> git.pld-linux.org Git - packages/iptables.git/blob - ip6tables-config
- added link patch: don't propagate -lpcap everywhere; release 2
[packages/iptables.git] / ip6tables-config
1 # Save current firewall rules on stop.
2 #   Value: yes|no,  default: no
3 # Saves all firewall rules to /etc/sysconfig/ip6tables if firewall gets stopped
4 # (e.g. on system shutdown).
5 IP6TABLES_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/ip6tables if
10 # 'service ip6tables save' is called or on stop or restart if SAVE_ON_STOP
11 # is enabled.
12 IP6TABLES_SAVE_COUNTER="yes"
13
14 # Numeric status output
15 #   Value: yes|no,  default: yes
16 # Print IPv6 addresses and port numbers in numeric format in the status output.
17 IP6TABLES_STATUS_NUMERIC="yes"
18
19 # Verbose status output
20 #   Value: yes|no,  default: no
21 # Print info about the number of packets and bytes plus the "input-" and
22 # "outputdevice" in the status output.
23 IP6TABLES_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.
28 IP6TABLES_STATUS_LINENUMBERS="no"
This page took 0.064445 seconds and 3 git commands to generate.