vpp-agent
vpp-agent copied to clipboard
⚡️ Control plane management agent for FD.io's VPP
- disable push for development image - update actions/checkout to v3 - update ubuntu to 20.04
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.12.0. Release notes Sourced from github.com/spf13/viper's releases. v1.12.0 This release makes YAML v3 and TOML v2 the default versions used for encoding. You can switch...
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.1.2 to 1.5.0. Changelog Sourced from github.com/mitchellh/mapstructure's changelog. 1.5.0 New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277...
#### This PR: - fixes `agentctl config dump` to work with remote models (fix is very similar to #1860) - refactors the scheduler client API to use a type more...
Hello, I tried following the Ligato Quick Guide document to experiment with the vpp-agent. However, the `vpp-agent` container is unable to start. It throws the following errors: ``` austin:~$ sudo...
This WIP PR adds support for user defined tags that can be associated with configuration items. The tags can be specified using the `--tags` flag with `agentctl config update`. Similarly,...
``` # curl -X GET localhost:9191/vpp/telemetry "500 Internal server error: sending command failed: VPPApiError: Unspecified Error (-1)\n" ``` This is caused by `show memory` in function `telemetryHandler`. Try agentctl as...
Hello, I have been playing with Ligato this past couple of months. I'd like to use vpp/dpdk as the packet processing engine to simulate a 5G-CNF. I tried looking up...
I've add a cnat plugin based on the latest master branch. https://gitee.com/anzhuangguai/vpp-agent.git Someone may be helpful to merge the code upstream.
version: 22.01 please add plugin for VPP CNAT(cloud nat) operation.