=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.224 retrieving revision 1.225 diff -c -r1.224 -r1.225 *** src/etc/netstart 2022/10/31 19:48:50 1.224 --- src/etc/netstart 2022/10/31 20:14:45 1.225 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.224 2022/10/31 19:48:50 kn Exp $ # Turn off Strict Bourne shell mode. set +o sh --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.225 2022/10/31 20:14:45 kn Exp $ # Turn off Strict Bourne shell mode. set +o sh *************** *** 325,331 **** if ifconfig lo0 inet6 >/dev/null 2>&1; then IP6KERNEL=true - ip6routes fi # Load key material for the generation of IPv6 Semantically Opaque Interface --- 325,330 ---- *************** *** 353,358 **** --- 352,361 ---- print -r -- "ifconfig lo0 inet 127.0.0.1/8" else ifconfig lo0 inet 127.0.0.1/8 + fi + + if $IP6KERNEL && ! $PRINT_ONLY; then + ip6routes fi # Create all the pseudo interfaces up front.