[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.211 and 1.212

version 1.211, 2020/12/23 17:22:07 version 1.212, 2021/06/20 08:31:03
Line 36 
Line 36 
                 return                  return
                 ;;                  ;;
         inet)   ((${#_c[*]} > 1)) || return          inet)   ((${#_c[*]} > 1)) || return
                   if [[ ${_c[_name]} == autoconf ]]; then
                           _cmds[${#_cmds[*]}]="ifconfig $_if ${_c[@]}"
                           V4_DHCPCONF=true
                           return
                   fi
                 [[ ${_c[_name]} == alias ]] && _mask=3 _bc=4                  [[ ${_c[_name]} == alias ]] && _mask=3 _bc=4
                 [[ -n ${_c[_mask]} ]] && _c[_mask]="netmask ${_c[_mask]}"                  [[ -n ${_c[_mask]} ]] && _c[_mask]="netmask ${_c[_mask]}"
                 if [[ -n ${_c[_bc]} ]]; then                  if [[ -n ${_c[_bc]} ]]; then

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212