diff options
author | itojun <itojun@FreeBSD.org> | 2000-08-27 00:58:13 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 2000-08-27 00:58:13 +0000 |
commit | bc11187b2e2b5db2e5cdc44dba4da1d3f0485580 (patch) | |
tree | 40be0d038a0dfa03a9bc0ea6a26a145feed3419f /sys/netinet6 | |
parent | 44b6aa2b983af3e89bc6a6992e59af206f28409d (diff) | |
download | FreeBSD-src-bc11187b2e2b5db2e5cdc44dba4da1d3f0485580.zip FreeBSD-src-bc11187b2e2b5db2e5cdc44dba4da1d3f0485580.tar.gz |
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
be consulted with KAME guys if you want a number.
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 960ab14..1159e52 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 */ |