diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-14 16:04:07 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-14 21:13:19 -0400 |
| commit | bbcd757a257ca4a1e3faa451d61c0bba1c098456 (patch) | |
| tree | 05af7abba6fbae455faa46832fa75fbc9703f25b /lib/zebra.h | |
| parent | b3d307ba4ac9657ccfc212cc6f9f7da8e6ceeccb (diff) | |
lib, zebra: Remove unused zserv/zclient calls
ZEBRA_IPV4_NEXTHOP_LOOKUP and ZEBRA_IPV6_NEXTHOP_LOOKUP
were never used by any protocol. Remove dead code
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 22cd6214bf44863bfb5a34b40ab4abba3c5c4574)
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index c2bb7123e6..d393a05727 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -411,8 +411,6 @@ typedef enum { ZEBRA_REDISTRIBUTE_DELETE, ZEBRA_REDISTRIBUTE_DEFAULT_ADD, ZEBRA_REDISTRIBUTE_DEFAULT_DELETE, - ZEBRA_IPV4_NEXTHOP_LOOKUP, - ZEBRA_IPV6_NEXTHOP_LOOKUP, ZEBRA_IPV4_IMPORT_LOOKUP, ZEBRA_IPV6_IMPORT_LOOKUP, ZEBRA_INTERFACE_RENAME, |
