]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: add timestamp to bgp_adj_in
authorDavid Lamparter <equinox@diac24.net>
Wed, 17 Jul 2019 13:24:28 +0000 (15:24 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 30 Aug 2019 17:00:45 +0000 (19:00 +0200)
commit6566d669a58eabfda5b287ce5622e5d105df2bd8
treee43e8ee7205fe99a239547b5de23a5e7d5d6dc93
parent8defc5be5204275e2314f56229fa2be5ae14c699
bgpd: add timestamp to bgp_adj_in

If we reject a received update in a filter, it never turns into a
bgp_path_info but stays in adj_in.  For that case, we don't have any
timestamp for the update.

Currently, this isn't visible anywhere; BMP will make use of this
timestamp (and we can add a CLI option if we want.)

Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_advertise.c
bgpd/bgp_advertise.h