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
/
notification.c
Age
Commit message (
Expand
)
Author
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
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
Provide more detailed output when logging notification messages.
Renato Westphal
2017-03-03
Kill send_notification_nbr().
Renato Westphal
2016-09-02
Improve logging of sent and received messages.
Renato Westphal
2016-07-16
Fix parsing of mal-formed optional TLVs/Sub-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-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
Use uint16_t for notification type.
Renato Westphal
2016-06-11
Fix parsing of multiple optional TLVs in label and notification messages.
Renato Westphal
2016-06-08
Change what we consider a NACK for our Initialization messages.
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
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
Fix byte order issues with notification messages.
Renato Westphal
2016-05-23
Remove unnecessary break statements.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Rework the way we handle income connection requests.
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
Fix issue with the exponential backoff timer.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-10-15
Improve debug and error logs.
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-04
Properly implement the exponential backoff timer on session initialization
Claudio Jeker
2013-06-01
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
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-20
- tyop, recieve -> receive
Jasper Lievisse Adriaanse
2010-11-04
Rewrite all packet parsers to be more careful about alignment. Until
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-14
Do not send notifications directly onto the wire. Decide in the caller how
Claudio Jeker
2010-05-12
Make sure there is a difference in the log of non-fatal and fatal
Claudio Jeker
2010-04-15
Log recieved notifications in a human understanable way. Makes debugging
Claudio Jeker
2010-02-20
Make send_* functions return void (and not int) as they can just succeed
Michele Marchetto
2009-06-05
Correctly send notification messages when errors occur.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto