Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Developper documentation

Typical commands

As a developper, the main Makefile targets

# build golang agents
make build 

# build docker images (including VPP - this might take a while the first time) 
make image DEBUG=true

# Build images and create a local kind cluster with them
make kind DEBUG=true

VPP interaction targets :

# Clone VPP as of the latest commit
make cherry-vpp

# rebuild the golang API bindings
make goapi

Additional guides