diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-04 23:20:56 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-04 23:20:56 +0000 |
commit | d4a9724fb4e14e2f833a1d12d62854b6b7b247ae (patch) | |
tree | 31299cd039cb79aa48309a423f0cd3d3d784556f /sys/net/pfkeyv2.h | |
parent | 2b2f59eda8c608d272708986fc8d2c0183eb8dd4 (diff) |
IPv6 address support, get rid of the LOCALFLOW flag
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r-- | sys/net/pfkeyv2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index 2a05711d7c3..a9ee9df9c7d 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -234,7 +234,6 @@ struct sadb_protocol { #define SADB_X_SAFLAGS_HALFIV 0x02 /* Used for ESP-old */ #define SADB_X_SAFLAGS_TUNNEL 0x04 /* Force tunneling */ #define SADB_X_SAFLAGS_CHAINDEL 0x08 /* Delete whole SA chain */ -#define SADB_X_SAFLAGS_LOCALFLOW 0x10 /* Add flow with src=0.0.0.0 */ #define SADB_X_SAFLAGS_REPLACEFLOW 0x20 /* Replace existing flow */ #define SADB_IDENTTYPE_RESERVED 0 |