]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: remove unused EC_ZEBRA_IF_LOOKUP_FAILED
authorStephen Worley <sworley@nvidia.com>
Tue, 1 Dec 2020 18:05:36 +0000 (13:05 -0500)
committerStephen Worley <sworley@nvidia.com>
Tue, 1 Dec 2020 18:05:36 +0000 (13:05 -0500)
EC_ZEBRA_IF_LOOKUP_FAILED is no longer being used,
remove it.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
zebra/zebra_errors.c
zebra/zebra_errors.h

index b75708031e2343145ce46586767f83b74efcbc25..29b271425dc35b00a1e68e01162760a6a64fc997 100644 (file)
@@ -310,12 +310,6 @@ static struct log_ref ferr_zebra_err[] = {
                .suggestion =
                        "Check to see if the nexthop group on the route you tried to install is valid."
        },
-       {
-               .code = EC_ZEBRA_IF_LOOKUP_FAILED,
-               .title = "Zebra interface lookup failed",
-               .description = "Zebra attempted to look up a interface for a particular vrf_id and interface index, but didn't find anything.",
-               .suggestion = "If you entered a command to trigger this error, make sure you entered the arguments correctly. Check your config file for any potential errors. If these look correct, seek help.",
-       },
        {
                .code = EC_ZEBRA_NS_NO_DEFAULT,
                .title = "Zebra NameSpace failed to find Default",
index 03953ed17f78875566ad2ebfab50afb267ad9be4..fc0382a6cdaedbf72f2ecf4897f131267522336c 100644 (file)
@@ -75,7 +75,6 @@ enum zebra_log_refs {
        EC_ZEBRA_NHG_TABLE_INSERT_FAILED,
        EC_ZEBRA_NHG_SYNC,
        EC_ZEBRA_NHG_FIB_UPDATE,
-       EC_ZEBRA_IF_LOOKUP_FAILED,
        EC_ZEBRA_NS_NO_DEFAULT,
        EC_ZEBRA_PBR_RULE_UPDATE,
        /* warnings */