Add vppctl as a simple cli interface to vpp 58/58/3
authorEd Warnicke <eaw@cisco.com>
Tue, 15 Dec 2015 23:08:54 +0000 (15:08 -0800)
committerEd Warnicke <eaw@cisco.com>
Wed, 16 Dec 2015 12:50:11 +0000 (05:50 -0700)
commitc72cbf80d0674a745fef2effb3c2f6dbcf5bf98e
tree2f2ac255769a964d87a8da3fb151fa639ee6cc6d
parent7210e9470eeeb0ff1a259db1f448011da3774d8c
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 <eaw@cisco.com>
build-data/packages/vppctl.mk [new file with mode: 0644]
build-data/platforms/vpp.mk
vppctl/Makefile.am [new file with mode: 0644]
vppctl/configure.ac [new file with mode: 0644]
vppctl/vppctl [new file with mode: 0755]