summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-05-30 17:27:48 +0000
committerbz <bz@FreeBSD.org>2011-05-30 17:27:48 +0000
commit4662c17fcd9af85d1b69b7f44fcb5ffd9b5974d6 (patch)
treeeed25a2b25b0a3fcf9db046f0a2d329044642e6d /usr.sbin
parentf2b5d7ad5d88199d76734d5c404b92cf6223a1e7 (diff)
downloadFreeBSD-src-4662c17fcd9af85d1b69b7f44fcb5ffd9b5974d6.zip
FreeBSD-src-4662c17fcd9af85d1b69b7f44fcb5ffd9b5974d6.tar.gz
Contrary to the rc.conf framework, when manualy enabling IPv6 we have
to -ifdiabled ourselves. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/netconfig_ipv62
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud