misc: vppctl - remove the dependency on vppinfra 90/34490/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Sun, 14 Nov 2021 23:40:18 +0000 (00:40 +0100)
committerDamjan Marion <dmarion@me.com>
Mon, 15 Nov 2021 14:34:56 +0000 (14:34 +0000)
commit31f192434660a6fe71663fd62172cb82fc79ede1
tree3fb17218bcd67f6a137f57fbc527596f5ce65ed5
parent923325f0ef7c4042decfbf25628a56fca5c79253
misc: vppctl - remove the dependency on vppinfra

56f54af21d18f9fdd471b81db77a3942b0aa4d9c introduced the new memcpy.
It also made a vector support mandatory in order to compile anything
that depends on vppinfra.

This broke extras/scripts/build_static_vppctl.sh

Since the vppctl is just a two-pronged epoll+basic telnet client handler,
remove dependencies on the vpp infra libs, and trim the build script accordingly.

Change-Id: I394bc65c485cbf8e7143a818ca0c86367bb15d90
Type: improvement
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
extras/scripts/build_static_vppctl.sh
src/vpp/app/vppctl.c