NSHSFC-1 Initial move from VPP to NSH_SFC 24/1124/7
authorKeith Burns (alagalah) <[email protected]>
Fri, 13 May 2016 16:31:35 +0000 (09:31 -0700)
committerHåkan Jonsson <[email protected]>
Wed, 15 Jun 2016 06:18:31 +0000 (06:18 +0000)
commit1a8e2a697ff5513907a767a327d1e363b789f73a
treedecb5c2b57eb9618a99ee6926d423f3ef4565784
parent08157b83782b7bedfd238c580cde5347ab5408a8
NSHSFC-1 Initial move from VPP to NSH_SFC

- API is giving me some negative energy currently
-- I'll work it out but wanted to publish both VPP-61 and this simultaneously

Change-Id: I4a04b56dd470655114605621d0c44ea3c26bc069
Signed-off-by: Keith Burns (alagalah) <[email protected]>
Signed-off-by: Ed Warnicke <[email protected]>
17 files changed:
notes [new file with mode: 0644]
nsh-plugin/.gitignore [new file with mode: 0644]
nsh-plugin/Makefile.am [new file with mode: 0644]
nsh-plugin/README-build [new file with mode: 0644]
nsh-plugin/build.sh [new file with mode: 0755]
nsh-plugin/configure.ac [new file with mode: 0644]
nsh-plugin/nsh/nsh.api [new file with mode: 0644]
nsh-plugin/nsh/nsh.c [new file with mode: 0644]
nsh-plugin/nsh/nsh.h [new file with mode: 0644]
nsh-plugin/nsh/nsh_all_api_h.h [new file with mode: 0644]
nsh-plugin/nsh/nsh_error.def [new file with mode: 0644]
nsh-plugin/nsh/nsh_msg_enum.h [new file with mode: 0644]
nsh-plugin/nsh/nsh_packet.h [new file with mode: 0644]
nsh-plugin/nsh/nsh_test.c [new file with mode: 0644]
scripts/ci/verify.sh [new file with mode: 0755]
vagrant/cleanup_vpp_plugin_dev_env.sh [new file with mode: 0755]
vagrant/setup_vpp_plugin_dev_env.sh [new file with mode: 0755]