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:
parent
6246be6e58
commit
f07f97be05
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user