]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r271307:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 02:49:33 +0000 (02:49 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 02:49:33 +0000 (02:49 +0000)
commitb0ba31d44d46176109ca1431028353894a0e7afa
treeff1ad08f4c6210380494738b7ccca66c8ac06526
parentba0cd45fe4d930be00edb62285264a5c09d72224
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/10@272790 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ifconfig/af_inet6.c
sbin/ifconfig/ifconfig.8
sys/netinet6/in6_src.c
sys/netinet6/in6_var.h
usr.bin/netstat/inet6.c