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
/
ldpe.h
Age
Commit message (
Expand
)
Author
2013-10-17
Respect the max pdu length and merge all send_label* functions into
Renato Westphal
2013-10-17
Improve parsing of label mapping messages and merge all recv_label*
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-10-15
Since a targeted neighbor can be created both by configuration and
Renato Westphal
2013-06-04
Always accept TCP connection requests and identify to which neighbor
Claudio Jeker
2013-06-04
Cleanup ctl commands and remove unused variables inherited from ospfd
Claudio Jeker
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
Properly implement the exponential backoff timer on session initialization
Claudio Jeker
2013-06-04
Minor adjustments in the initialization FSM
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
The keepalive timeout should be configured on a global basis and not per
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2013-06-01
After returning from accept, we got a TCP connection not a LDP session.
Claudio Jeker
2013-06-01
Always advertise the Router-ID as the transport address.
Claudio Jeker
2013-05-31
When the ldpe process calls connect(), it doesn't regain control until
Claudio Jeker
2012-04-12
accept pacing ldpd way. Since this daemon has multiple listening fds
Claudio Jeker
2011-03-12
Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2010-11-04
Rewrite all packet parsers to be more careful about alignment. Until
Claudio Jeker
2010-10-26
struct mapping_entry should just have a struct map instead of own
Claudio Jeker
2010-09-06
The nbr_reset_*() timer fucntions are the same as the nbr_start_* function.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-14
Do not send notifications directly onto the wire. Decide in the caller how
Claudio Jeker
2010-04-15
Instead of having three ways of setting fds non-blocking use
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2010-02-22
Correctly encode FEC prefixes. This makes my test setup much happyer.
Claudio Jeker
2010-02-20
Make send_* functions return void (and not int) as they can just succeed
Michele Marchetto
2010-02-20
Remove unneeded abstraction in neighbor fsm.
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