Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 381 Bytes

BUILD.md

File metadata and controls

16 lines (11 loc) · 381 Bytes

Building the virtual L3 NSE

  1. To build the vL3 NSE, clone this repo and checkout this branch:

    $ mkdir -p $GOPATH/src/github.com/cisco-app-networking
    $ git clone https://github.com/cisco-app-networking/nsm-nse
  2. Build the vL3 NSE:

    $ ORG=myuser TAG=foo make docker-vl3
    • The result is an image called myorg/vl3_ucnf-nse:foo