summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/iptables/files/ip6tables.init')
-rw-r--r--net-firewall/iptables/files/ip6tables.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/files/ip6tables.init b/net-firewall/iptables/files/ip6tables.init
index 02446e245d4d..128391081e4a 100644
--- a/net-firewall/iptables/files/ip6tables.init
+++ b/net-firewall/iptables/files/ip6tables.init
@@ -2,7 +2,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or
# later
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/ip6tables.init,v 1.3 2004/01/26 10:40:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/ip6tables.init,v 1.4 2004/07/10 18:06:59 aliz Exp $
opts="start stop save reload"
@@ -65,7 +65,7 @@ stop() {
reload() {
ebegin "Flushing firewall"
- for a in `cat /proc/net/ip_tables_names`; do
+ for a in `cat /proc/net/ip6_tables_names`; do
/sbin/ip6tables -F -t $a
/sbin/ip6tables -X -t $a
done;