CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/24 07:09:29
Modified files:
usr.sbin/bgpd : session.c
Log message:
RECONF_REINIT is a bad initial reconf_action state for templates.
getpeerbyip() initializes the full peer and so there is no need to
do the work a second time -- especially since there it was already
in the wrong state resulting in strange behaviour. OK henning@
