While doing it right for current configuration, fix the entry for rc.conf
adding the missing mandatory "inet6" keyword. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
This commit is contained in:
parent
bcd91d25da
commit
2cdbac6cee
@ -69,7 +69,7 @@ while : ; do
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
echo ifconfig_${INTERFACE}_ipv6=\"accept_rtadv\" >> $BSDINSTALL_TMPETC/rc.conf.net
|
||||
echo ifconfig_${INTERFACE}_ipv6=\"inet6 accept_rtadv\" >> $BSDINSTALL_TMPETC/rc.conf.net
|
||||
exit 0
|
||||
else
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user