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
/
ldpd.h
Age
Commit message (
Expand
)
Author
2016-05-23
Explicitly close the pfkey socket on exit.
Renato Westphal
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ldpd.
Stefan Sperling
2015-07-21
Remove more unused defines.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Reuse merge_config() logic to simplify the shutdown of each process.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-21
Assorted fixes and code cleanup for targeted neighbors.
Renato Westphal
2015-07-21
Improve handling of addresses on ldpe.
Renato Westphal
2015-07-19
Implement md5 authentication support.
Renato Westphal
2015-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-07-19
Remove incomplete support for unnecessary modes of operation.
Renato Westphal
2015-07-19
Rework kroute.c to send only the best routes to lde.
Renato Westphal
2015-04-04
Show the full LIB in the "ldpctl show lib" command.
Renato Westphal
2015-03-21
Remove interface finite state machine.
Renato Westphal
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
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
Minor adjustments in the initialization FSM
Claudio Jeker
2013-06-03
Remove the IMSG_NEIGHBOR_CHANGE message
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
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
Drop support for passive interfaces.
Claudio Jeker
2013-06-01
Don't allow enabling LDP on loopback and carp interfaces.
Claudio Jeker
2013-06-01
After returning from accept, we got a TCP connection not a LDP session.
Claudio Jeker
2013-05-31
Remove unused definitions
Claudio Jeker
2012-04-12
accept pacing ldpd way. Since this daemon has multiple listening fds
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2010-10-07
Garbage collect some unused structs.
Claudio Jeker
2010-09-02
NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same
Claudio Jeker
2010-09-01
s/lfib/fib/ for more consitency with the other routing daemons.
Claudio Jeker
2010-07-08
Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strange
Claudio Jeker
2010-06-30
Kill IMSG_KLABEL_INSERT and all the related functions around it.
Claudio Jeker
2010-06-30
Switch prefix in struct map to a struct in_addr instead of a u_int32_t.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-25
Remove another leftover from ospfd. ldpd does not have a concept of ext_tag
Claudio Jeker
2010-05-25
Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.
Claudio Jeker
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-14
Order struct element by size.
Claudio Jeker
2010-05-11
Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.
Claudio Jeker
2010-04-29
Remove some more ospfd-ism from the interface code. This time remove
Claudio Jeker
2010-04-15
Log recieved notifications in a human understanable way. Makes debugging
Claudio Jeker
2010-04-15
Cleanup the interface FSM by removing most of the ospfd specific states
Claudio Jeker
2010-04-15
Instead of having three ways of setting fds non-blocking use
Claudio Jeker
2010-03-03
Rework the kroute code by stealing some code from ospfd and massaging it
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2010-01-02
In the "ldpctl show lib" output print every known label and make clear if it
Michele Marchetto
2009-11-02
More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().
Claudio Jeker
[next]