diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-10 18:06:59 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-10 18:06:59 +0000 |
commit | 5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b (patch) | |
tree | 11ebbf459f8c1e8eed46096f768a8cff8aab7d08 /net-firewall/iptables/files | |
parent | updated patch (Manifest recommit) (diff) | |
download | gentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.tar.gz gentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.tar.bz2 gentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.zip |
Closing #56537.
Diffstat (limited to 'net-firewall/iptables/files')
-rw-r--r-- | net-firewall/iptables/files/ip6tables.init | 4 |
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; |