summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2000-02-01 21:53:50 +0000
committerNalin Dahyabhai <nalin@redhat.com>2000-02-01 21:53:50 +0000
commit4560d5d48410ebeef2e8d8c614861837146bc713 (patch)
treea6f3b7c6c5ad5a496e62844713eb857e699aa7b6
parent398418d4d614a056a1c6b20070bc935fc058f194 (diff)
downloadinitscripts-r4-88.tar.gz
initscripts-r4-88.tar.xz
initscripts-r4-88.zip
don't change DEVICE when bringing up default router4-88
-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