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
/
labelmapping.c
Age
Commit message (
Expand
)
Author
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
Create helper functions to log sent/received messages.
Renato Westphal
2017-03-03
Kill send_notification_nbr().
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2016-09-02
Fix small memleak on error path.
Renato Westphal
2016-09-02
Improve logging of sent and received messages.
Renato Westphal
2016-08-08
Normalize the received prefixes.
Renato Westphal
2016-07-16
Fix parsing of mal-formed optional TLVs/Sub-TLVs.
Renato Westphal
2016-07-15
Improve logging of reserved labels.
Renato Westphal
2016-07-15
Explicitly ignore the Hop Count and Path Vector TLVs.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Be more compliant with RFC 4447.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-06-27
Handle ibuf_add() errors.
Renato Westphal
2016-06-18
Remove TODO comments about loop detection.
Renato Westphal
2016-06-11
Send an 'Unknown FEC' Notification for unexpected wildcard FECs.
Renato Westphal
2016-06-11
Make all TLV parsing functions look the same for consistency.
Renato Westphal
2016-06-11
Make it possible to parse unknown TLVs in the future.
Renato Westphal
2016-06-11
Fix parsing of multiple optional TLVs in label and notification messages.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Reject null labels for PW-ID FECs.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Make send_labelmessage() more robust.
Renato Westphal
2016-05-23
Fix check of when a wildcard group PW-ID FEC is valid or not.
Renato Westphal
2016-05-23
Remove unnecessary break statements.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Improve the parser of TCP/session packets.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
Rename, move and reuse mapping list functions.
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-02-09
Initialise a variable to please gcc.
Claudio Jeker
2015-01-20
Do not assume a read buffer coming from libevent is aligned. Copy the
Theo de Raadt
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-10-17
Respect the max pdu length and merge all send_label* functions into
Renato Westphal
2013-10-17
Improve parsing of label mapping messages and merge all recv_label*
Renato Westphal
2013-10-15
Generate the NBR_EVT_PDU_RCVD event in a single point.
Renato Westphal
2013-10-15
Improve parsing of LDP messages.
Renato Westphal
2013-06-04
Always accept TCP connection requests and identify to which neighbor
Claudio Jeker
2013-06-01
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
Claudio Jeker
2013-06-01
Improve error handling on session_read
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2013-06-01
Drop support for passive interfaces.
Claudio Jeker
2011-01-10
Rename struct fec_tlv to struct tlv since it is just the generic
Claudio Jeker
[next]