summaryrefslogtreecommitdiffstats
path: root/src/vnet
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-04-15 23:13:29 -0700
committerFlorin Coras <florin.coras@gmail.com>2019-04-16 14:10:56 +0000
commit1bde9f3a53ee7b978e56e2d27936dca1770b21ff (patch)
tree15544d01b19bdf082655eafd6c2ec94160dd3895 /src/vnet
parentcac8f9b7fd9697b1324c6ea5689e056692ec89eb (diff)
IPSEC-GRE: return correct API code
Change-Id: I4f72989885ecfc6a0b27553194c6611fd71f7e5b Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet')
-rw-r--r--src/vnet/ipsec-gre/ipsec_gre_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ipsec-gre/ipsec_gre_api.c b/src/vnet/ipsec-gre/ipsec_gre_api.c
index 24c1f0d5600..9e5d615f977 100644
--- a/src/vnet/ipsec-gre/ipsec_gre_api.c
+++ b/src/vnet/ipsec-gre/ipsec_gre_api.c
@@ -76,7 +76,7 @@ vl_api_ipsec_gre_tunnel_add_del_t_handler (vl_api_ipsec_gre_tunnel_add_del_t *
out:
/* *INDENT-OFF* */
- REPLY_MACRO2(VL_API_GRE_ADD_DEL_TUNNEL_REPLY,
+ REPLY_MACRO2(VL_API_IPSEC_GRE_TUNNEL_ADD_DEL_REPLY,
({
rmp->sw_if_index = ntohl (sw_if_index);
}));