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

Collapse All | Expand All

(-)b/libexec/rc/network.subr (-1 / +4 lines)
Lines 1047-1054 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
               case $_tmpargs in
1051
               case $_tmpargs in
1052
               ${_af}\ *\ pass\ *)
1053
                       ${IFCONFIG_CMD} $_if $_tmpargs $_action && _ret=0
1054
               ;;
1052
               ${_af}\ *[0-9a-fA-F]-*)
1055
               ${_af}\ *[0-9a-fA-F]-*)
1053
                       ifalias_af_common_handler $_if $_af $_action \
1056
                       ifalias_af_common_handler $_if $_af $_action \
1054
                       `ifalias_expand_addr $_af $_action ${_tmpargs#${_af}\ }`
1057
                       `ifalias_expand_addr $_af $_action ${_tmpargs#${_af}\ }`

Return to bug 268378