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

Implementing support for nat44ed vrf table and route #1921

Closed Giluerre closed 1 year ago

Giluerre commented 1 year ago

This patch provides support for nat44 vrf table and route vpp calls which were added to vpp v22.10.

However to succesfully use those calls, is needed to add a patch https://gerrit.fd.io/r/c/vpp/+/38459 the addition of which is still pending.

pemoticak commented 1 year ago

Nothing else to add from my side, LGTM.

ondrej-fabry commented 1 year ago

How did you re-generate Protobuf API? Also, it seems the .proto files have been reformatted? I assume it was your IDE that re-fromatted entire file.

Giluerre commented 1 year ago

How did you re-generate Protobuf API? Also, it seems the .proto files have been reformatted? I assume it was your IDE that re-fromatted entire file.

make generate . You are right I didn't notice that .proto files were reformatted.