ligato / vpp-agent

⚡️ Control plane management agent for FD.io's VPP
https://docs.ligato.io/
Apache License 2.0
247 stars 127 forks source link

fix: agentctl config history not working with remote models #1860

Closed pemoticak closed 2 years ago

pemoticak commented 2 years ago

When calling agentctl config history, just query the remote models with grpc client and add them to the global default model registry. Then when we unmarshal the messages we primarily use the default registry and the proto global registry is used as a fallback.

Signed-off-by: Peter Motičák peter.moticak@pantheon.tech