summaryrefslogtreecommitdiff
path: root/zebra/zebra_rnh.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-09-24 10:45:07 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-09-27 12:38:08 -0400
commit7272e2a461ad4d9015634f3e2a73502518e53873 (patch)
treedeeea94f8f53faf0ceb4f4b14adcebd257e7aabd /zebra/zebra_rnh.h
parent3d174ce08db7489e2424ac16f35557c9627c75e0 (diff)
zebra: remove import check resolution from zebra
The entirety of the import checking no longer needs to be in zebra as that no-one is calling it. Remove the code. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_rnh.h')
-rw-r--r--zebra/zebra_rnh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_rnh.h b/zebra/zebra_rnh.h
index 24ee6d0bd9..6a225d43a9 100644
--- a/zebra/zebra_rnh.h
+++ b/zebra/zebra_rnh.h
@@ -36,8 +36,6 @@ static inline const char *rnh_type2str(enum rnh_type type)
switch (type) {
case RNH_NEXTHOP_TYPE:
return "Nexthop";
- case RNH_IMPORT_CHECK_TYPE:
- return "Import";
}
return "ERROR";