diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-18 19:06:08 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-18 19:06:08 +0000 |
commit | dad8b5b651a665bc0a3f3e1ddaf81567971bede6 (patch) | |
tree | 31201939e0279b3b941d05a7f71cb3998f6e1ecf /sys/netinet/in.h | |
parent | f1ef775008cda38c9df6b55c12e453f852c477f9 (diff) |
Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r-- | sys/netinet/in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index fe5af5aa5f9..1ea1358fc51 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.34 2000/01/11 01:13:49 angelos Exp $ */ +/* $OpenBSD: in.h,v 1.35 2000/01/18 19:06:07 angelos Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -311,7 +311,7 @@ struct ip_mreq { * Third level is protocol number. * Fourth level is desired variable within that protocol. */ -#define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */ +#define IPPROTO_MAXID (IPPROTO_ETHERIP + 1) /* don't list to IPPROTO_MAX */ #define CTL_IPPROTO_NAMES { \ { "ip", CTLTYPE_NODE }, \ |