summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/address.c
AgeCommit message (Expand)Author
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-10-15Generate the NBR_EVT_PDU_RCVD event in a single point.Renato Westphal
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04fix some minor issues before proceeding with the remaining patches fromClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-01Restart the keepalive timer whenever a LDP PDU is sent. There is no needClaudio Jeker
2013-06-01Improve error handling on session_readClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.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