commit | d61c1bbd4bf6ddf717dda88350668a9f1e2da0ac | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri Jan 04 22:29:23 2013 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Jan 15 17:49:48 2013 +0100 |
tree | c6a056bdfb24031339eb5781c0f57748059dbea4 | |
parent | 47f6aef02b85c604bbd556574e2c724b7304e9e8 [diff] |
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>