aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-08-27 00:58:13 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-08-27 00:58:13 +0000
commit06f879c7f2b0ece9a885924280e5ce14391d52c6 (patch)
tree1eef733f1cbd3632046cec305ac023cbfe996f70 /sys/netinet6/in6.h
parent1198f21cafc5364ed2dfa55b904af9eb988319b4 (diff)
downloadsrc-06f879c7f2b0ece9a885924280e5ce14391d52c6.tar.gz
src-06f879c7f2b0ece9a885924280e5ce14391d52c6.zip
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
be consulted with KAME guys if you want a number.
Notes
Notes: svn path=/head/; revision=65124
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 960ab14266c3..1159e5251e32 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -409,6 +409,7 @@ struct route_in6 {
#define IPV6_FW_FLUSH 32 /* flush firewall rule chain */
#define IPV6_FW_ZERO 33 /* clear single/all firewall counter(s) */
#define IPV6_FW_GET 34 /* get entire firewall rule chain */
+/* to define items, should talk with KAME guys first, for *BSD compatibility */
#define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */
#define IPV6_RTHDR_STRICT 1 /* this hop must be a neighbor. XXX old spec */
@@ -535,6 +536,7 @@ struct in6_pktinfo {
#define IPV6CTL_RTMINEXPIRE 26 /* min value for expiration time */
#define IPV6CTL_RTMAXCACHE 27 /* trigger level for dynamic expire */
/* New entries should be added here from current IPV6CTL_MAXID value. */
+/* to define items, should talk with KAME guys first, for *BSD compatibility */
#define IPV6CTL_MAXID 28
#endif /* !_XOPEN_SOURCE */