From a6fdf4713b125846133ff27dcc03de4c133147bf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 8 Jun 2004 20:05:09 +0000 Subject: clean up errors --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 087d0e0a..c391cf25 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -366,7 +366,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