summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/neighbor.c
AgeCommit message (Expand)Author
2010-05-28Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operationalClaudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-25I removed code in the last commit that is needed. Allocate rbuf now byClaudio Jeker
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-03-26Never call close(nbr->fd) when the neighbor session was fully established,Claudio Jeker
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2010-02-21Check bufferevent_new() return value. If it is NULL print an error messageMichele Marchetto
2010-02-20Remove unneeded abstraction in neighbor fsm.Michele Marchetto
2010-02-19Oups, unbreak build.Claudio Jeker
2010-02-19Cleanup a bit, remove unneeded dummy neighbor and initialize queue headsClaudio Jeker
2010-02-18Remove some debug messages that are too verbose and no longer needed.Claudio Jeker
2010-02-18Close a fd leak when opening the tcp connection to the neighbor.Claudio Jeker
2009-12-06During the session's initialization, when playing the passive role, sendMichele Marchetto
2009-08-01Correctly print interface state and neighbor uptime in ldpctl show neighbor.Michele Marchetto
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto