diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2003-07-27 02:32:07 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2003-07-27 02:32:07 -0700 |
| commit | 596aac2cab7581d015f58ccf7fb97be5d06c06fa (patch) | |
| tree | 8db22027240dca73d52903ba96b69b3e0688858c /include/linux/pfkeyv2.h | |
| parent | 872d1c7a5963bdbcc78cce3283db0fd52fafa39d (diff) | |
[IPSEC]: Use per-SA flag to control ECN propagation.
Diffstat (limited to 'include/linux/pfkeyv2.h')
| -rw-r--r-- | include/linux/pfkeyv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pfkeyv2.h b/include/linux/pfkeyv2.h index fbfa0f52fdc9..df957cba539a 100644 --- a/include/linux/pfkeyv2.h +++ b/include/linux/pfkeyv2.h @@ -245,6 +245,7 @@ struct sadb_x_nat_t_port { /* Security Association flags */ #define SADB_SAFLAGS_PFS 1 +#define SADB_SAFLAGS_NOECN 0x80000000 /* Security Association states */ #define SADB_SASTATE_LARVAL 0 |
