]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_advertise.h
bgpd: replace ADV_FIFO with DECLARE_LIST
authorDavid Lamparter <equinox@diac24.net>
Sun, 21 Apr 2019 16:17:45 +0000 (18:17 +0200)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:45 +0000 (19:33 +0200)
commita274fef86899e1907b81f3c28bf5e3f978eea6ad
treefc519b40def7b4701c392603fef7bb76a3adabc0
parent4bef0ec4fbe97c7865f1de676d22832344167bab
bgpd: replace ADV_FIFO with DECLARE_LIST

The FIFO_* stuff in lib/fifo.h is no different from a simple unsorted
list.  Just use DECLARE_LIST here so we can get rid of FIFO_*.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_advertise.c
bgpd/bgp_advertise.h
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp.h
bgpd/bgp_updgrp_adv.c
bgpd/bgp_updgrp_packet.c