31d8898f82
Sat Jul 19 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-7.90.1 - fixed save when iptables file is missing and iptables-config permissions Tue Jul 08 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-7 - fixes for ip6tables: module unloading, setting policy only for existing tables Thu Jul 03 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-6 - IPTABLES_SAVE_COUNTER defaults to no, now - install config file in /etc/sysconfig - exchange unload of ip_tables and ip_conntrack - fixed start function Wed Jul 02 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-5 - new config option IPTABLES_SAVE_ON_RESTART - init script: new status, save and restart - fixes #44905, #65389, #80785, #82860, #91040, #91560 and #91374 Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-4 - new config option IPTABLES_STATUS_NUMERIC - cleared IPTABLES_MODULES in iptables-config Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-3 - new init scripts Sat Jun 28 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove check for very old kernel versions in init scripts - sync up both init scripts and remove some further ugly things - add some docu into rpm Thu Jun 26 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-2 - rebuild Mon Jun 16 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-1 - update to 1.2.8
20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
# Additional iptables modules (nat helper)
|
|
# Default: -empty-
|
|
#IPTABLES_MODULES="ip_nat_ftp"
|
|
|
|
# Save current firewall rules on stop.
|
|
# Value: yes|no, default: no
|
|
#IPTABLES_SAVE_ON_STOP="no"
|
|
|
|
# Save current firewall rules on restart.
|
|
# Value: yes|no, default: no
|
|
#IPTABLES_SAVE_ON_RESTART="no"
|
|
|
|
# Save (and restore) rule counter.
|
|
# Value: yes|no, default: no
|
|
#IPTABLES_SAVE_COUNTER="no"
|
|
|
|
# Numeric status output
|
|
# Value: yes|no, default: no
|
|
#IPTABLES_STATUS_NUMERIC="no"
|