diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:21:05 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:23:29 +0200 |
commit | e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba (patch) | |
tree | 0cb5b71e277a706f708cdaff0c8aaa2deefa319f /zebra/zebra_mpls_openbsd.c | |
parent | watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR (diff) | |
download | frr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.tar.xz frr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.zip |
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
-rw-r--r-- | zebra/zebra_mpls_openbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c index b42cf3243..e11e8a373 100644 --- a/zebra/zebra_mpls_openbsd.c +++ b/zebra/zebra_mpls_openbsd.c @@ -257,7 +257,7 @@ static int kernel_lsp_cmd(int action, zebra_lsp_t *lsp) && (CHECK_FLAG(nhlfe->flags, NHLFE_FLAG_INSTALLED) && CHECK_FLAG(nexthop->flags, NEXTHOP_FLAG_FIB)))) { if (nhlfe->nexthop->nh_label->num_labels > 1) { - flog_warn(ZEBRA_ERR_MAX_LABELS_PUSH, + flog_warn(EC_ZEBRA_MAX_LABELS_PUSH, "%s: can't push %u labels at once " "(maximum is 1)", __func__, |