CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/29 03:28:31
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
Replace some walkers using the aspath/prefix lists with a rib_dump walker.
network_flush() is now using rib_dump_new to walk the Adj-RIB-In and
remove all dynamically added announcements. peer_flush() got generalized
and is now used also in peer_down(). It also uses a walker to remove all
prefixes of a peer but does it in a synchronous way for now.
OK benno@