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