Change default of rtadvd to "YES".
Also add IPv6 example for "ifconfig_ifname_alias". Suggested by: bmah@CA.Sandia.GOV
This commit is contained in:
parent
567d8629de
commit
2495f8bf23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user