diff options
-rwxr-xr-x | sysconfig/network-scripts/ifup-ctc | 6 | ||||
-rwxr-xr-x | sysconfig/network-scripts/ifup-iucv | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sysconfig/network-scripts/ifup-ctc b/sysconfig/network-scripts/ifup-ctc index 2ee706f3..80c84391 100755 --- a/sysconfig/network-scripts/ifup-ctc +++ b/sysconfig/network-scripts/ifup-ctc @@ -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 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 |