summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 05d0943..6e5aaeb 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -596,7 +596,9 @@ struct ip6_mtuinfo {
/* 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 42
+/* 42-44 is already used in KAME */
+#define IPV6CTL_STEALTH 45
+#define IPV6CTL_MAXID 46
#endif /* __BSD_VISIBLE */
/*
OpenPOWER on IntegriCloud