]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Use time since epoch for timestamps for bmp updates 6613/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 Jun 2020 19:56:44 +0000 (15:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 Jun 2020 19:56:44 +0000 (15:56 -0400)
commit02cee15823e67efa3d004d7c6b38bddc25ba2e03
treef697f98e40469f050bc61be05e6b548ccf549f75
parent6df72c7f1779b01e8b333bca1ab640507df906fd
bgpd: Use time since epoch for timestamps for bmp updates

RFC states that time should be in seconds since the epoch.
The code was using system uptime in seconds.

Fixes: #6549
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_bmp.c