diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-11 14:27:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-11 14:27:14 +0000 |
commit | 9f7e3d1b4219ea8a91ad3ba3dbe600fd8168e8f6 (patch) | |
tree | f2cc98ec6fe4297b5c0a48f0fbca981f86f7bda7 /sys/netinet6/in6.h | |
parent | 80371564aea4eec6554429f079a5d534d699bf00 (diff) |
back out tree breakage. Like, come on
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r-- | sys/netinet6/in6.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index ec4f23dcc67..a2b3ff3d962 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.h,v 1.33 2004/06/11 08:09:29 itojun Exp $ */ +/* $OpenBSD: in6.h,v 1.34 2004/06/11 14:27:13 deraadt Exp $ */ /* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */ /* @@ -407,10 +407,7 @@ struct route_in6 { #endif #define IPV6_FAITH 29 /* bool; accept FAITH'ed connections */ -/* 30-41: reserved */ -#define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */ - -/* 43-52, 57-59: reserved */ +/* 30-52, 57-59: reserved */ #define IPV6_AUTH_LEVEL 53 /* int; authentication used */ #define IPV6_ESP_TRANS_LEVEL 54 /* int; transport encryption */ #define IPV6_ESP_NETWORK_LEVEL 55 /* int; full-packet encryption */ |