mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
bgpd: fix whitespace/indent in bgp_labelpool module
Fix some weird indentation in the bgp labelpool module. Signed-off-by: Mark Stapp <mjs@labn.net>
This commit is contained in:
parent
d65249aa65
commit
2c11fbe4d3
@ -506,7 +506,6 @@ static void bgp_sync_label_manager(struct event *e)
|
|||||||
struct lp_fifo *lf;
|
struct lp_fifo *lf;
|
||||||
|
|
||||||
while ((lf = lp_fifo_pop(&lp->requests))) {
|
while ((lf = lp_fifo_pop(&lp->requests))) {
|
||||||
|
|
||||||
struct lp_lcb *lcb;
|
struct lp_lcb *lcb;
|
||||||
void *labelid = lf->lcb.labelid;
|
void *labelid = lf->lcb.labelid;
|
||||||
|
|
||||||
@ -528,8 +527,8 @@ static void bgp_sync_label_manager(struct event *e)
|
|||||||
/* request already has a label */
|
/* request already has a label */
|
||||||
if (debug) {
|
if (debug) {
|
||||||
zlog_debug("%s: labelid %p: request already has a label: %u=0x%x, lcb=%p",
|
zlog_debug("%s: labelid %p: request already has a label: %u=0x%x, lcb=%p",
|
||||||
__func__, labelid,
|
__func__, labelid, lcb->label,
|
||||||
lcb->label, lcb->label, lcb);
|
lcb->label, lcb);
|
||||||
}
|
}
|
||||||
/* if this was a BGP_LU request, unlock node
|
/* if this was a BGP_LU request, unlock node
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user