vppctl: bash completion for vppctl commands 91/3991/25
authorPadraig Connolly <padraig.connolly@intel.com>
Tue, 29 Nov 2016 17:17:20 +0000 (17:17 +0000)
committerChris Luke <chris_luke@comcast.com>
Mon, 9 Jan 2017 15:20:49 +0000 (15:20 +0000)
commitd995c757f05f78aa759b0a65c0a7e38088e690a9
tree5055f3c18d184f20d949817f2a33e7e52006cf53
parent0d3c1cc7626ac39f25975ebf9d92ba903d470f79
vppctl: bash completion for vppctl commands

Added bash completion that will include all commands from build time
*Script takes list of commands generated by doxygen-siphon-list
*Configured doxygen-siphon makefile to generate just cli commands
*List of cli commands put in /usr/share/vpp
*Stopped siphon using doxygen bootstrap, uses main bootstrap instead
*Added rpm/deb check for installation of packages, separate from bootstrap
*NOTE: Once you have installed the vpp .deb/.rpm package you will have to
 restart bash

Change-Id: Ie503e80d5177481f6e7dbe59378f2e0d76f29152
Signed-off-by: Padraig Connolly <padraig.connolly@intel.com>
Makefile
build-data/platforms.mk
build-root/Makefile
build-root/rpm/vpp.spec
doxygen/Makefile
src/scripts/vppctl_completion [new file with mode: 0755]