summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-19 13:54:34 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-19 13:54:34 +0000
commitc5aa7adbc2bcb1f87ae08f043b2861dd1ef82643 (patch)
treeb551b016b0017816b949aac19b4dec812fc6268d /net-firewall/iptables/files
parentNew package -- port redirector, see bug #29094 (diff)
downloadgentoo-2-c5aa7adbc2bcb1f87ae08f043b2861dd1ef82643.tar.gz
gentoo-2-c5aa7adbc2bcb1f87ae08f043b2861dd1ef82643.tar.bz2
gentoo-2-c5aa7adbc2bcb1f87ae08f043b2861dd1ef82643.zip
closing #29087
Diffstat (limited to 'net-firewall/iptables/files')
-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 406de57b1434..e067b9d20f75 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.1 2003/05/04 18:19:03 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/ip6tables.init,v 1.2 2003/09/19 13:54:29 aliz Exp $
opts="start stop save"
@@ -40,7 +40,7 @@ stop() {
echo "0" > /proc/sys/net/ipv6/conf/all/forwarding
fi
- for a in `cat /proc/net/ip_tables_names`; do
+ for a in `cat /proc/net/ip6_tables_names`; do
ip6tables -F -t $a
ip6tables -X -t $a