summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-08-13 19:55:06 +0000
committerume <ume@FreeBSD.org>2005-08-13 19:55:06 +0000
commit08a5c349d1e009be6a5f88841a4614ededa28683 (patch)
tree8ea1ca2a7aaf2437bf4a4cf601629fcdade3c414 /sys/netinet6/in6.h
parent4f61404d8e41eb956b27cfbb4cc0dde976bc5b35 (diff)
downloadFreeBSD-src-08a5c349d1e009be6a5f88841a4614ededa28683.zip
FreeBSD-src-08a5c349d1e009be6a5f88841a4614ededa28683.tar.gz
added a knob to enable path MTU discovery for multicast packets.
(by default, it is disabled) Submitted by: suz Obtained from: KAME
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 6e5aaeb..d0435f6 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -593,10 +593,14 @@ struct ip6_mtuinfo {
#define IPV6CTL_USE_DEFAULTZONE 39 /* use default scope zone */
#define IPV6CTL_MAXFRAGS 41 /* max fragments */
+#if 0
+#define IPV6CTL_IFQ 42 /* ip6intrq node */
+#define IPV6CTL_ISATAPRTR 43 /* isatap router */
+#endif
+#define IPV6CTL_MCAST_PMTU 44 /* enable pMTU discovery for multicast? */
/* New entries should be added here from current IPV6CTL_MAXID value. */
/* to define items, should talk with KAME guys first, for *BSD compatibility */
-/* 42-44 is already used in KAME */
#define IPV6CTL_STEALTH 45
#define IPV6CTL_MAXID 46
#endif /* __BSD_VISIBLE */
OpenPOWER on IntegriCloud