diff options
Diffstat (limited to 'sysconfig/network-scripts/ifup-iucv')
-rwxr-xr-x | sysconfig/network-scripts/ifup-iucv | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysconfig/network-scripts/ifup-iucv b/sysconfig/network-scripts/ifup-iucv index e1044ac9..5f4bb2fc 100755 --- a/sysconfig/network-scripts/ifup-iucv +++ b/sysconfig/network-scripts/ifup-iucv @@ -29,12 +29,6 @@ if [ "${NETWORK}" != "" ] ; then route add -net ${NETWORK} netmask ${NETMASK} ${DEVICE} fi -# this is broken! it's only here to keep compatibility with old RH sytstems -if [ "${GATEWAY}" != "" -a "${GATEWAY}" != "none" ] -then - route add default gw ${GATEWAY} metric 1 ${DEVICE} -fi - . /etc/sysconfig/network if [ "${GATEWAY}" != "" ]; then |