CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/11/15 07:15:47
Modified files:
usr.sbin/bgpd : Tag: OPENBSD_4_8 session.c rde.c
Log message:
MFC, original commit from claudio@
(r1.300 of rde.c and r1.313 of session.c):
- - - - - - - - - - - - - -
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@
- - - - - - - - - - - - - -
ok claudio@