vpp-agent icon indicating copy to clipboard operation
vpp-agent copied to clipboard

⚡️ Control plane management agent for FD.io's VPP

Results 75 vpp-agent issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Peter Motičák

After running `agentctl update` the updated config items will have `"io.ligato.from-client=agentctl"` (subject to change) label. Running `agentctl get` without setting any labels to filter by will implicitly filter by `"io.ligato.from-client=agentctl"`....

🔧 enhancement

Add support for the latest VPP Agent.

🙏 help wanted

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.13.0. Release notes Sourced from github.com/spf13/viper's releases. v1.13.0 Important: This is the last release supporting Go 1.15. What's Changed Exciting New Features 🎉 Add etcd3...

🔗 dependencies

I have setted status-publishers: [etcd] in vpp-agent/plugins/vpp/ifplugin/vpp-ifplugin.conf, which url can I get interface status?Is there any other operations?

I developed a new plugin that calls `(*InterfaceVppHandler).DumpInterfaces` per second. After a while, the errors started. The error message is: `dumping memif socket details failed: all channel IDs are in...

## Test case ### restful config ```json { "vppConfig": { "routes": [ { "dst_network": "fc01::1a/128", "next_hop_addr": "fdab::10", "weight": 1 }, { "dst_network": "fc03::1a/128", "next_hop_addr": "fdab::30", "weight": 1 }, { "dst_network":...

:beetle: bug