diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-09-13 19:55:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-09-13 19:55:40 +0000 |
commit | d3a8a8b9fa8d418ef26b4101b6bacd77b4e647dd (patch) | |
tree | 56f941df7e485c288db2471ec30c321abcef95f6 /UPDATING | |
parent | 95f15c1589eee6e4b8147e21f3cde2264b00c55a (diff) | |
download | src-d3a8a8b9fa8d418ef26b4101b6bacd77b4e647dd.tar.gz src-d3a8a8b9fa8d418ef26b4101b6bacd77b4e647dd.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -23,6 +23,25 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: ln -s aj /etc/malloc.conf.) 20100913: + The $ipv6_prefer variable in rc.conf(5) has been split into + $ip6addrctl_policy and $ipv6_activate_all_interfaces. + + The $ip6addrctl_policy is a variable to choose a pre-defined + address selection policy set by ip6addrctl(8). A value + "ipv4_prefer", "ipv6_prefer" or "AUTO" can be specified. The + default is "AUTO". + + The $ipv6_activate_all_interfaces specifies whether IFDISABLED + flag (see an entry of 20090926) is set on an interface with no + corresponding $ifconfig_IF_ipv6 line. The default is "NO" for + security reason. If you want IPv6 link-local address on all + interfaces by default, set this to "YES". + + The old ipv6_prefer="YES" is equivalent to + ipv6_activate_all_interfaces="YES" and + ip6addrctl_policy="ipv6_prefer". + +20100913: DTrace has grown support for userland tracing. Due to this, DTrace is now i386 and amd64 only. dtruss(1) is now installed by default on those systems and a new |