summaryrefslogtreecommitdiff
path: root/sharpd/sharp_zebra.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-04-09 13:53:38 -0400
committerMark Stapp <mjs@voltanet.io>2020-06-01 14:46:32 -0400
commit665edffd1e47e46b292b362e23125f6057c8a85f (patch)
tree61e5fe839bf4039813830de0e7a4a5ed3a15f7a9 /sharpd/sharp_zebra.h
parentae076fc276a22b2a5331b066964901e65034e73c (diff)
sharpd: include backup nh info with lsps
If present in a configured nexthop_group, include backup nexthop/nhlfe info with LSP zapi add/update messages. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'sharpd/sharp_zebra.h')
-rw-r--r--sharpd/sharp_zebra.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sharpd/sharp_zebra.h b/sharpd/sharp_zebra.h
index 926bff676b..2b8e19dd97 100644
--- a/sharpd/sharp_zebra.h
+++ b/sharpd/sharp_zebra.h
@@ -42,5 +42,7 @@ extern void sharp_remove_routes_helper(struct prefix *p, vrf_id_t vrf_id,
int sharp_install_lsps_helper(bool install_p, const struct prefix *p,
uint8_t type, int instance, uint32_t in_label,
- const struct nexthop_group *nhg);
+ const struct nexthop_group *nhg,
+ const struct nexthop_group *backup_nhg);
+
#endif