summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/lde_lib.c
AgeCommit message (Expand)Author
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-06-18Remove TODO comments about loop detection.Renato Westphal
2016-06-18Fix small LIB<->LFIB synchronization issue.Renato Westphal
2016-06-11Add missing ntohl() when recording a label request.Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal
2016-05-23Introduce a garbage collector for dead entries in the LIB.Renato Westphal
2016-05-23Simplify label allocation.Renato Westphal
2016-05-23Reuse lde_address_find() inside lde_check_mapping().Renato Westphal
2016-05-23Copy structs by assignment instead of memcpy.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Rework L2VPN code.Renato Westphal
2016-05-23Fix bug in the processing of label withdraws and releases.Renato Westphal
2016-05-23Make send_labelmessage() more robust.Renato Westphal
2016-05-23Fix byte order issues with notification messages.Renato Westphal
2016-05-23Remove unnecessary break statements.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Rename a few constants to avoid confusion.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Record all fields of the received label mappings.Renato Westphal
2015-07-21Rename structures and functions to be more generic.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2015-07-19Uninstall associated label bindings when a neighbor is down.Renato Westphal
2015-07-19Rework kroute.c to send only the best routes to lde.Renato Westphal
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-06-03Advertise the implicit-null label for routes attached to loopbackClaudio 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-08-27Fix format string that was not changed after the log_fec introduction.Claudio Jeker
2010-08-26Fix a memory leak in an error path. Found and diff by Igor Zinovik.Claudio 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-09Move the logging of FEC changes to the LDE and print the FEC and labelClaudio 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-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-11No need to do a rt_find() twice.Claudio Jeker
2010-04-13When a prefix has a implicit null label associated, force pop operation.Michele Marchetto
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker