ip: fix ip_local_reassembly_get handler 06/41706/2
authorStanislav Zaikin <[email protected]>
Mon, 14 Oct 2024 10:42:44 +0000 (12:42 +0200)
committerDave Barach <[email protected]>
Mon, 14 Oct 2024 12:45:38 +0000 (12:45 +0000)
Type: fix
Signed-off-by: Stanislav Zaikin <[email protected]>
Change-Id: I6431557d01756174005df26350c28299f83fcee0

src/vnet/ip/ip_api.c

index 5ced88f..1f025fa 100644 (file)
@@ -1924,7 +1924,7 @@ vl_api_ip_local_reass_get_t_handler (vl_api_ip_local_reass_get_t *mp)
 {
   vl_api_ip_local_reass_get_reply_t *rmp;
   int rv = 0;
-  REPLY_MACRO2 (VL_API_IP_LOCAL_REASS_GET, {
+  REPLY_MACRO2 (VL_API_IP_LOCAL_REASS_GET_REPLY, {
     rmp->ip4_is_enabled = ip4_local_full_reass_enabled ();
     rmp->ip6_is_enabled = ip6_local_full_reass_enabled ();
   });