From 38b1ad796b1d870e37e1227c56711e7f4306e308 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Thu, 4 Jul 2002 14:57:07 +0000 Subject: - Bzzz. Fixed the debug output to do the real thing instead. :-) --- sysconfig/network-scripts/ifup-routes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-routes') diff --git a/sysconfig/network-scripts/ifup-routes b/sysconfig/network-scripts/ifup-routes index c997a68d..1734e9e2 100755 --- a/sysconfig/network-scripts/ifup-routes +++ b/sysconfig/network-scripts/ifup-routes @@ -16,7 +16,7 @@ DEVICE=$1 # Only use the new route-DEV style. cat "/etc/sysconfig/network-scripts/route-$DEVICE" | while read line; do - echo "/sbin/ip route add $line" + /sbin/ip route add $line done #grep "^$DEVICE[[:space:]]" /etc/sysconfig/static-routes | while read device args; do -- cgit v1.2.1