From 1e258ccefde17d6151f9de8302880e1563d66868 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 16 Nov 2025 13:15:31 +0000 Subject: [PATCH] Enable IPv6 autoconf aka. SLAAC by default; OK phessler sthen --- distrib/miniroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 53e4fe5d9d1..b1bd4f12de4 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -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 @@ -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 ;;