frr/qpb
Carmine Scarpitta 6d1c04f4d0 qpb: Add missing `#include nexthop.h`
In `qpb.h` we have a bunch of functions that make use of
`union g_addr`. `union g_addr` is defined in `nexthop.h`, which
actually is NOT included in `qpb.h`.

Let's add the missing `#include nexthop.h`.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
2024-02-10 00:44:50 +01:00
..
Makefile build: non-recursive qpb & fpm 2017-07-31 23:03:30 +02:00
README.txt Protobuf: Update library name to reflect name change to FRR 2017-01-20 02:59:10 +07:00
linear_allocator.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
qpb.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
qpb.h qpb: Add missing `#include nexthop.h` 2024-02-10 00:44:50 +01:00
qpb.proto *: manual SPDX License ID conversions 2023-02-09 14:09:07 +01:00
qpb_allocator.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
qpb_allocator.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
subdir.am mgmtd: Bringup MGMTD daemon and datastore module support 2023-03-21 22:08:32 -04:00

README.txt

Protobuf definitions and code that is applicable to all of Quagga/FRR.