Difference between revisions of "NSH SFC/Installing NSH SFC binaries from packages"
From fd.io
< NSH SFC
(Created page with "== Intro == If you are simply using nsh_sfc, it can be convenient to simply install the packages. The instructions below will pull the latest freshest package build from the...") |
|||
Line 25: | Line 25: | ||
* MASTER (in development) | * MASTER (in development) | ||
export RELEASE=".master" | export RELEASE=".master" | ||
+ | * VPP 17.01 | ||
+ | export RELEASE=".stable.1701" | ||
* VPP 16.09 | * VPP 16.09 | ||
export RELEASE=".stable.1609" | export RELEASE=".stable.1609" |
Revision as of 02:19, 18 January 2017
Contents
[hide]Intro
If you are simply using nsh_sfc, it can be convenient to simply install the packages. The instructions below will pull the latest freshest package build from the master branch (updated on every merge).
Package Descriptions
- vpp-nsh-plugin - Description: nsh_sfc plugin for vpp
- vpp-nsh-plugin-dev - Description: This package contains development support files for the nsh-plugin
- vpp-nsh-plugin-dbg - Description: This package contains debug symbols for nsh-plugin
Ubuntu/Debian
Add fd.io repo
1. Pick Ubuntu version:
- Ubuntu 14.04 - Trusty
export UBUNTU="trusty"
- Ubuntu 16.04 - Xenial
export UBUNTU="xenial"
2. Pick VPP version:
- Released (VPP 16.09)
export RELEASE=""
- MASTER (in development)
export RELEASE=".master"
- VPP 17.01
export RELEASE=".stable.1701"
- VPP 16.09
export RELEASE=".stable.1609"
- VPP 16.06
export RELEASE=".stable.1606"
3. Then run:
sudo rm /etc/apt/sources.list.d/99fd.io.list echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io$RELEASE.ubuntu.$UBUNTU.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list sudo apt-get update sudo apt-get install vpp-nsh-plugin
Uninstalling
sudo apt-get remove --purge vpp-nsh-plugin
Centos
Add fd.io repo
[Expand]
CentOS 7.2 - VPP Release RPMs (VPP 16.09)
[Expand]
CentOS 7.2 - VPP master branch RPMs (in development)
[Expand]
CentOS 7.2 - VPP stable/1609 branch RPMs
[Expand]
CentOS 7.2 - VPP stable/1606 branch RPMs
Install vpp packages
sudo yum install vpp-nsh-plugin