diff options
author | Bill Nottingham <notting@redhat.com> | 2005-01-11 20:50:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-01-11 20:50:50 +0000 |
commit | 6578fad0e0fb4db1db35d2109cecc0561a1b4af0 (patch) | |
tree | 5b8a84d70344613f05df7858a5e33ca35eb48d3d /sysconfig/network-scripts/init.ipv6-global | |
parent | 52b6352b9f0a9a249880cd00394eee1ba8adfd8f (diff) | |
download | initscripts-6578fad0e0fb4db1db35d2109cecc0561a1b4af0.tar initscripts-6578fad0e0fb4db1db35d2109cecc0561a1b4af0.tar.gz initscripts-6578fad0e0fb4db1db35d2109cecc0561a1b4af0.tar.bz2 initscripts-6578fad0e0fb4db1db35d2109cecc0561a1b4af0.tar.xz initscripts-6578fad0e0fb4db1db35d2109cecc0561a1b4af0.zip |
replace the use of route/ifconfig with ip, remove support for ipv6calc
(<pb@bierenger.de>, <pekkas@netcore.fi>)
Diffstat (limited to 'sysconfig/network-scripts/init.ipv6-global')
-rwxr-xr-x | sysconfig/network-scripts/init.ipv6-global | 10 |
1 files changed, 5 insertions, 5 deletions
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 <pb@bieringer.de> +# (P) & (C) 2001-2005 by Peter Bieringer <pb@bieringer.de> # -# 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 <pekkas@netcore.fi> # -# 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 ;; *) |