summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpe.h
AgeCommit message (Expand)Author
2021-01-19Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and toClaudio Jeker
2021-01-19Do the same control cleanup as in other daemons. Move ctl_conns exclusivlyClaudio Jeker
2019-12-12Make ldpd lookup the adjacency not only by source IP address but alsoYASUOKA Masahiko
2019-01-23rework how tcp md5 signatures are configured.David Gwynne
2017-03-04Send VPLS MAC withdrawals.Renato Westphal
2017-03-04Implement RFC 5919 (LDP End-of-LIB).Renato Westphal
2017-03-04Implement RFC 5918 (Typed Wildcard FEC).Renato Westphal
2017-03-04Implement RFC 5561 (LDP Capabilities).Renato Westphal
2017-03-03Kill send_notification_nbr().Renato Westphal
2017-03-03Allow to specify an alternate control socket.Renato Westphal
2016-09-03Rework the sending of address messages.Renato Westphal
2016-09-02lde() and ldpe() should return void.Renato Westphal
2016-07-16Remove potential overflow when validating message's length.Renato Westphal
2016-07-01Be more compliant with RFC 4447.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-27Handle ibuf_add() errors.Renato Westphal
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-06-13Implement a timeout for the session initialization FSM.Renato Westphal
2016-06-11Use uint16_t for notification type.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.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-23Enable changing the router-id via config reload.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-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Rework the way we handle income connection requests.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Allow setting the session holdtime per neighbor.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-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-04-04Remove unused parameter from adj_new().Renato Westphal
2015-03-21Remove unused variables and functions.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-10-17Respect the max pdu length and merge all send_label* functions intoRenato Westphal
2013-10-17Improve parsing of label mapping messages and merge all recv_label*Renato Westphal