summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-08-19 11:20:42 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-08-23 17:45:17 -0300
commit153856bbe96ea6b78aa0cc184ba6f4def7aace04 (patch)
treeb26561992deb0fda71e87adc720d752d2fcb225c /lib/log.c
parentd00061ea32901096fa4c3af6b9e65914dd895031 (diff)
lib: remove redundant zebra messages
This also fixes a bug of ipv6 routes advertised by the VNC code being ignored by zebra. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/log.c b/lib/log.c
index 5c89e7080e..b9ce9e69bc 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -908,10 +908,6 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_INTERFACE_LINK_PARAMS),
DESC_ENTRY(ZEBRA_MPLS_LABELS_ADD),
DESC_ENTRY(ZEBRA_MPLS_LABELS_DELETE),
- DESC_ENTRY(ZEBRA_IPV4_NEXTHOP_ADD),
- DESC_ENTRY(ZEBRA_IPV4_NEXTHOP_DELETE),
- DESC_ENTRY(ZEBRA_IPV6_NEXTHOP_ADD),
- DESC_ENTRY(ZEBRA_IPV6_NEXTHOP_DELETE),
DESC_ENTRY(ZEBRA_IPMR_ROUTE_STATS),
DESC_ENTRY(ZEBRA_LABEL_MANAGER_CONNECT),
DESC_ENTRY(ZEBRA_GET_LABEL_CHUNK),