From 5bda93462103efaf18447f3c9c3f48db90954e80 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 8 Jun 2004 20:06:15 +0000 Subject: clean up errors --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 2cb24bb0..1b48685b 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -402,7 +402,7 @@ if [ "${TYPE}" = "Bonding" ] || ethtool -i $DEVICE 2>/dev/null| grep -q "driver DEV=$DEVICE eval $(LANG=C fgrep "DEVICE=" $device) ip link set ${DEVICE} up - ip route flush dev ${DEVICE} + ip route flush dev ${DEVICE} >/dev/null 2>&1 DEVICE=$DEV fi done -- cgit v1.2.1