aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-02-12 04:26:10 +0000
committerWarner Losh <imp@FreeBSD.org>2003-02-12 04:26:10 +0000
commitc42073b2d42e47b805794a356a6728cff6523f4e (patch)
tree80bc8afa7c29f87bb31a074db1529198fab8e44c /etc
parent6d60ce931070d1602c6a2ecb78322402f393e06e (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr6
-rw-r--r--etc/rc.d/network16
2 files changed, 0 insertions, 12 deletions
diff --git a/etc/network.subr b/etc/network.subr
index fba88d1070cbe..4887042bdb3af 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -146,12 +146,6 @@ network_start()
dhcp_interfaces=""
for ifn in ${network_interfaces}; do
- _up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,`
- if [ "$_up" != "" ]; then
- # Interface is already up, so ignore it.
- continue;
- fi
-
if [ -r /etc/start_if.${ifn} ]; then
. /etc/start_if.${ifn}
eval showstat_$ifn=1
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index fba88d1070cbe..4887042bdb3af 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -146,12 +146,6 @@ network_start()
dhcp_interfaces=""
for ifn in ${network_interfaces}; do
- _up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,`
- if [ "$_up" != "" ]; then
- # Interface is already up, so ignore it.
- continue;
- fi
-
if [ -r /etc/start_if.${ifn} ]; then
. /etc/start_if.${ifn}
eval showstat_$ifn=1