From c72cbf80d0674a745fef2effb3c2f6dbcf5bf98e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 15 Dec 2015 15:08:54 -0800 Subject: Add vppctl as a simple cli interface to vpp This patch provides a pretty simple hack on top of vpe_api_test to give users a cli interface to vpp. Example: sudo vppctl show api client sudo vppctl show int It has the advantage that users can use bash shell scripting and history with it. Change-Id: I621dd8e29269e14a83b4887f20adcfbe5f946b99 Signed-off-by: Ed Warnicke --- vppctl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vppctl/Makefile.am (limited to 'vppctl/Makefile.am') diff --git a/vppctl/Makefile.am b/vppctl/Makefile.am new file mode 100644 index 00000000..d556cb2a --- /dev/null +++ b/vppctl/Makefile.am @@ -0,0 +1,2 @@ + +dist_bin_SCRIPTS = vppctl -- cgit 1.2.3-korg