summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/lde.h
AgeCommit message (Expand)Author
2013-10-15Simplify the lde_nbr_new() function.Renato Westphal
2013-10-15Simplify the code by avoiding direct calls to imsg_compose_event().Renato Westphal
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-06-03Remove the IMSG_NEIGHBOR_CHANGE messageClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2010-11-04Only consider pathes with highest priority when replying to labelClaudio Jeker
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-23Fix comment. Downstream is towards the destination of a LSP.Claudio Jeker
2010-06-23Kill rt_node->invalid it is not used by anything.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-25Kill a bogus bzero() and introduce an empty lde_check_release().Claudio Jeker
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-05-11sort struct by size and kill some unneeded spaces.Claudio Jeker
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
2009-09-28When a route is deleted, ldpd should remove labels associated with it fromMichele Marchetto
2009-07-08Detect nexthop change.Michele Marchetto
2009-06-19When operating in liberal mode, retain labels even if they aren't learntMichele Marchetto
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto