index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_labelpool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Replace ctime_r() to time_to_string[_json]() to handle JSON/non-JSON
Donatas Abraitis
2024-12-20
1
-3
/
+1
*
bgpd: bgp_sync_label_manager failure case
Donald Sharp
2024-01-07
1
-3
/
+9
*
bgpd: Fix UNINTENDED_INTEGER_DIVISION for bgp_lp_event_zebra_up()
Donatas Abraitis
2023-11-02
1
-5
/
+1
*
bgpd: fix wrong 'pending' labelpool counter value at startup
Philippe Guibert
2023-10-18
1
-2
/
+1
*
bgpd: fix release label chunk when label pool unused
Philippe Guibert
2023-10-18
1
-0
/
+10
*
bgpd: fix label allocation should not be allocated at startup
Philippe Guibert
2023-10-18
1
-3
/
+7
*
bgpd: fix hardset l3vpn label available in mpls pool
Philippe Guibert
2023-10-18
1
-2
/
+3
*
bgpd: replace ctime with ctime_r
Mark Stapp
2023-09-19
1
-1
/
+1
*
bgpd: fix whitespace/indent in bgp_labelpool module
Mark Stapp
2023-08-09
1
-10
/
+9
*
bgpd: Retry connecting to synchronouse label manager if not ready
Donatas Abraitis
2023-06-20
1
-2
/
+2
*
bgpd: Use synchronous way to get labels from Zebra
Donatas Abraitis
2023-06-20
1
-65
/
+54
*
bgpd: update the mpls entry to handle return traffic
Philippe Guibert
2023-06-16
1
-1
/
+1
*
bgpd: move the label per nexthop structs of bgp_path to an union
Philippe Guibert
2023-06-16
1
-1
/
+2
*
bgpd: add LP_TYPE_BGP_L3VPN_BIND label type
Louis Scalbert
2023-06-16
1
-0
/
+26
*
bgpd: add 'show bgp label-nexthop [detail]' command
Philippe Guibert
2023-05-09
1
-0
/
+100
*
bgpd: use nexthop interface when adding LSP in BGP MPLSVPN
Philippe Guibert
2023-05-09
1
-1
/
+5
*
bgpd: add the bgp_label_per_nexthop_cache struct and apis
Philippe Guibert
2023-05-09
1
-0
/
+55
*
bgpd: introduce LP_TYPE_NEXTHOP label type
Philippe Guibert
2023-05-09
1
-0
/
+26
*
Revert "MPLS allocation mode per next hop"
Donatas Abraitis
2023-05-03
1
-185
/
+0
*
Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nh
Donatas Abraitis
2023-05-02
1
-0
/
+185
|
\
|
*
bgpd: add 'show bgp label-nexthop [detail]' command
Philippe Guibert
2023-03-22
1
-0
/
+100
|
*
bgpd: use nexthop interface when adding LSP in BGP MPLSVPN
Philippe Guibert
2023-03-22
1
-1
/
+5
|
*
bgpd: add the bgp_label_per_nexthop_cache struct and apis
Philippe Guibert
2023-03-22
1
-0
/
+55
|
*
bgpd: introduce LP_TYPE_NEXTHOP label type
Philippe Guibert
2023-03-22
1
-0
/
+26
*
|
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
|
/
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
*: Drop deprecated incorrect JSON fields with wrong naming
Donatas Abraitis
2023-01-31
1
-10
/
+0
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
bgpd: improve labelpool performance at scale
G. Paul Ziemba
2022-08-31
1
-27
/
+620
*
bgpd: Convert prefix2str to %pFX
Donatas Abraitis
2022-08-25
1
-15
/
+9
*
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
1
-0
/
+10
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-8
/
+4
*
bgpd: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-20
/
+5
*
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-4
/
+4
*
bgpd: fix zclient return code damage in labelpool
Pat Ruddy
2021-01-04
1
-1
/
+1
*
bgpd: refactor label allocation code
Pat Ruddy
2021-01-04
1
-24
/
+25
*
bgpd: add missing unlock of path_info
Pat Ruddy
2021-01-04
1
-0
/
+3
*
bgpd: add show commands for bgp labelpool
Pat Ruddy
2021-01-04
1
-0
/
+368
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-2
/
+3
*
lib, zebra: support label chunk requests for SRGB
Emanuele Di Pascale
2019-07-10
1
-2
/
+5
*
bgpd: fix implicit declaration warning
Emanuele Di Pascale
2019-07-08
1
-0
/
+1
*
bgpd: fix LU label callback crash
Emanuele Di Pascale
2019-06-24
1
-5
/
+45
*
bgpd: replace label pool fifo with DECLARE_LIST
David Lamparter
2019-04-27
1
-47
/
+15
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
bgpd, doc, ldpd, lib, tests, zebra: LM fixes
paco
2018-09-18
1
-0
/
+6
[next]