diff options
author | Dave Barach <dave@barachs.net> | 2020-05-26 11:19:28 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-05-27 20:53:57 +0000 |
commit | 7f475bf4b77ae2e74d65c62a22dc550329bb59c1 (patch) | |
tree | c93fe64b721ff42cedc10bab9335c7776b7f65a3 /src/vlibmemory/CMakeLists.txt | |
parent | ec3a3f16e4cd3b33e2a409fb01b8d8826e05f9fa (diff) |
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 <dave@barachs.net>
Change-Id: Id553c63ae860ebfc196c5ad4b55c19e08fec2c9e
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vlibmemory/CMakeLists.txt')
-rw-r--r-- | src/vlibmemory/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |