diff options
author | Neale Ranns <nranns@cisco.com> | 2019-04-02 10:15:40 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-02 14:10:10 +0000 |
commit | 2b5ba9501c3dda3645bf01eb53b2821471f2a946 (patch) | |
tree | e58a8ae09ba1ee08053c39422e7dd80805409d8b /src/vnet/ipsec/ipsec_sa.h | |
parent | ea5bb7761d5f939174e9ee416adbbba5946cc0a4 (diff) |
IPSEC: tunnel scaling - don't stack the inbould SA
Change-Id: I0b47590400aebea09aa1b27de753be638e1ba870
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/ipsec_sa.h')
-rw-r--r-- | src/vnet/ipsec/ipsec_sa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipsec/ipsec_sa.h b/src/vnet/ipsec/ipsec_sa.h index cfb44b9e86d..66bdcc72308 100644 --- a/src/vnet/ipsec/ipsec_sa.h +++ b/src/vnet/ipsec/ipsec_sa.h @@ -91,6 +91,7 @@ typedef struct ipsec_key_t_ _ (8, IS_TUNNEL_V6, "tunnel-v6") \ _ (16, UDP_ENCAP, "udp-encap") \ _ (32, IS_GRE, "GRE") \ + _ (64, IS_INBOUND, "inboud") \ typedef enum ipsec_sad_flags_t_ { |