summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 05:28:49 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 05:28:49 +0000
commit06da47e43e3b66c86b6d237d5414ad693dcbecdd (patch)
tree539ffd50842c12c65b6a0021b701720d95b13f1c
parentad325598f562f7fc7aac4fe7db74138b478cf970 (diff)
Deprecated IPV6_ENCAPSULATED
-rw-r--r--sys/netinet6/ip6_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index c035ced0bfc..46ed8c29738 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_var.h,v 1.12 2001/02/08 18:46:23 itojun Exp $ */
+/* $OpenBSD: ip6_var.h,v 1.13 2001/05/28 05:28:48 angelos Exp $ */
/* $KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $ */
/*
@@ -203,7 +203,6 @@ struct ip6stat {
/* flags passed to ip6_output as last parameter */
#define IPV6_DADOUTPUT 0x01 /* DAD */
#define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */
-#define IPV6_ENCAPSULATED 0x04 /* encapsulated already */
extern struct ip6stat ip6stat; /* statistics */
extern u_int32_t ip6_id; /* fragment identifier */