summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-03-09 15:19:58 +0000
committershin <shin@FreeBSD.org>2000-03-09 15:19:58 +0000
commit2495f8bf2396fb89daf746b6fad0721524df6947 (patch)
tree192971db4b5ff5346f3650fbdb53014b58a3f7de /etc
parent567d8629de996dbc56645d8c0fa57459d1a373eb (diff)
downloadFreeBSD-src-2495f8bf2396fb89daf746b6fad0721524df6947.zip
FreeBSD-src-2495f8bf2396fb89daf746b6fad0721524df6947.tar.gz
Change default of rtadvd to "YES".
Also add IPv6 example for "ifconfig_ifname_alias". Suggested by: bmah@CA.Sandia.GOV
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index a665a0e..a574c69 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -63,6 +63,7 @@ icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
network_interfaces="auto" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
+#ifconfig_ed0_alias0="inet6 fec0:0000:0000:0005::1 prefixlen 64" # Sample alias entry for IPv6.
#
# If you have any sppp(4) interfaces above, you might also want to set
# the following parameters. Refer to spppcontrol(8) for their meaning.
@@ -204,7 +205,7 @@ ipv6_default_interface="" # Default output interface for scoped addrs.
# Now this works only for IPv6 link local
# multicast addrs.
prefixcmd_enable="YES" # Use prefix command to assign router prefix.
-rtadvd_enable="NO" # Set to YES to enable an IPv6 router
+rtadvd_enable="YES" # Set to YES to enable an IPv6 router
# advertisement daemon.
mroute6d_enable="NO" # Do IPv6 multicast routing.
mroute6d_program="/usr/sbin/pim6dd" # Name of IPv6 multicast routing
OpenPOWER on IntegriCloud