summaryrefslogtreecommitdiff
path: root/sys/net/pfkeyv2.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-03-31 01:20:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-03-31 01:20:09 +0000
commitdc13eb0bb47c217c2aa8719e15cc80681dcd28f2 (patch)
treed8bdbc428451886da67b758a6249566e9864cf3c /sys/net/pfkeyv2.h
parentc1324927205b62c58eb97d6fc390d2b7a30843c2 (diff)
Implement SADB_SAFLAGS_X_REPLACEFLOW
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r--sys/net/pfkeyv2.h11
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