summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2010-09-13 19:52:04 +0000
committerhrs <hrs@FreeBSD.org>2010-09-13 19:52:04 +0000
commit03d1ec35f183185d4968942088a39d969eedfed0 (patch)
treebdfe7247959caa94ee825cfc96001fb2075bccf4 /etc/defaults/rc.conf
parent3319d93aea4340bab959aaa636738910a48960da (diff)
downloadFreeBSD-src-03d1ec35f183185d4968942088a39d969eedfed0.zip
FreeBSD-src-03d1ec35f183185d4968942088a39d969eedfed0.tar.gz
Fix $ipv6_network_interfaces and set it as AUTO by default.
Based on: changes in r206408 by dougb
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index c875b28..5ff00fc 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -444,7 +444,7 @@ ubthidhci_enable="NO" # Switch an USB BT controller present on
icmp_bmcastecho="NO" # respond to broadcast ping packets
### IPv6 options: ###
-ipv6_network_interfaces="none" # List of IPv6 network interfaces
+ipv6_network_interfaces="auto" # List of IPv6 network interfaces
# (or "auto" or "none").
ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)
OpenPOWER on IntegriCloud