]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_labelpool.c
*: rename zlog_fer -> flog_err
[mirror_frr.git] / bgpd / bgp_labelpool.c
index dd3b8d5b8e956ebe424f4dbd39fe42aa313f8c47..8d15649ea55f2bd38ecd6c0b40567c222a2659cc 100644 (file)
@@ -127,7 +127,7 @@ static wq_item_status lp_cbq_docallback(struct work_queue *wq, void *data)
 
        if (lcbq->label == MPLS_LABEL_NONE) {
                /* shouldn't happen */
-               zlog_ferr(BGP_ERR_LABEL, "%s: error: label==MPLS_LABEL_NONE",
+               flog_err(BGP_ERR_LABEL, "%s: error: label==MPLS_LABEL_NONE",
                          __func__);
                return WQ_SUCCESS;
        }
@@ -338,7 +338,7 @@ void bgp_lp_get(
 
                if (rc) {
                        /* shouldn't happen */
-                       zlog_ferr(BGP_ERR_LABEL,
+                       flog_err(BGP_ERR_LABEL,
                                  "%s: can't insert new LCB into ledger list",
                                  __func__);
                        XFREE(MTYPE_BGP_LABEL_CB, lcb);
@@ -427,7 +427,7 @@ void bgp_lp_event_chunk(uint8_t keep, uint32_t first, uint32_t last)
        struct lp_fifo *lf;
 
        if (last < first) {
-               zlog_ferr(BGP_ERR_LABEL,
+               flog_err(BGP_ERR_LABEL,
                          "%s: zebra label chunk invalid: first=%u, last=%u",
                          __func__, first, last);
                return;