summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_zebra.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-05-02 17:36:45 +0200
committerGitHub <noreply@github.com>2023-05-02 17:36:45 +0200
commit99a1ab0b2150ae82f0e831dc37d1b91da763318d (patch)
tree7d7b940739d53db7d37205b6a6782f703635c510 /bgpd/bgp_zebra.h
parentMerge pull request #13376 from louis-6wind/fix-flex-algo-mem-leak (diff)
parentdoc: add bgp allocation-mode per nexthop information (diff)
downloadfrr-99a1ab0b2150ae82f0e831dc37d1b91da763318d.tar.xz
frr-99a1ab0b2150ae82f0e831dc37d1b91da763318d.zip
Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nh
MPLS allocation mode per next hop
Diffstat (limited to 'bgpd/bgp_zebra.h')
-rw-r--r--bgpd/bgp_zebra.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_zebra.h b/bgpd/bgp_zebra.h
index b09be890e..7c85d86b3 100644
--- a/bgpd/bgp_zebra.h
+++ b/bgpd/bgp_zebra.h
@@ -118,4 +118,8 @@ extern int bgp_zebra_update(struct bgp *bgp, afi_t afi, safi_t safi,
extern int bgp_zebra_stale_timer_update(struct bgp *bgp);
extern int bgp_zebra_srv6_manager_get_locator_chunk(const char *name);
extern int bgp_zebra_srv6_manager_release_locator_chunk(const char *name);
+extern void bgp_zebra_send_nexthop_label(int cmd, mpls_label_t label,
+ ifindex_t index, vrf_id_t vrfid,
+ enum lsp_types_t ltype,
+ struct prefix *p);
#endif /* _QUAGGA_BGP_ZEBRA_H */