diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-10-07 14:02:44 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-12-13 21:34:05 +0100 |
commit | a0e11736787bab55f2b19e6683e404c14df4cde1 (patch) | |
tree | 846ce97bdb17361bac02cb8c3ebbad5934005bd1 /zebra/zebra_dplane.h | |
parent | zebra: Add ctx to netlink message parsing (diff) | |
download | frr-a0e11736787bab55f2b19e6683e404c14df4cde1.tar.xz frr-a0e11736787bab55f2b19e6683e404c14df4cde1.zip |
zebra: Read from the dplane_fpm_nl a route update
Read from the fpm dplane a route update that will
include status about whether or not the asic was
successfull in offloading the route.
Have this data passed up to zebra for processing and disseminate
this data as appropriate.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_dplane.h')
-rw-r--r-- | zebra/zebra_dplane.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_dplane.h b/zebra/zebra_dplane.h index 3efbc33fe..51f6f3d89 100644 --- a/zebra/zebra_dplane.h +++ b/zebra/zebra_dplane.h @@ -913,7 +913,7 @@ int dplane_ctx_route_init(struct zebra_dplane_ctx *ctx, enum dplane_op_e op, int dplane_ctx_route_init_basic(struct zebra_dplane_ctx *ctx, enum dplane_op_e op, struct route_entry *re, const struct prefix *p, - const struct prefix *src_p, afi_t afi, + const struct prefix_ipv6 *src_p, afi_t afi, safi_t safi); /* Encode next hop information into data plane context. */ |