diff options
| author | Stephen Worley <sworley@nvidia.com> | 2020-12-01 13:05:36 -0500 |
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2020-12-01 13:05:36 -0500 |
| commit | 8c74d904d4d85c129fd0e5459008aa0e3ca80bd4 (patch) | |
| tree | d520b0c076e210b99a6839e36c2f0bda0288e2cb /zebra/zebra_errors.c | |
| parent | 306720345a1ce820faf1f3983a7ab4330b777811 (diff) | |
zebra: remove unused EC_ZEBRA_IF_LOOKUP_FAILED
EC_ZEBRA_IF_LOOKUP_FAILED is no longer being used,
remove it.
Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/zebra_errors.c')
| -rw-r--r-- | zebra/zebra_errors.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c index b75708031e..29b271425d 100644 --- a/zebra/zebra_errors.c +++ b/zebra/zebra_errors.c @@ -311,12 +311,6 @@ static struct log_ref ferr_zebra_err[] = { "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", .description = "Zebra NameSpace subsystem failed to find a Default namespace during initialization.", |
