diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-31 01:20:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-31 01:20:09 +0000 |
commit | dc13eb0bb47c217c2aa8719e15cc80681dcd28f2 (patch) | |
tree | d8bdbc428451886da67b758a6249566e9864cf3c /sys/net/pfkeyv2.h | |
parent | c1324927205b62c58eb97d6fc390d2b7a30843c2 (diff) |
Implement SADB_SAFLAGS_X_REPLACEFLOW
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r-- | sys/net/pfkeyv2.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index 7051fca9696..3e0a1242db8 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -227,11 +227,12 @@ struct sadb_protocol { #define SADB_EALG_X_SKIPJACK 5 #define SADB_EALG_MAX 5 -#define SADB_SAFLAGS_PFS 0x01 /* perfect forward secrecy */ -#define SADB_SAFLAGS_X_HALFIV 0x02 /* Used for ESP-old */ -#define SADB_SAFLAGS_X_TUNNEL 0x04 /* Force tunneling */ -#define SADB_SAFLAGS_X_CHAINDEL 0x08 /* Delete whole SA chain */ -#define SADB_SAFLAGS_X_LOCALFLOW 0x10 /* Add flow with 0.0.0.0 as src */ +#define SADB_SAFLAGS_PFS 0x01 /* perfect forward secrecy */ +#define SADB_SAFLAGS_X_HALFIV 0x02 /* Used for ESP-old */ +#define SADB_SAFLAGS_X_TUNNEL 0x04 /* Force tunneling */ +#define SADB_SAFLAGS_X_CHAINDEL 0x08 /* Delete whole SA chain */ +#define SADB_SAFLAGS_X_LOCALFLOW 0x10 /* Add flow with src=0.0.0.0 */ +#define SADB_SAFLAGS_X_REPLACEFLOW 0x20 /* Replace existing flow */ #define SADB_IDENTTYPE_RESERVED 0 #define SADB_IDENTTYPE_PREFIX 1 |