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

Diff for /src/etc/netstart between version 1.226 and 1.227

version 1.226, 2022/11/01 10:45:53 version 1.227, 2022/11/01 11:18:06
Line 339 
Line 339 
   
 # Load key material for the generation of IPv6 Semantically Opaque Interface  # Load key material for the generation of IPv6 Semantically Opaque Interface
 # Identifiers (SOII) used for SLAAC addresses.  # Identifiers (SOII) used for SLAAC addresses.
 $PRINT_ONLY || [[ ! -f /etc/soii.key ]] ||  if $IP6KERNEL && ! $PRINT_ONLY; then
         sysctl -q "net.inet6.ip6.soiikey=$(</etc/soii.key)"          [[ -f /etc/soii.key ]] &&
                   sysctl -q "net.inet6.ip6.soiikey=$(</etc/soii.key)"
   fi
   
 # 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.

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227