diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-09-24 16:45:07 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-27 18:38:08 +0200 |
commit | 7272e2a461ad4d9015634f3e2a73502518e53873 (patch) | |
tree | deeea94f8f53faf0ceb4f4b14adcebd257e7aabd /zebra/rib.h | |
parent | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messages (diff) | |
download | frr-7272e2a461ad4d9015634f3e2a73502518e53873.tar.xz frr-7272e2a461ad4d9015634f3e2a73502518e53873.zip |
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/rib.h')
-rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 0f9d32471..648399176 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -46,7 +46,7 @@ DECLARE_MGROUP(ZEBRA); DECLARE_MTYPE(RE); -enum rnh_type { RNH_NEXTHOP_TYPE, RNH_IMPORT_CHECK_TYPE }; +enum rnh_type { RNH_NEXTHOP_TYPE }; PREDECL_LIST(rnh_list); |