mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-07 15:29:46 +00:00
Add two helper functions to encode/decode nexthops in protobuf. Specifically, * `fpm_nexthop_create`: encode a `struct nexthop` in a protobuf nexthop structure * `fpm_nexthop_get`: decode a nexthop protobuf structure into a `struct nexthop` This is a preliminary commit to support sending SRv6 Local SIDs and VPN SIDs via protobuf. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com> |
||
|---|---|---|
| .. | ||
| fpm_pb.c | ||
| fpm_pb.h | ||
| fpm.h | ||
| fpm.proto | ||
| Makefile | ||
| subdir.am | ||