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_lib.c
Age
Commit message (
Expand
)
Author
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
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
2015-06-10
Typos: equalivant, fucntion, libary.
Miod Vallat
2015-04-04
Show the full LIB in the "ldpctl show lib" command.
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-03
Advertise the implicit-null label for routes attached to loopback
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-08-27
Fix format string that was not changed after the log_fec introduction.
Claudio Jeker
2010-08-26
Fix a memory leak in an error path. Found and diff by Igor Zinovik.
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-30
Switch prefix in struct map to a struct in_addr instead of a u_int32_t.
Claudio Jeker
2010-06-09
Move the logging of FEC changes to the LDE and print the FEC and label
Claudio Jeker
2010-06-07
Store all labels in ldpd in host byte order without any additional shifting.
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
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
No need to do a rt_find() twice.
Claudio Jeker
2010-04-13
When a prefix has a implicit null label associated, force pop operation.
Michele Marchetto
2010-03-03
Rework the kroute code by stealing some code from ospfd and massaging it
Claudio Jeker
2010-02-25
One more substitution of label 0 with NO_LABEL.
Michele Marchetto
2010-02-25
Whitespaces cleanup.
Michele Marchetto
2010-02-25
NO_LABEL (instead of zero) must be used to mean that no labels are associated
Michele Marchetto
2010-02-19
If a neighbor goes down we need to cleanup the LIB from all FEC that point
Claudio Jeker
2010-01-19
Don't fatalx() when a static route is deleted.
Michele Marchetto
2010-01-08
Implement section A.1.6 of RFC 5036: "Recognize new FEC".
Michele Marchetto
2010-01-02
In the "ldpctl show lib" output print every known label and make clear if it
Michele Marchetto
2009-09-28
When a route is deleted, ldpd should remove labels associated with it from
Michele Marchetto
2009-08-02
"ldpctl show lib" output cleanup.
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