diff options
author | Neale Ranns <nranns@cisco.com> | 2019-02-19 15:22:46 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-29 19:57:39 +0000 |
commit | e524d45eff40c773049e03ea5063216b469bbfcc (patch) | |
tree | 6a7cfd5f63b0aa374e72dee3158df8079140fbfc /src/vnet/ipsec/ipsec_io.h | |
parent | 95c0ca42f2d02e7562775f7c1e6535a586a26186 (diff) |
IPSEC-GRE: fixes and API update to common types.
Change-Id: Icdcbac7453baa837a9c0c4a2401dff4a6aa6cba0
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/ipsec_io.h')
-rw-r--r-- | src/vnet/ipsec/ipsec_io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/ipsec/ipsec_io.h b/src/vnet/ipsec/ipsec_io.h index c180a784eaa..f156b48360f 100644 --- a/src/vnet/ipsec/ipsec_io.h +++ b/src/vnet/ipsec/ipsec_io.h @@ -15,8 +15,6 @@ #ifndef __IPSEC_IO_H__ #define __IPSEC_IO_H__ -#define IPSEC_FLAG_IPSEC_GRE_TUNNEL (1 << 0) - #define foreach_ipsec_output_next \ _ (DROP, "error-drop") |