diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:38:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:38:29 +0000 |
commit | 9f4475a5291dc297a8b52deb672cdd3f6965bde0 (patch) | |
tree | 0a924d25b4826477b5f86193b8a0f79da0ba10a5 /net-firewall/iptables/files/iptables-1.3.2.confd | |
parent | arm/s390 love (diff) | |
download | gentoo-2-9f4475a5291dc297a8b52deb672cdd3f6965bde0.tar.gz gentoo-2-9f4475a5291dc297a8b52deb672cdd3f6965bde0.tar.bz2 gentoo-2-9f4475a5291dc297a8b52deb672cdd3f6965bde0.zip |
Version bump #98641 by Lars (Polynomial-C). Unified the iptables/ip6tables
init.d scripts. Added a new panic option to init.d #72033 by Colin
Kingsley.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall/iptables/files/iptables-1.3.2.confd')
-rw-r--r-- | net-firewall/iptables/files/iptables-1.3.2.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-firewall/iptables/files/iptables-1.3.2.confd b/net-firewall/iptables/files/iptables-1.3.2.confd new file mode 100644 index 000000000000..91287debdbcf --- /dev/null +++ b/net-firewall/iptables/files/iptables-1.3.2.confd @@ -0,0 +1,11 @@ +# /etc/conf.d/iptables + +# Location in which iptables initscript will save set rules on +# service shutdown +IPTABLES_SAVE="/var/lib/iptables/rules-save" + +# Options to pass to iptables-save and iptables-restore +SAVE_RESTORE_OPTIONS="-c" + +# Save state on stopping iptables +SAVE_ON_STOP="yes" |