From bad679291a9dbc4d9274b1697f7ff41283deabd7 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 24 Aug 2020 12:22:01 +0200 Subject: api: register endian handlers for reply messages Endian handlers was not registered for reply messages. Causing endian-neutral handlers to crash. Type: fix Signed-off-by: Ole Troan Change-Id: Id14173300ee1ab2601e92d58c70d2fa260814b69 --- src/plugins/dhcp/dhcp.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/dhcp/dhcp.api') diff --git a/src/plugins/dhcp/dhcp.api b/src/plugins/dhcp/dhcp.api index 9d8ca4c5b8d..4611d5fadd8 100644 --- a/src/plugins/dhcp/dhcp.api +++ b/src/plugins/dhcp/dhcp.api @@ -264,7 +264,7 @@ typedef dhcp_server /** \brief Tell client about a DHCP completion event @param client_index - opaque cookie to identify the sender */ -manual_endian manual_print define dhcp_proxy_details +define dhcp_proxy_details { u32 context; u32 rx_vrf_id; -- cgit 1.2.3-korg