summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-09-14 16:04:07 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-14 21:13:19 -0400
commitbbcd757a257ca4a1e3faa451d61c0bba1c098456 (patch)
tree05af7abba6fbae455faa46832fa75fbc9703f25b /lib/log.c
parentb3d307ba4ac9657ccfc212cc6f9f7da8e6ceeccb (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/log.c')
-rw-r--r--lib/log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/log.c b/lib/log.c
index ea50ae18cc..1d251f4aae 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -898,8 +898,6 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY (ZEBRA_REDISTRIBUTE_DELETE),
DESC_ENTRY (ZEBRA_REDISTRIBUTE_DEFAULT_ADD),
DESC_ENTRY (ZEBRA_REDISTRIBUTE_DEFAULT_DELETE),
- DESC_ENTRY (ZEBRA_IPV4_NEXTHOP_LOOKUP),
- DESC_ENTRY (ZEBRA_IPV6_NEXTHOP_LOOKUP),
DESC_ENTRY (ZEBRA_IPV4_IMPORT_LOOKUP),
DESC_ENTRY (ZEBRA_IPV6_IMPORT_LOOKUP),
DESC_ENTRY (ZEBRA_INTERFACE_RENAME),