From 6578fad0e0fb4db1db35d2109cecc0561a1b4af0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 11 Jan 2005 20:50:50 +0000 Subject: replace the use of route/ifconfig with ip, remove support for ipv6calc (, ) --- sysconfig/network-scripts/init.ipv6-global | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysconfig/network-scripts/init.ipv6-global') diff --git a/sysconfig/network-scripts/init.ipv6-global b/sysconfig/network-scripts/init.ipv6-global index 79ef9949..4047c986 100755 --- a/sysconfig/network-scripts/init.ipv6-global +++ b/sysconfig/network-scripts/init.ipv6-global @@ -4,14 +4,14 @@ # # # Taken from: init.ipv6-global -# (P) & (C) 2001-2002 by Peter Bieringer +# (P) & (C) 2001-2005 by Peter Bieringer # -# You will find more information in the IPv6-HowTo for Linux at -# http://www.bieringer.de/linux/IPv6/ +# You will find more information on the initscripts-ipv6 homepage at +# http://www.deepspace6.net/projects/initscripts-ipv6.html # # RHL integration assistance by Pekka Savola # -# Version 2002-10-30 +# Version 2005-01-04 # # Calling parameters: # $1: action (currently supported: start|stop|showsysctl) @@ -150,7 +150,7 @@ case $ACTION in ipv6_cleanup_tunnel_devices # Shut down generic tunnel interface now - ipv6_exec_ifconfig sit0 down + ipv6_exec_ip link set sit0 down ;; *) -- cgit v1.2.1