diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-21 06:01:35 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-21 06:01:35 +0000 |
commit | fc5dcbef534719d6faf468db5ff9f0e8295cabd4 (patch) | |
tree | ec9790b1b1619156428b2d2a0de8606ad30f9f49 /sys/netinet | |
parent | 0f6d1b045483cade05162e11bc2678497b0621c2 (diff) |
SKIPCRYPTO flag
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index efd102e78f2..64fbf34e394 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.88 2001/05/21 03:27:48 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.89 2001/05/21 06:01:34 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -267,6 +267,7 @@ struct tdb /* tunnel descriptor block */ #define TDBF_TUNNELING 0x01000 /* Force IP-IP encapsulation */ #define TDBF_NOREPLAY 0x02000 /* No replay counter present */ #define TDBF_RANDOMPADDING 0x04000 /* Random data in the ESP padding */ +#define TDBF_SKIPCRYPTO 0x08000 /* Skip actual crypto processing */ u_int32_t tdb_flags; /* Flags related to this TDB */ |