summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_labelpool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-05-091-0/+1
* bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-05-091-0/+2
* bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-05-091-0/+5
* bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-05-091-0/+43
* bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-05-091-0/+1
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-52/+0
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-0/+52
|\
| * bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-03-221-0/+1
| * bgpd: update time of last change when label nexthop entry changedPhilippe Guibert2023-03-221-0/+2
| * bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-03-221-0/+5
| * bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-03-221-0/+43
| * bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-03-221-0/+1
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* bgpd: improve labelpool performance at scaleG. Paul Ziemba2022-08-311-0/+1
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* bgpd: add show commands for bgp labelpoolPat Ruddy2021-01-041-0/+2
* bgpd: replace label pool fifo with DECLARE_LISTDavid Lamparter2019-04-271-1/+3
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-0/+1
* bgpd: dynamic mpls label poolG. Paul Ziemba2018-04-121-0/+51