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.c
Age
Commit message (
Expand
)
Author
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-30
Switch prefix in struct map to a struct in_addr instead of a u_int32_t.
Claudio Jeker
2010-06-09
More useful warning message.
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
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-11
Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.
Claudio Jeker
2010-03-03
Rework the kroute code by stealing some code from ospfd and massaging it
Claudio Jeker
2010-03-01
nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call.
Claudio Jeker
2010-02-19
If a neighbor goes down we need to cleanup the LIB from all FEC that point
Claudio Jeker
2009-11-02
More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().
Claudio Jeker
2009-09-28
When a route is deleted, ldpd should remove labels associated with it from
Michele Marchetto
2009-08-01
Pass the right size of the structure "map" to the ldpd engine.
Michele Marchetto
2009-07-08
Detect nexthop change.
Michele Marchetto
2009-06-06
make ldpd imsg-in-a-lib ready too.
Pierre-Yves Ritschard
2009-06-05
Correctly send notification messages when errors occur.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto