CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/31 10:57:38
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h config.c control.c parse.y
printconf.c session.c session.h
Log message:
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
the hand-rolled list. This changes the way peers are reloaded since now
both parent and session engine are now merging the lists.
OK denis@
