diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 19:40:10 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 19:40:10 +0000 |
commit | a88100f25d1264acad84c9921967365eea73cc7c (patch) | |
tree | 001eeb40174b60eb1a9ef94f873c14ab7f9db1ee /sys/netinet | |
parent | 94d7b1006de000e602809eb9a2de4db99ecd741b (diff) |
IPSP_POLICY_STATIC 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 988fcdb4244..0831c1e8c88 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.102 2001/06/07 16:19:47 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.103 2001/06/08 19:40:09 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -205,6 +205,7 @@ struct ipsec_policy #define IPSP_POLICY_NONE 0x0000 /* No flags set */ #define IPSP_POLICY_SOCKET 0x0001 /* Socket-attached policy */ +#define IPSP_POLICY_STATIC 0x0002 /* Static policy */ #define IPSP_IPSEC_USE 0 /* Use if existing, don't bother establishing */ #define IPSP_IPSEC_ACQUIRE 1 /* Try to acquire in parallel but let packet */ |