summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/ldpe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ldpd lookup the adjacency not only by source IP address but alsoyasuoka2019-12-121-1/+2
* rework how tcp md5 signatures are configured.dlg2019-01-231-9/+6
* Send VPLS MAC withdrawals.renato2017-03-041-1/+2
* Implement RFC 5919 (LDP End-of-LIB).renato2017-03-041-1/+3
* Implement RFC 5918 (Typed Wildcard FEC).renato2017-03-041-1/+2
* Implement RFC 5561 (LDP Capabilities).renato2017-03-041-1/+6
* Kill send_notification_nbr().renato2017-03-031-4/+2
* Allow to specify an alternate control socket.renato2017-03-031-2/+2
* Rework the sending of address messages.renato2016-09-031-2/+3
* lde() and ldpe() should return void.renato2016-09-021-2/+2
* Remove potential overflow when validating message's length.renato2016-07-161-2/+2
* Be more compliant with RFC 4447.renato2016-07-011-1/+2
* Several minor tweaks.renato2016-07-011-2/+2
* Add GTSM support (RFC 6720).renato2016-07-011-1/+7
* Handle ibuf_add() errors.renato2016-06-271-3/+3
* Fix removal of dual-stack neighbors.renato2016-06-181-2/+2
* Implement support for the Configuration Sequence Number TLV.renato2016-06-131-1/+2
* Implement a timeout for the session initialization FSM.renato2016-06-131-1/+3
* Use uint16_t for notification type.renato2016-06-111-3/+3
* Send a fatal notification when the last hello adjacency is deleted.renato2016-06-091-2/+2
* Add support for manually resetting neighbors.renato2016-05-231-1/+2
* Improve security by calling exec after fork.renato2016-05-231-2/+2
* Update copyright information.renato2016-05-231-1/+3
* Remove superfluous includes.renato2016-05-231-7/+8
* Make functions and variables static whenever possible.renato2016-05-231-79/+49
* Add support for IPv6 (RFC 7552).renato2016-05-231-40/+58
* Assorted fixes and small cleanup.renato2016-05-231-3/+2
* Enable changing the router-id via config reload.renato2016-05-231-1/+2
* Several fixes in the config reload handling.renato2016-05-231-1/+3
* Create network sockets on the parent process.renato2016-05-231-7/+10
* Fix mess caused by my commit script.renato2016-05-231-48/+47
* Rework the way we handle income connection requests.renato2016-05-231-2/+12
* Move some code around.renato2016-05-231-3/+8
* Add knob to configure the transport address.renato2016-05-231-3/+4
* Allow setting the session holdtime per neighbor.renato2016-05-231-1/+2
* Rename, move and reuse mapping list functions.renato2015-07-211-8/+3
* Fix some awful ipc synchronization issues.renato2015-07-211-1/+2
* VPLS signaling support.renato2015-07-211-1/+12
* Add configuration reload support.renato2015-07-211-4/+4
* Assorted fixes and code cleanup for targeted neighbors.renato2015-07-211-2/+3
* Improve handling of addresses on ldpe.renato2015-07-211-1/+3
* Implement md5 authentication support.renato2015-07-191-1/+27
* Remove unused parameter from adj_new().renato2015-04-041-3/+2
* Remove unused variables and functions.renato2015-03-211-5/+1
* Remove interface finite state machine.renato2015-03-211-2/+4
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Respect the max pdu length and merge all send_label* functions intorenato2013-10-171-6/+2
* Improve parsing of label mapping messages and merge all recv_label*renato2013-10-171-8/+3
* Fix whitespace and other style issues.renato2013-10-151-2/+2
* Since a targeted neighbor can be created both by configuration andrenato2013-10-151-2/+2