View | Details | Raw Unified | Return to bug 268378 | Differences between
and this patch

Collapse All | Expand All

(-)b/libexec/rc/network.subr (-1 / +3 lines)
Lines 1047-1053 ifalias_af_common_handler() Link Here
1047
		esac
1047
		esac
1048
	done
1048
	done
1049
	# Process the last component if any.
1049
	# Process the last component if any.
1050
	if [ -n "$_tmpargs}" ]; then
1050
	if [ -n "${_tmpargs}" ]; then
1051
		${_af}\ pass *)
1052
			${IFCONFIG_CMD} $_if $_tmpargs $_action && _ret=0
1051
		case $_tmpargs in
1053
		case $_tmpargs in
1052
		${_af}\ *[0-9a-fA-F]-*)
1054
		${_af}\ *[0-9a-fA-F]-*)
1053
			ifalias_af_common_handler $_if $_af $_action \
1055
			ifalias_af_common_handler $_if $_af $_action \

Return to bug 268378