CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/07/10 09:56:07
Modified files: usr.sbin/bgpd : rde.c session.c Log message: Change the way the RDE updates its peer list. The SE is now always sending a IMSG_SESSION_ADD message to the RDE when a peer comes up or when a reload happens. The IMSG_SESSION_ADD has the full current config of the peer and so the RDE should end up with correct values. This affects mostly maxprefix and the RIB settings. OK henning@