summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/notification.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement RFC 5919 (LDP End-of-LIB).renato2017-03-041-13/+29
* Implement RFC 5561 (LDP Capabilities).renato2017-03-041-4/+53
* Create helper functions to log sent/received messages.renato2017-03-031-18/+27
* Provide more detailed output when logging notification messages.renato2017-03-031-1/+12
* Kill send_notification_nbr().renato2017-03-031-14/+8
* Improve logging of sent and received messages.renato2016-09-021-12/+9
* Fix parsing of mal-formed optional TLVs/Sub-TLVs.renato2016-07-161-6/+8
* More renaming and whitespace cleanup.renato2016-07-011-42/+44
* Be more compliant with RFC 4447.renato2016-07-011-4/+2
* Several minor tweaks.renato2016-07-011-5/+5
* Handle ibuf_add() errors.renato2016-06-271-6/+11
* Make all TLV parsing functions look the same for consistency.renato2016-06-111-7/+9
* Make it possible to parse unknown TLVs in the future.renato2016-06-111-2/+2
* Use uint16_t for notification type.renato2016-06-111-3/+3
* Fix parsing of multiple optional TLVs in label and notification messages.renato2016-06-111-6/+1
* Change what we consider a NACK for our Initialization messages.renato2016-06-081-7/+2
* Remove superfluous includes.renato2016-05-231-12/+1
* Make functions and variables static whenever possible.renato2016-05-231-3/+3
* Fix mess caused by my commit script.renato2016-05-231-21/+19
* Rework L2VPN code.renato2016-05-231-2/+1
* Fix byte order issues with notification messages.renato2016-05-231-3/+4
* Remove unnecessary break statements.renato2016-05-231-2/+1
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-2/+2
* Rework the way we handle income connection requests.renato2016-05-231-5/+4
* Rename a few constants to avoid confusion.renato2016-05-231-4/+4
* Improve the parser of TCP/session packets.renato2016-05-231-10/+7
* Fix issue with the exponential backoff timer.renato2016-05-231-2/+3
* Replace manually written function names with __func__.renato2016-05-231-3/+3
* VPLS signaling support.renato2015-07-211-22/+138
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Improve debug and error logs.renato2013-10-151-1/+3
* Improve parsing of LDP messages.renato2013-10-151-2/+3
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-8/+6
* Properly implement the exponential backoff timer on session initializationclaudio2013-06-041-1/+7
* Restart the keepalive timer whenever a LDP PDU is sent. There is no needclaudio2013-06-011-1/+2
* Drop support for per-interface labelspaces.claudio2013-06-011-5/+4
* Drop support for passive interfaces.claudio2013-06-011-4/+1
* - tyop, recieve -> receivejasper2011-01-201-3/+3
* Rewrite all packet parsers to be more careful about alignment. Untilclaudio2010-11-041-18/+20
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-8/+8
* Do not send notifications directly onto the wire. Decide in the caller howclaudio2010-05-141-9/+9
* Make sure there is a difference in the log of non-fatal and fatalclaudio2010-05-121-3/+3
* Log recieved notifications in a human understanable way. Makes debuggingclaudio2010-04-151-1/+10
* Make send_* functions return void (and not int) as they can just succeedmichele2010-02-201-7/+5
* Correctly send notification messages when errors occur.michele2009-06-051-15/+14
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+133