CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/10 08:14:36
Modified files:
usr.sbin/bgpd : rde.c session.c
Log message:
Make sure that the initial configuration of the child is zeroed out
by using calloc(). This fixes an issue where the RDE would start up
as route-collector because uninitialized memory made the RDE switch
to that mode.
OK henning@, sthen@, phessler@
