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
/
lde.h
Age
Commit message (
Expand
)
Author
2017-03-04
Send VPLS MAC withdrawals.
Renato Westphal
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
Renato Westphal
2017-03-04
Implement RFC 6667 (Typed Wildcard FEC for PWid).
Renato Westphal
2017-03-04
Implement RFC 5918 (Typed Wildcard FEC).
Renato Westphal
2017-03-04
Implement support for PWid group wildcards.
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2016-09-02
lde() and ldpe() should return void.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Be more compliant with RFC 4447.
Renato Westphal
2016-06-18
Fix memory leak found with valgrind.
Renato Westphal
2016-06-18
Fix small LIB<->LFIB synchronization issue.
Renato Westphal
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Introduce a garbage collector for dead entries in the LIB.
Renato Westphal
2016-05-23
Don't create l2vpn targeted neighbors inside the config parser.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Minor adjustments in l2vpn code.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Record all fields of the received label mappings.
Renato Westphal
2015-07-21
Rename structures and functions to be more generic.
Renato Westphal
2015-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-07-19
Uninstall associated label bindings when a neighbor is down.
Renato Westphal
2015-07-19
Rework kroute.c to send only the best routes to lde.
Renato Westphal
2013-10-15
Simplify the lde_nbr_new() function.
Renato Westphal
2013-10-15
Simplify the code by avoiding direct calls to imsg_compose_event().
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-03
Remove the IMSG_NEIGHBOR_CHANGE message
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2010-11-04
Only consider pathes with highest priority when replying to label
Claudio Jeker
2010-10-26
Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(),
Claudio Jeker
2010-10-21
Start implementing the missing lablemapping messages in the LDE and
Claudio Jeker
2010-06-30
Make it possible to store multiple LSP to a FEC. This is another step to
Claudio Jeker
2010-06-30
Kill IMSG_KLABEL_INSERT and all the related functions around it.
Claudio Jeker
2010-06-23
Fix comment. Downstream is towards the destination of a LSP.
Claudio Jeker
2010-06-23
Kill rt_node->invalid it is not used by anything.
Claudio Jeker
2010-06-02
Start reworking the LDE. Implement a FEC RB tree that can be used for the
Claudio Jeker
2010-05-25
Remove another leftover from ospfd. ldpd does not have a concept of ext_tag
Claudio Jeker
2010-05-25
Kill a bogus bzero() and introduce an empty lde_check_release().
Claudio Jeker
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-05-11
sort struct by size and kill some unneeded spaces.
Claudio Jeker
2010-02-19
If a neighbor goes down we need to cleanup the LIB from all FEC that point
Claudio Jeker
2009-09-28
When a route is deleted, ldpd should remove labels associated with it from
Michele Marchetto
2009-07-08
Detect nexthop change.
Michele Marchetto
2009-06-19
When operating in liberal mode, retain labels even if they aren't learnt
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