aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-08-14 15:45:17 -0400
committerBill Nottingham <notting@redhat.com>2009-08-21 11:16:29 -0400
commitb9d6488bf46dc6d988785bf7e971c34fa17ae738 (patch)
treed980e9b2a409233070c9e95a29c2799d94aa92e2 /ppp
parentcacace806c960f80a7089e379a7d8549eb8be32a (diff)
downloadinitscripts-b9d6488bf46dc6d988785bf7e971c34fa17ae738.tar
initscripts-b9d6488bf46dc6d988785bf7e971c34fa17ae738.tar.gz
initscripts-b9d6488bf46dc6d988785bf7e971c34fa17ae738.tar.bz2
initscripts-b9d6488bf46dc6d988785bf7e971c34fa17ae738.tar.xz
initscripts-b9d6488bf46dc6d988785bf7e971c34fa17ae738.zip
Remove ipv6_del_route; adjust callers.
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-up.ipv6to42
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/ip-up.ipv6to4 b/ppp/ip-up.ipv6to4
index 8e6b094e..59a3c5f9 100644
--- a/ppp/ip-up.ipv6to4
+++ b/ppp/ip-up.ipv6to4
@@ -165,7 +165,7 @@ if [ "$IPV6TO4INIT" = "yes" ]; then
fi
# Cleanup autmatically generated autotunnel (not needed for 6to4)
- ipv6_del_route "::/96" "::" tun6to4
+ /sbin/ip -6 route del ::/96 dev tun6to4
ipv6_del_addr_on_device tun6to4 "::$ipv4addr/128"
if [ "$IPV6_CONTROL_RADVD" = "yes" ]; then