From 7f475bf4b77ae2e74d65c62a22dc550329bb59c1 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Tue, 26 May 2020 11:19:28 -0400 Subject: dhcp: vat support for the dhcp_client_dump API Also: permanently solve ordering issues with the vpp builtin vat plugin loader, by explicitly loading vat plugins once we're sure that all data plane plugins have registered their APIs / API message handlers. Fix compilation / link errors when the vpp builtin vat plugin loader is disbled by cmake configuration. Type: fix Signed-off-by: Dave Barach Change-Id: Id553c63ae860ebfc196c5ad4b55c19e08fec2c9e Signed-off-by: Ole Troan --- src/vlibmemory/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vlibmemory/CMakeLists.txt') diff --git a/src/vlibmemory/CMakeLists.txt b/src/vlibmemory/CMakeLists.txt index 64fcb2d58fb..b48ff7b5766 100644 --- a/src/vlibmemory/CMakeLists.txt +++ b/src/vlibmemory/CMakeLists.txt @@ -16,6 +16,7 @@ add_vpp_library (vlibmemory memory_api.c memory_shared.c memory_client.c + socket_client.c socket_api.c vlib_api.c vlib_api_cli.c -- cgit 1.2.3-korg