From 4662c17fcd9af85d1b69b7f44fcb5ffd9b5974d6 Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 30 May 2011 17:27:48 +0000 Subject: Contrary to the rc.conf framework, when manualy enabling IPv6 we have to -ifdiabled ourselves. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems --- usr.sbin/bsdinstall/scripts/netconfig_ipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bsdinstall/scripts/netconfig_ipv6') diff --git a/usr.sbin/bsdinstall/scripts/netconfig_ipv6 b/usr.sbin/bsdinstall/scripts/netconfig_ipv6 index 28e9c79..c9fad54 100755 --- a/usr.sbin/bsdinstall/scripts/netconfig_ipv6 +++ b/usr.sbin/bsdinstall/scripts/netconfig_ipv6 @@ -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 -- cgit v1.1