summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-27 11:44:42 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-27 11:44:42 -0500
commitc016b6c796fe3a8520fdd0f30ef377cbb73e0037 (patch)
tree78c3b29b41860c367390bba20a4a4d16fbaf3469 /lib/log.c
parent75688c44d98af271ca4eb4f3133ede9e7ae709bb (diff)
parentaceb2285dad63dca7bba7177012aabdb63e1cca5 (diff)
Merge remote-tracking branch 'origin/master' into pr/111
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index d48534dc18..b8e505f347 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -118,7 +118,6 @@ quagga_timestamp(int timestamp_precision, char *buf, size_t buflen)
} cache;
struct timeval clock;
- /* would it be sufficient to use global 'recent_time' here? I fear not... */
gettimeofday(&clock, NULL);
/* first, we update the cache if the time has changed */
@@ -989,6 +988,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY (ZEBRA_IPV4_NEXTHOP_DELETE),
DESC_ENTRY (ZEBRA_IPV6_NEXTHOP_ADD),
DESC_ENTRY (ZEBRA_IPV6_NEXTHOP_DELETE),
+ DESC_ENTRY (ZEBRA_IPMR_ROUTE_STATS),
};
#undef DESC_ENTRY