summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/init.c
AgeCommit message (Expand)Author
2017-03-04Implement RFC 5919 (LDP End-of-LIB).Renato Westphal
2017-03-04Implement RFC 5918 (Typed Wildcard FEC).Renato Westphal
2017-03-04Implement RFC 5561 (LDP Capabilities).Renato Westphal
2017-03-03Kill send_notification_nbr().Renato Westphal
2016-07-16Fix parsing of mal-formed optional TLVs/Sub-TLVs.Renato Westphal
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-06-27Handle ibuf_add() errors.Renato Westphal
2016-06-11Make all TLV parsing functions look the same for consistency.Renato Westphal
2016-06-08Add one more safety check for Initialization messages.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-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Improve the parser of TCP/session packets.Renato Westphal
2016-05-23Respect the received Max PDU Length field.Renato Westphal
2016-05-23Fix issue with the exponential backoff timer.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Allow setting the session holdtime per neighbor.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-10-15Improve parsing of LDP messages.Renato Westphal
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Properly implement the exponential backoff timer on session initializationClaudio Jeker
2013-06-01The keepalive timeout should be configured on a global basis and not perClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.Claudio Jeker
2011-01-10Implement optional parameter handling for initialization messages.Claudio Jeker
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2010-02-20Make send_* functions return void (and not int) as they can just succeedMichele Marchetto
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto