Difference between revisions of "NSH SFC/Build, Install, and Test Images"
From fd.io
< NSH SFC
Line 16: | Line 16: | ||
rm -fr build | rm -fr build | ||
./build.sh | ./build.sh | ||
+ | |||
+ | Step 3) Start VPP: | ||
+ | |||
+ | systemctl start vpp | ||
+ | |||
+ | Step 4) Check NSH_SFC plugins is loaded: | ||
+ | |||
+ | show plugins |
Revision as of 06:50, 10 August 2017
1. Build A VPP Package
Please follow below link to build a VPP package:
https://wiki.fd.io/view/VPP/Build,_install,_and_test_images
2. Clone Code and Build NSH_SFC Plugin
Step 1) Clone Code:
git clone https://gerrit.fd.io/r/nsh_sfc
Step 2) Build NSH_SFC Plugin:
cd nsh_sfc/nsh-plugin/ rm -fr build ./build.sh
Step 3) Start VPP:
systemctl start vpp
Step 4) Check NSH_SFC plugins is loaded:
show plugins