]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r238273 (by hrs):
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 03:07:13 +0000 (03:07 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 03:07:13 +0000 (03:07 +0000)
commit76a25478931942a34f7adc3b50b0c627f73b7e77
tree329ce39ae150868d1180800ba7b34f84bc2a3f34
parentec4ca15b02fd929a90ca28b01102db22ac2d5002
MFC r238273 (by hrs):
  Remove "prefer_source" address selection option.  FreeBSD has had an
  implementation of RFC 3484 for this purpose for a long time and "prefer_source"
  was never implemented actually.  ND6_IFF_PREFER_SOURCE macro is left intact.

MFC r271307:
  Add the ability to set `prefer_source' flag to an IPv6 address.
  It affects the IPv6 source address selection algorithm (RFC 6724)
  and allows override the last rule ("longest matching prefix") for
  choosing among equivalent addresses. The address with `prefer_source'
  will be preferred source address.

git-svn-id: svn://svn.freebsd.org/base/stable/9@272791 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ifconfig/af_inet6.c
sbin/ifconfig/ifconfig.8
sys/netinet6/in6_src.c
sys/netinet6/in6_var.h
sys/netinet6/nd6.h
usr.bin/netstat/inet6.c
usr.sbin/ndp/ndp.8
usr.sbin/ndp/ndp.c