summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/adjacency.c
AgeCommit message (Expand)Author
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-18Fix use after free bug.Renato Westphal
2016-06-13Rework the handling of Hello packets.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.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-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-23Simplify removal of targeted neighbors and adjacencies.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23Remove duplicated code in timer functions.Renato Westphal
2016-05-23Move some code around.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
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-04I screwed up and forgot to commit this new file :(Claudio Jeker