summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/hello.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ldpd lookup the adjacency not only by source IP address but alsoyasuoka2019-12-121-1/+2
* Fix parsing of mal-formed optional TLVs/Sub-TLVs.renato2016-07-161-2/+4
* More renaming and whitespace cleanup.renato2016-07-011-11/+11
* Several minor tweaks.renato2016-07-011-2/+2
* Rename hello flags to keep consistent with the rest of the code.renato2016-07-011-11/+11
* Add GTSM support (RFC 6720).renato2016-07-011-1/+11
* Fix inverted logic in recv_hello().renato2016-06-271-3/+3
* Handle ibuf_add() errors.renato2016-06-271-8/+14
* Fix removal of dual-stack neighbors.renato2016-06-181-4/+4
* Implement support for the Configuration Sequence Number TLV.renato2016-06-131-3/+15
* Rework the handling of Hello packets.renato2016-06-131-62/+65
* Parse the whole Hello packet before processing it.renato2016-06-111-40/+39
* Make all TLV parsing functions look the same for consistency.renato2016-06-111-13/+15
* Send a fatal notification when the last hello adjacency is deleted.renato2016-06-091-2/+2
* Discard Hello packet if advertised transport address is of different AF.renato2016-06-081-3/+7
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-13/+2
* Make functions and variables static whenever possible.renato2016-05-231-16/+14
* Add support for IPv6 (RFC 7552).renato2016-05-231-55/+288
* Create network sockets on the parent process.renato2016-05-231-2/+2
* Copy structs by assignment instead of memcpy.renato2016-05-231-4/+4
* Fix mess caused by my commit script.renato2016-05-231-43/+31
* Remove unnecessary mirroring of sockets.renato2016-05-231-3/+3
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-9/+9
* More renaming.renato2016-05-231-4/+4
* Several improvements in the parsing of UDP/Hello packets.renato2016-05-231-17/+27
* Improve the parser of TCP/session packets.renato2016-05-231-10/+7
* Validate received hello holdtime and keepalive time.renato2016-05-231-1/+6
* Add knob to configure the transport address.renato2016-05-231-3/+4
* Replace manually written function names with __func__.renato2016-05-231-12/+12
* VPLS signaling support.renato2015-07-211-2/+2
* Add configuration reload support.renato2015-07-211-2/+2
* Assorted fixes and code cleanup for targeted neighbors.renato2015-07-211-4/+12
* Remove unused parameter from adj_new().renato2015-04-041-3/+3
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Improve debug and error logs.renato2013-10-151-2/+2
* Fix whitespace and other style issues.renato2013-10-151-10/+5
* Since a targeted neighbor can be created both by configuration andrenato2013-10-151-2/+2
* Implement support for adjacencies and targeted hellosclaudio2013-06-041-36/+106
* Minor adjustments in the initialization FSMclaudio2013-06-041-8/+8
* The keepalive timeout should be configured on a global basis and not perclaudio2013-06-011-2/+2
* Drop support for per-interface labelspaces.claudio2013-06-011-4/+4
* Drop support for passive interfaces.claudio2013-06-011-4/+1
* Always advertise the Router-ID as the transport address.claudio2013-06-011-14/+24
* When the ldpe process calls connect(), it doesn't regain control untilclaudio2013-05-311-3/+4
* Simplify hello holdtime calculation and stop the timeout timer if theclaudio2013-05-301-15/+8
* Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.claudio2011-03-121-5/+7
* Fix a bad heritage from ospfd. Make neighbors independent of interfaces.claudio2011-01-101-2/+2
* Make sure the tlv length is exactly the size we expect.claudio2011-01-101-3/+3
* Better optional parameter parsing. Ignore unknown TLVs that haveclaudio2011-01-101-14/+19