summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldp.h
AgeCommit message (Expand)Author
2015-07-21VPLS signaling support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-03-21Remove unused variables and functions.Renato Westphal
2013-10-17Respect the max pdu length and merge all send_label* functions intoRenato Westphal
2013-10-15Improve parsing of LDP messages.Renato Westphal
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Properly implement the exponential backoff timer on session initializationClaudio Jeker
2013-06-01Always advertise the Router-ID as the transport address.Claudio Jeker
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
2011-01-10Better optional parameter parsing. Ignore unknown TLVs that haveClaudio Jeker
2011-01-10Rename struct fec_tlv to struct tlv since it is just the genericClaudio Jeker
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-10-26Implement the optional label request message ID TLV.Claudio Jeker
2010-05-17The host address encoding of FEC was killed in RFC5036 and we're happyClaudio Jeker
2010-04-15struct ldp_hdr has probably the worst possible layout (ending with a singleClaudio Jeker
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2009-12-09Enable parsing of the optional Transport Address TLV in the helloMichele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto