summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/lde.c
AgeCommit message (Expand)Author
2010-10-26Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(),Claudio Jeker
2010-10-21Start implementing the missing lablemapping messages in the LDE andClaudio Jeker
2010-06-30Make it possible to store multiple LSP to a FEC. This is another step toClaudio Jeker
2010-06-30Kill IMSG_KLABEL_INSERT and all the related functions around it.Claudio Jeker
2010-06-30Switch prefix in struct map to a struct in_addr instead of a u_int32_t.Claudio Jeker
2010-06-09More useful warning message.Claudio Jeker
2010-06-07Store all labels in ldpd in host byte order without any additional shifting.Claudio Jeker
2010-06-02Start reworking the LDE. Implement a FEC RB tree that can be used for theClaudio Jeker
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-25Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.Claudio Jeker
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-05-11Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.Claudio Jeker
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker
2010-03-01nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call.Claudio Jeker
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker
2009-09-28When a route is deleted, ldpd should remove labels associated with it fromMichele Marchetto
2009-08-01Pass the right size of the structure "map" to the ldpd engine.Michele Marchetto
2009-07-08Detect nexthop change.Michele Marchetto
2009-06-06make ldpd imsg-in-a-lib ready too.Pierre-Yves Ritschard
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto