diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-28 02:18:57 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-28 02:18:57 +0000 |
commit | fe5781ff216dc4d70e15d67b498a18a8f6ed0889 (patch) | |
tree | 7899b97c141489deab77c6b3b0af6dfb0f966348 /sys | |
parent | 0596dc81dfe093e10b7313a153f11afc3f08be6e (diff) |
Per security-level defaults.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/socket.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 3747259dddb..217784e6f05 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.12 1997/02/28 02:14:58 angelos Exp $ */ +/* $OpenBSD: socket.h,v 1.13 1997/02/28 02:18:56 angelos Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -101,6 +101,10 @@ #define IPSEC_LEVEL_UNIQUE 0x04 /* Use outbound SA that is unique */ #define IPSEC_LEVEL_DEFAULT IPSEC_LEVEL_NONE +#define IPSEC_AUTH_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT +#define IPSEC_ESP_TRANS_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT +#define IPSEC_ESP_NETWORK_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT + /* * Structure used for manipulating linger option. */ |