summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
AgeCommit message (Expand)Author
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Be more compliant with RFC 4447.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-05-23Add support for manually resetting neighbors.Renato Westphal
2016-05-23Improve security by calling exec after fork.Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal
2016-05-23Use SO_BINDANY before binding sockets to the transport-address.Renato Westphal
2016-05-23Several fixes in the config reload handling.Renato Westphal
2016-05-23Create network sockets on the parent process.Renato Westphal
2016-05-23Move socket creation and setup into a specialized function.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Move setsockopt helper functions to a separate file.Renato Westphal
2016-05-23Fix warnings when compiling with -pedantic.Renato Westphal
2016-05-23Release allocated memory before exiting.Renato Westphal
2016-05-23Remove unnecessary mirroring of sockets.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Remove unused code.Renato Westphal
2016-05-23Several improvements in the parsing of UDP/Hello packets.Renato Westphal
2016-05-23Explicitly close the pfkey socket on exit.Renato Westphal
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.Stefan Sperling
2015-07-21Remove more unused defines.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Reuse merge_config() logic to simplify the shutdown of each process.Renato Westphal
2015-07-21Add configuration reload support.Renato Westphal
2015-07-21Assorted fixes and code cleanup for targeted neighbors.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2015-07-19Rework kroute.c to send only the best routes to lde.Renato Westphal
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Cleanup ctl commands and remove unused variables inherited from ospfdClaudio Jeker
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Minor adjustments in the initialization FSMClaudio Jeker
2013-06-03Remove the IMSG_NEIGHBOR_CHANGE messageClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-01Restart the keepalive timer whenever a LDP PDU is sent. There is no needClaudio Jeker
2013-06-01The keepalive timeout should be configured on a global basis and not perClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.Claudio Jeker
2013-06-01Don't allow enabling LDP on loopback and carp interfaces.Claudio Jeker
2013-06-01After returning from accept, we got a TCP connection not a LDP session.Claudio Jeker