summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/hello.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-13Rework the handling of Hello packets.Renato Westphal
2016-06-11Parse the whole Hello packet before processing it.Renato Westphal
2016-06-11Make all TLV parsing functions look the same for consistency.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.Renato Westphal
2016-06-08Discard Hello packet if advertised transport address is of different AF.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-23Create network sockets on the parent process.Renato Westphal
2016-05-23Copy structs by assignment instead of memcpy.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Remove unnecessary mirroring of sockets.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Several improvements in the parsing of UDP/Hello packets.Renato Westphal
2016-05-23Improve the parser of TCP/session packets.Renato Westphal
2016-05-23Validate received hello holdtime and keepalive time.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Replace manually written function names with __func__.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-04-04Remove unused parameter from adj_new().Renato Westphal
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-10-15Improve debug and error logs.Renato Westphal
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-10-15Since a targeted neighbor can be created both by configuration andRenato Westphal
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Minor adjustments in the initialization FSMClaudio 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-01Always advertise the Router-ID as the transport address.Claudio Jeker
2013-05-31When the ldpe process calls connect(), it doesn't regain control untilClaudio Jeker
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
2011-03-12Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.Claudio Jeker
2011-01-10Fix a bad heritage from ospfd. Make neighbors independent of interfaces.Claudio Jeker
2011-01-10Make sure the tlv length is exactly the size we expect.Claudio Jeker
2011-01-10Better optional parameter parsing. Ignore unknown TLVs that haveClaudio Jeker
2011-01-08Count the right values for the consumed counter.Claudio Jeker
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-02-16Make ldpd less verbose.Michele Marchetto
2009-12-09Enable parsing of the optional Transport Address TLV in the helloMichele Marchetto
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto