# README
Executables
This package groups executables that can be built from sources in the VPP Agent repository:
- vpp-agent - the default off-the-shelf VPP Agent executable (i.e. no app or extension plugins) that can be bundled with an off-the-shelf VPP to form a simple cloud-native VNF, such as a vswitch.
- agentctl - CLI tool that allows to show the state and to configure VPP Agents connected to etcd
- vpp-agent-ctl - a utility for testing VPP Agent configuration. It contains a set of hard-wired configurations that can be invoked using command line flags and sent to the VPP Agent.
# Packages
agentctl is a command-line tool for monitoring and configuring VPP Agents.
Package vpp-agent implements the main entry point into the VPP Agent and it is used to build the VPP Agent executable.
package vpp-agent-ctl implements the vpp-agent-ctl test tool for testing of VPP Agent plugins.
Package vpp-agent implements the main entry point into the VPP Agent and it is used to build the VPP Agent executable.