]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use recent monotonic time for readtime
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 4 Jan 2013 22:29:23 +0000 (22:29 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Jan 2013 16:49:48 +0000 (17:49 +0100)
commitd61c1bbd4bf6ddf717dda88350668a9f1e2da0ac
treec6a056bdfb24031339eb5781c0f57748059dbea4
parent47f6aef02b85c604bbd556574e2c724b7304e9e8
bgpd: use recent monotonic time for readtime

The readtime value is for diagnostic, and doesn't have to be highly
accurate. This also fixes a problem where the readtime was being measured
with system clock, but the peer_uptime() was comparing with bgp_clock.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_packet.c