summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/address.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send VPLS MAC withdrawals.renato2017-03-041-8/+71
* Fix parsing of optional tlvs in address messages.renato2017-03-041-15/+60
* Send correct status code on error condition.renato2017-03-031-3/+3
* Create helper functions to log sent/received messages.renato2017-03-031-7/+13
* Kill send_notification_nbr().renato2017-03-031-2/+2
* Rework the sending of address messages.renato2016-09-031-41/+126
* Remove potential overflow when validating message's length.renato2016-07-161-2/+2
* More renaming and whitespace cleanup.renato2016-07-011-15/+15
* Several minor tweaks.renato2016-07-011-2/+2
* Handle ibuf_add() errors.renato2016-06-271-11/+19
* Remove superfluous includes.renato2016-05-231-12/+1
* Make functions and variables static whenever possible.renato2016-05-231-5/+4
* Add support for IPv6 (RFC 7552).renato2016-05-231-34/+96
* Assorted fixes and small cleanup.renato2016-05-231-6/+2
* Fix mess caused by my commit script.renato2016-05-231-60/+30
* Improve the parser of TCP/session packets.renato2016-05-231-4/+4
* We don't need a separate function for sending address withdraws.renato2016-05-231-2/+2
* Replace manually written function names with __func__.renato2016-05-231-5/+5
* VPLS signaling support.renato2015-07-211-3/+3
* Improve handling of addresses on ldpe.renato2015-07-211-3/+3
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Generate the NBR_EVT_PDU_RCVD event in a single point.renato2013-10-151-3/+1
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-3/+3
* fix some minor issues before proceeding with the remaining patches fromclaudio2013-06-041-2/+2
* Implement support for multiple addresses per interface.claudio2013-06-031-18/+16
* Restart the keepalive timer whenever a LDP PDU is sent. There is no needclaudio2013-06-011-1/+5
* Improve error handling on session_readclaudio2013-06-011-7/+1
* Drop support for per-interface labelspaces.claudio2013-06-011-3/+3
* Drop support for passive interfaces.claudio2013-06-011-7/+1
* Rewrite all packet parsers to be more careful about alignment. Untilclaudio2010-11-041-87/+40
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-10/+10
* Do not use bufferevent for something that's already covered in the imsgclaudio2010-02-251-5/+3
* Make send_* functions return void (and not int) as they can just succeedmichele2010-02-201-9/+5
* Correctly send notification messages when errors occur.michele2009-06-051-16/+11
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+259