From d55a19698de74c812417871f348d2fe3fbf5ae83 Mon Sep 17 00:00:00 2001 From: "Kirill A. Khalitov" Date: Mon, 3 Feb 2025 18:03:37 +0100 Subject: [PATCH] sr: fixed return msg id in policy update v2 handler Type: fix Change-Id: Id6cd8030235f097a41ada8f9a3d7450a71a2c34e Signed-off-by: Kirill A. Khalitov --- src/vnet/srv6/sr_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnet/srv6/sr_api.c b/src/vnet/srv6/sr_api.c index e546e1db0e7..5e022ebd637 100644 --- a/src/vnet/srv6/sr_api.c +++ b/src/vnet/srv6/sr_api.c @@ -215,7 +215,7 @@ vl_api_sr_policy_mod_v2_t_handler (vl_api_sr_policy_mod_v2_t *mp) ntohl (mp->sl_index), ntohl (mp->sids.weight)); vec_free (segments); - REPLY_MACRO (VL_API_SR_POLICY_MOD_REPLY); + REPLY_MACRO (VL_API_SR_POLICY_MOD_V2_REPLY); } static void -- 2.16.6