Contrary to the rc.conf framework, when manualy enabling IPv6 we have

to -ifdiabled ourselves.

Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
This commit is contained in:
Bjoern A. Zeeb 2011-05-30 17:27:48 +00:00
parent 6246be6e58
commit f07f97be05

View File

@ -61,7 +61,7 @@ while : ; do
if [ ! -z $BSDINSTALL_CONFIGCURRENT ]; then
dialog --backtitle 'FreeBSD Installer' \
--infobox "Sending Router Solicitation ..." 0 0
ifconfig ${INTERFACE} inet6 accept_rtadv up
ifconfig ${INTERFACE} inet6 -ifdisabled accept_rtadv up
rtsol -F $INTERFACE 2>> $BSDINSTALL_LOG
if [ $? -ne 0 ]; then
dialog --backtitle 'FreeBSD Installer' --msgbox "SLAAC failed." 0 0