Page MenuHomeFreeBSD

D5486.id13870.diff
No OneTemporary

D5486.id13870.diff

Index: etc/network.subr
===================================================================
--- etc/network.subr
+++ etc/network.subr
@@ -214,16 +214,14 @@
ifalias $1 link alias
ifalias $1 ether alias
- if [ ${_cfg} -eq 0 ]; then
- ${IFCONFIG_CMD} $1 up
- fi
-
if wpaif $1; then
/etc/rc.d/wpa_supplicant start $1
_cfg=0 # XXX: not sure this should count
elif hostapif $1; then
/etc/rc.d/hostapd start $1
_cfg=0
+ elif [ ${_cfg} -eq 0 ]; then
+ ${IFCONFIG_CMD} $1 up
fi
if dhcpif $1; then

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 23, 7:30 PM (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39487747
Default Alt Text
D5486.id13870.diff (519 B)

Event Timeline