summaryrefslogtreecommitdiff
path: root/bgpd/bgp_labelpool.c
AgeCommit message (Expand)Author
2023-09-19bgpd: replace ctime with ctime_rMark Stapp
2023-08-09bgpd: fix whitespace/indent in bgp_labelpool moduleMark Stapp
2023-06-20bgpd: Retry connecting to synchronouse label manager if not readyDonatas Abraitis
2023-06-20bgpd: Use synchronous way to get labels from ZebraDonatas Abraitis
2023-06-16bgpd: update the mpls entry to handle return trafficPhilippe Guibert
2023-06-16bgpd: move the label per nexthop structs of bgp_path to an unionPhilippe Guibert
2023-06-16bgpd: add LP_TYPE_BGP_L3VPN_BIND label typeLouis Scalbert
2023-05-09bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert
2023-05-09bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-05-09bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert
2023-05-09bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert
2023-05-03Revert "MPLS allocation mode per next hop"Donatas Abraitis
2023-05-02Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-22bgpd: add 'show bgp label-nexthop [detail]' commandPhilippe Guibert
2023-03-22bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-03-22bgpd: add the bgp_label_per_nexthop_cache struct and apisPhilippe Guibert
2023-03-22bgpd: introduce LP_TYPE_NEXTHOP label typePhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-08-31bgpd: improve labelpool performance at scaleG. Paul Ziemba
2022-08-25bgpd: Convert prefix2str to %pFXDonatas Abraitis
2022-02-03*: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25bgpd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-03-17*: require semicolon after DEFINE_<typesafe...>David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-01-04bgpd: fix zclient return code damage in labelpoolPat Ruddy
2021-01-04bgpd: refactor label allocation codePat Ruddy
2021-01-04bgpd: add missing unlock of path_infoPat Ruddy
2021-01-04bgpd: add show commands for bgp labelpoolPat Ruddy
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2019-07-10lib, zebra: support label chunk requests for SRGBEmanuele Di Pascale
2019-07-08bgpd: fix implicit declaration warningEmanuele Di Pascale
2019-06-24bgpd: fix LU label callback crashEmanuele Di Pascale
2019-04-27bgpd: replace label pool fifo with DECLARE_LISTDavid Lamparter
2019-02-25*: remove null check before XFREEQuentin Young
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-18bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-04-11bgpd: dynamic mpls label poolG. Paul Ziemba