]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_errors.c
bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP labeled...
[mirror_frr.git] / zebra / zebra_errors.c
index 32f665383245268855546e4fb35703fd6e1066d8..d7c17829cdc61b61349fd1e91efceccf8af149c3 100644 (file)
@@ -85,6 +85,12 @@ static struct log_ref ferr_zebra_err[] = {
                .description = "A client requested a label binding for a new FEC, but Zebra was unable to add the FEC to its internal table.",
                .suggestion = "Notify a developer.",
        },
+       {
+               .code = EC_ZEBRA_FEC_LABEL_INDEX_LABEL_CONFLICT,
+               .title = "Refused to add FEC for MPLS client with both label index and label specified",
+               .description = "A client requested a label binding for a new FEC specifying a label index and a label at the same time.",
+               .suggestion = "Notify a developer.",
+       },
        {
                .code = EC_ZEBRA_FEC_RM_FAILED,
                .title = "Failed to remove FEC for MPLS client",