index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
adjacency.c
Age
Commit message (
Expand
)
Author
2016-06-18
Fix removal of dual-stack neighbors.
Renato Westphal
2016-06-18
Fix use after free bug.
Renato Westphal
2016-06-13
Rework the handling of Hello packets.
Renato Westphal
2016-06-09
Send a fatal notification when the last hello adjacency is deleted.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Enable changing the router-id via config reload.
Renato Westphal
2016-05-23
Create network sockets on the parent process.
Renato Westphal
2016-05-23
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Remove unnecessary mirroring of sockets.
Renato Westphal
2016-05-23
Simplify removal of targeted neighbors and adjacencies.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Remove duplicated code in timer functions.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-21
Assorted fixes and code cleanup for targeted neighbors.
Renato Westphal
2015-04-04
Remove unused parameter from adj_new().
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-10-15
Since a targeted neighbor can be created both by configuration and
Renato Westphal
2013-06-04
I screwed up and forgot to commit this new file :(
Claudio Jeker