summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-06 20:27:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-06 20:27:33 +0000
commit274cd9f93778cfe19701b45fd1201ba74d6e50b4 (patch)
treeaea207791126dc134ec9a7592cba42df6ac37c3e /net-firewall/iptables/files/iptables-1.3.2.confd
parentMake 2.14.x dep on firefox 1.x only; bug #154163 (diff)
downloadgentoo-2-274cd9f93778cfe19701b45fd1201ba74d6e50b4.tar.gz
gentoo-2-274cd9f93778cfe19701b45fd1201ba74d6e50b4.tar.bz2
gentoo-2-274cd9f93778cfe19701b45fd1201ba74d6e50b4.zip
allow people to not flush firewall on stop #154269
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'net-firewall/iptables/files/iptables-1.3.2.confd')
-rw-r--r--net-firewall/iptables/files/iptables-1.3.2.confd3
1 files changed, 3 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
index 91287debdbcf..83dd4c4fc2d6 100644
--- a/net-firewall/iptables/files/iptables-1.3.2.confd
+++ b/net-firewall/iptables/files/iptables-1.3.2.confd
@@ -9,3 +9,6 @@ SAVE_RESTORE_OPTIONS="-c"
# Save state on stopping iptables
SAVE_ON_STOP="yes"
+
+# Flush all rules and delete all chains on shutdown?
+CLEAR_ON_STOP="yes"