Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 596 Bytes

File metadata and controls

32 lines (22 loc) · 596 Bytes

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