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

Diff for /src/etc/netstart between version 1.185 and 1.186

version 1.185, 2017/07/21 20:22:13 version 1.186, 2017/07/25 21:17:11
Line 62 
Line 62 
                 _cmds[${#_cmds[*]}]="ifconfig $_if ${_c[@]} down;dhclient $_if"                  _cmds[${#_cmds[*]}]="ifconfig $_if ${_c[@]} down;dhclient $_if"
                 V4_DHCPCONF=true                  V4_DHCPCONF=true
                 ;;                  ;;
         rtsol)  # XXX Support the rtsol keyword for some time to enable a smooth  
                 # XXX transition to autoconf.  
                 _c[0]=  
                 _cmds[${#_cmds[*]}]="ifconfig $_if ${_c[@]} up"  
                 _cmds[${#_cmds[*]}]="ifconfig $_if inet6 autoconf"  
                 V6_AUTOCONF=true  
                 ;;  
         '!'*)   _cmd=$(print -- "${_c[@]}" | sed 's/\$if/'$_if'/g')          '!'*)   _cmd=$(print -- "${_c[@]}" | sed 's/\$if/'$_if'/g')
                 _cmds[${#_cmds[*]}]="${_cmd#!}"                  _cmds[${#_cmds[*]}]="${_cmd#!}"
                 ;;                  ;;

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186