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

Diff for /src/etc/netstart between version 1.188 and 1.189

version 1.188, 2018/02/06 19:53:50 version 1.189, 2018/02/10 05:56:47
Line 194 
Line 194 
         exit 1          exit 1
 fi  fi
   
   $PRINT_ONLY || [[ ! -f /etc/soii.key ]] ||
           sysctl -q "net.inet6.ip6.soiikey=$(</etc/soii.key)"
   
 # If we were invoked with a list of interface names, just reconfigure these  # If we were invoked with a list of interface names, just reconfigure these
 # interfaces (or bridges), add default routes and return.  # interfaces (or bridges), add default routes and return.
 if (($# > 0)); then  if (($# > 0)); then

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189