From: Kirill A. Khalitov Date: Mon, 3 Feb 2025 17:03:37 +0000 (+0100) Subject: sr: fixed return msg id in policy update v2 handler X-Git-Tag: v25.10-rc0~46 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d55a19698de74c812417871f348d2fe3fbf5ae83;p=vpp.git sr: fixed return msg id in policy update v2 handler Type: fix Change-Id: Id6cd8030235f097a41ada8f9a3d7450a71a2c34e Signed-off-by: Kirill A. Khalitov --- 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