From: Stuart Henderson Subject: Re: installer: default to IPv6 autoconf if IPv4 is not configured To: Klemens Nanni Cc: Peter Hessler , Andrew Hewus Fresh , OpenBSD tech Date: Sun, 16 Nov 2025 09:48:14 +0000 On 2025/11/16 08:16, Klemens Nanni wrote: > Same here, I just thought folks would object, hence the less "invasive" mini-step. > > But if there's support... > > Feedback? Objection? OK? ok sthen > Index: install.sub > =================================================================== > RCS file: /cvs/src/distrib/miniroot/install.sub,v > diff -u -p -r1.1280 install.sub > --- install.sub 1 Nov 2025 12:54:17 -0000 1.1280 > +++ install.sub 16 Nov 2025 08:09:45 -0000 > @@ -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 > ;; > > >