diff options
| author | Bill Nottingham <notting@redhat.com> | 2010-10-22 13:05:06 -0400 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2010-10-22 13:07:18 -0400 |
| commit | 5d69a368ab85b007177bc9a5ee38687f0c081708 (patch) | |
| tree | 69696bb5c68de26ad018e37dca2cfd84032207b3 /ppp/ipv6-up | |
| parent | 307462093c3fd2c9f8114e28f8e9a13127f5cbc6 (diff) | |
| download | initscripts-F12-branch.tar initscripts-F12-branch.tar.gz initscripts-F12-branch.tar.bz2 initscripts-F12-branch.tar.xz initscripts-F12-branch.zip | |
Don't use the /sbin/ip wrapper that was removed in mid-2009.F12-branch
Diffstat (limited to 'ppp/ipv6-up')
| -rw-r--r-- | ppp/ipv6-up | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
