From 9d2e2d459038a25477dacde8239f646e935862bd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 22 Oct 2010 13:05:06 -0400 Subject: Don't use the /sbin/ip wrapper that was removed in mid-2009. --- ppp/ipv6-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppp/ipv6-up') diff --git a/ppp/ipv6-up b/ppp/ipv6-up index 92588b98..06062cfa 100644 --- a/ppp/ipv6-up +++ b/ppp/ipv6-up @@ -98,7 +98,7 @@ fi # Setup additional static IPv6 routes (newer config style) if [ -f "/etc/sysconfig/network-scripts/route6-$DEVICE" ]; then cat "/etc/sysconfig/network-scripts/route6-$DEVICE" | sed 's/#.*//g' | grep -v '^[[:space:]]*$' | while read line; do - ipv6_exec_ip -6 route add $line + /sbin/ip -6 route add $line done fi -- cgit v1.2.1