summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-28 01:55:13 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-28 01:55:13 +0000
commit9b0dbd6074053bcb269f9f818672a8557efc5d27 (patch)
tree5a91dafff3bac3dc753f8612a9c28a4bd1364c24
parentce79efbef77681f6bf469e25f21bb3cc82cc96e4 (diff)
Define IPPROTO_ETHERIP.
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 24553dff5a6..f8b0092262d 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.23 1999/04/11 19:41:36 niklas Exp $ */
+/* $OpenBSD: in.h,v 1.24 1999/10/28 01:55:12 angelos Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -69,6 +69,7 @@
#define IPPROTO_NONE 59 /* No next header */
#define IPPROTO_DSTOPTS 60 /* Destination options header. */
#define IPPROTO_EON 80 /* ISO cnlp */
+#define IPPROTO_ETHERIP 97 /* Ethernet in IPv4 */
#define IPPROTO_ENCAP 98 /* encapsulation header */
#define IPPROTO_RAW 255 /* raw IP packet */