CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/01/09 06:31:52

Modified files:
        usr.sbin/bgpd  : rde.c rde.h rde_peer.c 

Log message:
Move peer related code from rde.c to rde_peer.c.
Change peer_foreach() to just walk the peer list instead of iterating over
the peer hash table. Also change peer_down() arguments so that it can be
used as a peer_foreach() callback (which is then used in rde_shutdown()).
OK benno@

Reply via email to