View | Details | Raw Unified | Return to bug 156675
Collapse All | Expand All

(-)etc/network.subr (+6 lines)
Lines 90-95 Link Here
90
		_cfg=0
90
		_cfg=0
91
	fi
91
	fi
92
92
93
	# set interface description
94
	description=`get_if_var $1 ifconfig_IF_description`
95
	if [ -n "${description}" ]; then
96
		ifconfig $1 description "${description}"
97
	fi
98
93
	if wpaif $1; then
99
	if wpaif $1; then
94
		/etc/rc.d/wpa_supplicant start $1
100
		/etc/rc.d/wpa_supplicant start $1
95
		_cfg=0		# XXX: not sure this should count
101
		_cfg=0		# XXX: not sure this should count
(-)share/man/man5/rc.conf.5 (+4 lines)
Lines 1078-1083 Link Here
1078
.Xr ifconfig 8
1078
.Xr ifconfig 8
1079
while the order of the other arguments is preserved.
1079
while the order of the other arguments is preserved.
1080
.Pp
1080
.Pp
1081
Interface description can be set via
1082
.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _description
1083
variable
1084
.Pp
1081
One can configure more than one IPv4 address with the
1085
One can configure more than one IPv4 address with the
1082
.Va ipv4_addrs_ Ns Aq Ar interface
1086
.Va ipv4_addrs_ Ns Aq Ar interface
1083
variable.
1087
variable.

Return to bug 156675