summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_labelpool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Replace ctime_r() to time_to_string[_json]() to handle JSON/non-JSONDonatas Abraitis2024-12-201-3/+1
* bgpd: bgp_sync_label_manager failure caseDonald Sharp2024-01-071-3/+9
* bgpd: Fix UNINTENDED_INTEGER_DIVISION for bgp_lp_event_zebra_up()Donatas Abraitis2023-11-021-5/+1
* bgpd: fix wrong 'pending' labelpool counter value at startupPhilippe Guibert2023-10-181-2/+1
* bgpd: fix release label chunk when label pool unusedPhilippe Guibert2023-10-181-0/+10
* bgpd: fix label allocation should not be allocated at startupPhilippe Guibert2023-10-181-3/+7
* bgpd: fix hardset l3vpn label available in mpls poolPhilippe Guibert2023-10-181-2/+3
* bgpd: replace ctime with ctime_rMark Stapp2023-09-191-1/+1
* bgpd: fix whitespace/indent in bgp_labelpool moduleMark Stapp2023-08-091-10/+9
* bgpd: Retry connecting to synchronouse label manager if not readyDonatas Abraitis2023-06-201-2/+2
* bgpd: Use synchronous way to get labels from ZebraDonatas Abraitis2023-06-201-65/+54
* bgpd: update the mpls entry to handle return trafficPhilippe Guibert2023-06-161-1/+1
* bgpd: move the label per nexthop structs of bgp_path to an unionPhilippe Guibert2023-06-161-1/+2
* bgpd: add LP_TYPE_BGP_L3VPN_BIND label typeLouis Scalbert2023-06-161-0/+26
* bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-05-091-0/+100
* bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-05-091-1/+5
* bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-05-091-0/+55
* bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-05-091-0/+26
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-185/+0
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-0/+185
|\
| * bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert2023-03-221-0/+100
| * bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-03-221-1/+5
| * bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert2023-03-221-0/+55
| * bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert2023-03-221-0/+26
* | *: 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
* | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-2/+2
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-10/+0
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* bgpd: improve labelpool performance at scaleG. Paul Ziemba2022-08-311-27/+620
* bgpd: Convert prefix2str to %pFXDonatas Abraitis2022-08-251-15/+9
* *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-0/+10
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-8/+4
* bgpd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-20/+5
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-4/+4
* bgpd: fix zclient return code damage in labelpoolPat Ruddy2021-01-041-1/+1
* bgpd: refactor label allocation codePat Ruddy2021-01-041-24/+25
* bgpd: add missing unlock of path_infoPat Ruddy2021-01-041-0/+3
* bgpd: add show commands for bgp labelpoolPat Ruddy2021-01-041-0/+368
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-2/+3
* lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale2019-07-101-2/+5
* bgpd: fix implicit declaration warningEmanuele Di Pascale2019-07-081-0/+1
* bgpd: fix LU label callback crashEmanuele Di Pascale2019-06-241-5/+45
* bgpd: replace label pool fifo with DECLARE_LISTDavid Lamparter2019-04-271-47/+15
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-0/+6