summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 05:29:37 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 05:29:37 +0000
commit52e3870a67b67f55c819d26a2228674340a3b496 (patch)
treec0a7582bf737206f1b2a8245e3c3b5e77e0eb7b2 /sys
parent06da47e43e3b66c86b6d237d5414ad693dcbecdd (diff)
IP_ENCAPSULATED is deprecated.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 4060671c6d9..f4a7629eb35 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_var.h,v 1.17 2001/05/20 19:19:57 fgsch Exp $ */
+/* $OpenBSD: ip_var.h,v 1.18 2001/05/28 05:29:36 angelos Exp $ */
/* $NetBSD: ip_var.h,v 1.16 1996/02/13 23:43:20 christos Exp $ */
/*
@@ -152,7 +152,6 @@ struct ipstat {
#define IP_ROUTETOIF SO_DONTROUTE /* bypass routing tables */
#define IP_ALLOWBROADCAST SO_BROADCAST /* can send broadcast packets */
#define IP_MTUDISC 0x0400 /* pmtu discovery, set DF */
-#define IP_ENCAPSULATED 0x0800 /* encapsulated already */
struct ipstat ipstat;
LIST_HEAD(ipqhead, ipq) ipq; /* ip reass. queue */