summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-06-02 09:39:49 +0000
committerume <ume@FreeBSD.org>2004-06-02 09:39:49 +0000
commit3203ab45377d894fbdac54576bd26f8e3f1fee5b (patch)
treeb042dac5fca155fe7eee90481eaa6eb68c487e51 /etc/defaults
parent85f8b889c52bdacc53608fad651b73260d4180f4 (diff)
downloadFreeBSD-src-3203ab45377d894fbdac54576bd26f8e3f1fee5b.zip
FreeBSD-src-3203ab45377d894fbdac54576bd26f8e3f1fee5b.tar.gz
Add ip6addrctl_enable and ip6_addrctl_verbose option. If
ip6addrctl_enable is set to YES, address selection policy is installed into kernel. If there is /etc/ip6addrctl.conf, it is used for address selection policy. Even if there is no /etc/ip6addrctl.conf, we install default policy. In this case, if ipv6_enable is set to YES, we use address selection policy described in RFC 3484 as default. Otherwise, we install priority policy for IPv4 address. The default of ip6addrctl_enable is NO for now. However, it may better to enable it by default.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index f5b3d33..eaf0bb5 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -340,6 +340,8 @@ ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file
ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter,
# see /usr/src/contrib/ipfilter/rules
# for examples
+ip6addrctl_enable="NO" # Set to NO to disable default address selection
+ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
##############################################################
### System console options #################################
OpenPOWER on IntegriCloud