History log of /freebsd-10-stable/sys/netinet6/in6_src.c
Revision Date Author Comments
# 297445 31-Mar-2016 ae

MFC r296984:
Change in6_selectsrc() to allow usage of non-local IPv6 addresses in
IPV6_PKTINFO ancillary data when IPV6_BINDANY socket option is set.


# 272790 09-Oct-2014 ae

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.


# 271288 08-Sep-2014 ae

MFC r270927:
Add the reverse part to rule #9. Also change its description in the
netstat(8) output.

Approved by: re (gjb)


# 269944 13-Aug-2014 ae

MFC r269306:
Add new rule to source address selection algorithm. It prefers address
with better virtual status. Use ifa_preferred() to choose better address.

PR: 187341


# 272790 09-Oct-2014 ae

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.


# 271288 08-Sep-2014 ae

MFC r270927:
Add the reverse part to rule #9. Also change its description in the
netstat(8) output.

Approved by: re (gjb)


# 269944 13-Aug-2014 ae

MFC r269306:
Add new rule to source address selection algorithm. It prefers address
with better virtual status. Use ifa_preferred() to choose better address.

PR: 187341