summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/ldpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* teach ldpd to ask if a potential pseudowire interface can do pwe3dlg2019-01-231-1/+2
* rework how tcp md5 signatures are configured.dlg2019-01-231-11/+13
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* Send VPLS MAC withdrawals.renato2017-03-041-2/+6
* Implement RFC 6667 (Typed Wildcard FEC for PWid).renato2017-03-041-1/+2
* Implement RFC 5918 (Typed Wildcard FEC).renato2017-03-041-1/+7
* Implement RFC 5561 (LDP Capabilities).renato2017-03-041-1/+7
* Allow to run on a non-default rdomain.renato2017-03-031-2/+5
* Allow to specify an alternate control socket.renato2017-03-031-1/+2
* work on making log.c similar in all daemons:benno2017-01-201-1/+30
* More renaming and whitespace cleanup.renato2016-07-011-7/+7
* Be more compliant with RFC 4447.renato2016-07-011-5/+11
* Add GTSM support (RFC 6720).renato2016-07-011-2/+12
* Implement support for the Configuration Sequence Number TLV.renato2016-06-131-1/+2
* Add support for manually resetting neighbors.renato2016-05-231-1/+2
* Improve security by calling exec after fork.renato2016-05-231-2/+4
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-5/+4
* Make functions and variables static whenever possible.renato2016-05-231-26/+17
* Add support for IPv6 (RFC 7552).renato2016-05-231-53/+125
* Assorted fixes and small cleanup.renato2016-05-231-5/+7
* Use SO_BINDANY before binding sockets to the transport-address.renato2016-05-231-1/+2
* Several fixes in the config reload handling.renato2016-05-231-2/+2
* Create network sockets on the parent process.renato2016-05-231-1/+10
* Move socket creation and setup into a specialized function.renato2016-05-231-1/+8
* Fix mess caused by my commit script.renato2016-05-231-106/+117
* Move setsockopt helper functions to a separate file.renato2016-05-231-1/+10
* Fix warnings when compiling with -pedantic.renato2016-05-231-3/+3
* Release allocated memory before exiting.renato2016-05-231-1/+2
* Remove unnecessary mirroring of sockets.renato2016-05-231-3/+1
* More renaming.renato2016-05-231-3/+3
* Remove unused code.renato2016-05-231-2/+1
* Several improvements in the parsing of UDP/Hello packets.renato2016-05-231-1/+4
* Explicitly close the pfkey socket on exit.renato2016-05-231-1/+2
* As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp2015-09-271-4/+4
* Remove more unused defines.renato2015-07-211-4/+1
* VPLS signaling support.renato2015-07-211-6/+105
* Reuse merge_config() logic to simplify the shutdown of each process.renato2015-07-211-3/+2
* Add configuration reload support.renato2015-07-211-3/+3
* Assorted fixes and code cleanup for targeted neighbors.renato2015-07-211-1/+2
* Improve handling of addresses on ldpe.renato2015-07-211-5/+5
* Implement md5 authentication support.renato2015-07-191-1/+20
* Rework label mapping algorithms to be more in line with the RFC.renato2015-07-191-4/+5
* Remove incomplete support for unnecessary modes of operation.renato2015-07-191-9/+1
* Rework kroute.c to send only the best routes to lde.renato2015-07-191-4/+3
* Show the full LIB in the "ldpctl show lib" command.renato2015-04-041-5/+2
* Remove interface finite state machine.renato2015-03-211-20/+1
* More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeclaudio2015-02-091-9/+1
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-1/+2
* Cleanup ctl commands and remove unused variables inherited from ospfdclaudio2013-06-041-27/+3