diff options
author | 2000-01-02 09:00:19 +0000 | |
---|---|---|
committer | 2000-01-02 09:00:19 +0000 | |
commit | 5b84bf5495b7294cd3c9040338d4dab6da086054 (patch) | |
tree | a98e6562c64310d334c14da3fcd9c90825700fe9 | |
parent | chagne wicontrol so that it is activated as: (diff) | |
download | wireguard-openbsd-5b84bf5495b7294cd3c9040338d4dab6da086054.tar.xz wireguard-openbsd-5b84bf5495b7294cd3c9040338d4dab6da086054.zip |
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 */ |