1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-25 14:45:52 +00:00

Enable IPv6 autoconf aka. SLAAC by default; OK phessler sthen

This commit is contained in:
kn
2025-11-16 13:15:31 +00:00
parent 486379024f
commit 1e258ccefd

View File

@@ -1,5 +1,5 @@
#!/bin/ksh
# $OpenBSD: install.sub,v 1.1280 2025/11/01 12:54:17 sthen Exp $
# $OpenBSD: install.sub,v 1.1281 2025/11/16 13:15:31 kn Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@ -1233,7 +1233,7 @@ v6_config() {
while :; do
ask_until "IPv6 address for $_if? (or 'autoconf' or 'none')" \
"${_addr:-none}"
"${_addr:-autoconf}"
case $resp in
none) return
;;