summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpe.c
AgeCommit message (Expand)Author
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.Renato Westphal
2016-06-08Fix quick reconnect when the transport address is changed.Renato Westphal
2016-06-06Fix imsg parameter passingRenato 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-23Enable changing the router-id via config reload.Renato Westphal
2016-05-23Several fixes in the config reload handling.Renato Westphal
2016-05-23Don't create l2vpn targeted neighbors inside the config parser.Renato Westphal
2016-05-23Add an exception for kernels built without PFKEYv2 support.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-23pledge() earlier on ldpe.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Clear the configuration before closing the network sockets.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2016-05-23Explicitly close the pfkey socket on exit.Renato Westphal
2016-05-23Call accept_del() on exit.Renato Westphal
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-10-23Add pledge(2) to the child processes.Renato Westphal
2015-07-21Call control_cleanup() from the ldpe process, where it belongs.Renato Westphal
2015-07-21Rename, move and reuse mapping list functions.Renato Westphal
2015-07-21Fix some awful ipc synchronization issues.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-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-03-21Remove interface finite state machine.Renato Westphal
2015-03-21Don't try to send address withdraws to neighbors that are unreachableRenato Westphal
2015-03-21Close extended discovery socket on exit.Renato Westphal
2015-02-10Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want toClaudio Jeker
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-10-17Respect the max pdu length and merge all send_label* functions intoRenato Westphal
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Minor adjustments in the startup of the lde and ldpe processesClaudio Jeker
2013-06-04fix some minor issues before proceeding with the remaining patches fromClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker