diff options
| author | Mark Stapp <mstapp@nvidia.com> | 2022-02-17 09:53:25 -0500 |
|---|---|---|
| committer | Mark Stapp <mstapp@nvidia.com> | 2022-02-17 09:54:15 -0500 |
| commit | abc246e19345cbd2bc74c7dc50dac0b9cf2addf8 (patch) | |
| tree | 21cdbbcc14fbf61fa319360553d18c061ca37f2f /staticd/static_routes.h | |
| parent | 423e32cb01bf3cf8c34674b15f1af107ca28a3eb (diff) | |
staticd: capture zebra's advertised ECMP limit
Capture the ECMP limit advertised by zebra (via zapi).
Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'staticd/static_routes.h')
| -rw-r--r-- | staticd/static_routes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/staticd/static_routes.h b/staticd/static_routes.h index c901a8926a..71c3689be5 100644 --- a/staticd/static_routes.h +++ b/staticd/static_routes.h @@ -163,6 +163,7 @@ static_route_info_from_rnode(struct route_node *rn) } extern bool mpls_enabled; +extern uint32_t zebra_ecmp_count; extern struct zebra_privs_t static_privs; |
