aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--sysconfig/network-scripts/network-functions1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 767188c7..20ef1a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* sysconfig/network-scripts/network-functions
fix wrong default route ip in network-functions
+ remove DEVICE=GATEWAYDEV weirdness
2000-01-31 Nalin Dahyabhai <nalin@redhat.com>
* sysconfig/network-scripts/ifdown-post:
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index a71223e0..d2b254d4 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -84,7 +84,6 @@ add_default_route ()
. /etc/sysconfig/network
find_gateway_dev
if [ "${GATEWAY}" != "" -a "${GATEWAY}" != "none" -a "${GATEWAYDEV}" != "" ] ; then
- DEVICE=$GATEWAYDEV
if ! check_device_down ; then
/sbin/route add default gw ${GATEWAY} ${GATEWAYDEV}
fi