]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: use DLIST for adv_fifo
authorDavid Lamparter <equinox@diac24.net>
Mon, 20 May 2019 21:41:16 +0000 (23:41 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 21 May 2019 03:42:13 +0000 (05:42 +0200)
commit5ac8ecbabd9638f726fdff5d49b43e675a47e434
tree4c0ab65be004d23a3896a43728aca0d353f4a7bc
parent8c3d03b3e48ee2d1e738ce6fb9fc9f5a332be446
bgpd: use DLIST for adv_fifo

I mistakenly assumed that something called "FIFO" would primarily be
used by removing items from the front.  This isn't the case for the
adv_fifo... so use a DLIST there to make sure deletions from the middle
of the queue are fast.

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