index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
ldp.h
Age
Commit message (
Expand
)
Author
2017-03-04
Send VPLS MAC withdrawals.
Renato Westphal
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
Renato Westphal
2017-03-04
Implement RFC 6667 (Typed Wildcard FEC for PWid).
Renato Westphal
2017-03-04
Implement RFC 5918 (Typed Wildcard FEC).
Renato Westphal
2017-03-04
Implement RFC 5561 (LDP Capabilities).
Renato Westphal
2017-03-03
The PW Status is an unknown TLV.
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2016-09-03
Rework the sending of address messages.
Renato Westphal
2016-07-15
Improve logging of reserved labels.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Decrease the initialization FSM timeout.
Renato Westphal
2016-07-01
Rename hello flags to keep consistent with the rest of the code.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Minor adjustments in l2vpn code.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Remove unused code.
Renato Westphal
2016-05-23
Improve the parser of TCP/session packets.
Renato Westphal
2016-05-23
Validate received hello holdtime and keepalive time.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-03-21
Remove unused variables and functions.
Renato Westphal
2013-10-17
Respect the max pdu length and merge all send_label* functions into
Renato Westphal
2013-10-15
Improve parsing of LDP messages.
Renato Westphal
2013-10-15
Ignore messages that have Unknown flag set.
Renato Westphal
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
Properly implement the exponential backoff timer on session initialization
Claudio Jeker
2013-06-01
Always advertise the Router-ID as the transport address.
Claudio Jeker
2013-05-30
Simplify hello holdtime calculation and stop the timeout timer if the
Claudio Jeker
2011-01-10
Better optional parameter parsing. Ignore unknown TLVs that have
Claudio Jeker
2011-01-10
Rename struct fec_tlv to struct tlv since it is just the generic
Claudio Jeker
2010-11-04
Rewrite all packet parsers to be more careful about alignment. Until
Claudio Jeker
2010-10-26
Implement the optional label request message ID TLV.
Claudio Jeker
2010-05-17
The host address encoding of FEC was killed in RFC5036 and we're happy
Claudio Jeker
2010-04-15
struct ldp_hdr has probably the worst possible layout (ending with a single
Claudio Jeker
2010-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2009-12-09
Enable parsing of the optional Transport Address TLV in the hello
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto