Fix comment: IPv6 link local addresses do not use SOII anymore
authorkn <kn@openbsd.org>
Mon, 31 Oct 2022 19:48:50 +0000 (19:48 +0000)
committerkn <kn@openbsd.org>
Mon, 31 Oct 2022 19:48:50 +0000 (19:48 +0000)
sys/netinet6/in6_ifattach.c r1.114 limited it to SLAAC addresses in 2019.

etc/netstart

index e80a04b..2bae217 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $OpenBSD: netstart,v 1.223 2022/10/31 19:25:16 kn Exp $
+#      $OpenBSD: netstart,v 1.224 2022/10/31 19:48:50 kn Exp $
 
 # Turn off Strict Bourne shell mode.
 set +o sh
@@ -329,7 +329,7 @@ if ifconfig lo0 inet6 >/dev/null 2>&1; then
 fi
 
 # Load key material for the generation of IPv6 Semantically Opaque Interface
-# Identifiers (SOII) used for link local and SLAAC addresses.
+# Identifiers (SOII) used for SLAAC addresses.
 $PRINT_ONLY || [[ ! -f /etc/soii.key ]] ||
        sysctl -q "net.inet6.ip6.soiikey=$(</etc/soii.key)"