CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/05/28 06:27:17
Modified files: usr.sbin/ldpd : neighbor.c Log message: Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational status instead upon creation (when the first HELLO is received). The LDE needs only to know about operational neighbors or it may happen that the LDE is sending messages to neighbors that have no session open resulting in a crash because of unitialized structures. OK michele@