summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/adjacency.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ldpd lookup the adjacency not only by source IP address but alsoyasuoka2019-12-121-1/+4
* Fix removal of dual-stack neighbors.renato2016-06-181-20/+22
* Fix use after free bug.renato2016-06-181-2/+9
* Rework the handling of Hello packets.renato2016-06-131-5/+17
* Send a fatal notification when the last hello adjacency is deleted.renato2016-06-091-5/+8
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-5/+1
* Make functions and variables static whenever possible.renato2016-05-231-12/+11
* Add support for IPv6 (RFC 7552).renato2016-05-231-28/+50
* Assorted fixes and small cleanup.renato2016-05-231-3/+1
* Enable changing the router-id via config reload.renato2016-05-231-4/+9
* Create network sockets on the parent process.renato2016-05-231-6/+35
* Copy structs by assignment instead of memcpy.renato2016-05-231-5/+5
* Fix mess caused by my commit script.renato2016-05-231-4/+3
* Remove unnecessary mirroring of sockets.renato2016-05-231-1/+2
* Simplify removal of targeted neighbors and adjacencies.renato2016-05-231-9/+5
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-4/+4
* Remove duplicated code in timer functions.renato2016-05-231-12/+4
* Move some code around.renato2016-05-231-62/+15
* Replace manually written function names with __func__.renato2016-05-231-11/+11
* VPLS signaling support.renato2015-07-211-3/+5
* Add configuration reload support.renato2015-07-211-3/+3
* Assorted fixes and code cleanup for targeted neighbors.renato2015-07-211-9/+19
* Remove unused parameter from adj_new().renato2015-04-041-3/+2
* Fix whitespace and other style issues.renato2013-10-151-5/+9
* Since a targeted neighbor can be created both by configuration andrenato2013-10-151-4/+4
* I screwed up and forgot to commit this new file :(claudio2013-06-041-0/+316