diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-02 09:00:20 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-02 09:00:20 +0000 |
commit | 9832a0c679ea962a40c6efb5aebc92cac8188c4d (patch) | |
tree | 3d1b97828d1c49fe51a487386de08f6910ab0325 | |
parent | b8c70307adb35fab8d8b3ab26e923ad83f6d7e09 (diff) |
Remove the ifdef for IP_ENCAPSULATED.
-rw-r--r-- | sys/netinet/ip_var.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index fb12553a38a..023b0e2f76e 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_var.h,v 1.12 1999/12/08 06:50:20 itojun Exp $ */ +/* $OpenBSD: ip_var.h,v 1.13 2000/01/02 09:00:19 angelos Exp $ */ /* $NetBSD: ip_var.h,v 1.16 1996/02/13 23:43:20 christos Exp $ */ /* @@ -154,10 +154,7 @@ struct ipstat { #define IP_RAWOUTPUT 0x2 /* raw ip header exists */ #define IP_ROUTETOIF SO_DONTROUTE /* bypass routing tables */ #define IP_ALLOWBROADCAST SO_BROADCAST /* can send broadcast packets */ - -#ifdef IPSEC #define IP_ENCAPSULATED 0x0800 /* encapsulated already */ -#endif struct ipstat ipstat; LIST_HEAD(ipqhead, ipq) ipq; /* ip reass. queue */ |