aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-07-09 06:21:46 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-07-09 06:21:46 +0000
commitf6c336fe660cba4c7803265fc6387ea75eb0c611 (patch)
treeb45b61bc2055737561c75760d4cd6246c7bae2ec /sys/netinet6
parent4fd85c4b5d3a8e5faf2de63e14aede642577fd00 (diff)
downloadsrc-f6c336fe660cba4c7803265fc6387ea75eb0c611.tar.gz
src-f6c336fe660cba4c7803265fc6387ea75eb0c611.zip
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.
Notes
Notes: svn path=/head/; revision=238273
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/nd6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index c44e7048b8cc..eb0bd44ccda4 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -79,7 +79,7 @@ struct nd_ifinfo {
#define ND6_IFF_PERFORMNUD 0x1
#define ND6_IFF_ACCEPT_RTADV 0x2
-#define ND6_IFF_PREFER_SOURCE 0x4 /* XXX: not related to ND. */
+#define ND6_IFF_PREFER_SOURCE 0x4 /* Not used in FreeBSD. */
#define ND6_IFF_IFDISABLED 0x8 /* IPv6 operation is disabled due to
* DAD failure. (XXX: not ND-specific)
*/