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

Diff for /src/etc/netstart between version 1.224 and 1.225

version 1.224, 2022/10/31 19:48:50 version 1.225, 2022/10/31 20:14:45
Line 325 
Line 325 
   
 if ifconfig lo0 inet6 >/dev/null 2>&1; then  if ifconfig lo0 inet6 >/dev/null 2>&1; then
         IP6KERNEL=true          IP6KERNEL=true
         ip6routes  
 fi  fi
   
 # Load key material for the generation of IPv6 Semantically Opaque Interface  # Load key material for the generation of IPv6 Semantically Opaque Interface
Line 353 
Line 352 
         print -r -- "ifconfig lo0 inet 127.0.0.1/8"          print -r -- "ifconfig lo0 inet 127.0.0.1/8"
 else  else
         ifconfig lo0 inet 127.0.0.1/8          ifconfig lo0 inet 127.0.0.1/8
   fi
   
   if $IP6KERNEL && ! $PRINT_ONLY; then
           ip6routes
 fi  fi
   
 # Create all the pseudo interfaces up front.  # Create all the pseudo interfaces up front.

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225