summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldp.h
AgeCommit message (Expand)Author
2017-03-04Send VPLS MAC withdrawals.Renato Westphal
2017-03-04Implement RFC 5919 (LDP End-of-LIB).Renato Westphal
2017-03-04Implement RFC 6667 (Typed Wildcard FEC for PWid).Renato Westphal
2017-03-04Implement RFC 5918 (Typed Wildcard FEC).Renato Westphal
2017-03-04Implement RFC 5561 (LDP Capabilities).Renato Westphal
2017-03-03The PW Status is an unknown TLV.Renato Westphal
2017-03-03Minor tweaks.Renato Westphal
2016-09-03Rework the sending of address messages.Renato Westphal
2016-07-15Improve logging of reserved labels.Renato Westphal
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Decrease the initialization FSM timeout.Renato Westphal
2016-07-01Rename hello flags to keep consistent with the rest of the code.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.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-23Minor adjustments in l2vpn code.Renato Westphal
2016-05-23Rename a few constants to avoid confusion.Renato Westphal
2016-05-23Remove unused code.Renato Westphal
2016-05-23Improve the parser of TCP/session packets.Renato Westphal
2016-05-23Validate received hello holdtime and keepalive time.Renato Westphal
2016-05-23Move some code around.Renato Westphal
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