diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2022-09-14 09:07:12 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-11-10 18:35:31 +0000 |
commit | ee4172ef0a115b6d96cfb0d5cc6ef4fb211c01aa (patch) | |
tree | 67ba8e532843a387ac77e3db25611af78f28896e /src/plugins/hs_apps/CMakeLists.txt | |
parent | ea6c878d5f5b1f68056bb577e37cd22d66ff2fe8 (diff) |
http: support client connect
Type: feature
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I0738c0aefb41ab6c0ff717cfccd1df75ddb481fa
Diffstat (limited to 'src/plugins/hs_apps/CMakeLists.txt')
-rw-r--r-- | src/plugins/hs_apps/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/hs_apps/CMakeLists.txt b/src/plugins/hs_apps/CMakeLists.txt index a61ee5598e8..bd43eb34afa 100644 --- a/src/plugins/hs_apps/CMakeLists.txt +++ b/src/plugins/hs_apps/CMakeLists.txt @@ -20,6 +20,7 @@ add_vpp_plugin(hs_apps echo_server.c hs_apps.c http_cli.c + http_client_cli.c http_tps.c proxy.c ) |