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
/
hello.c
Age
Commit message (
Expand
)
Author
2016-07-16
Fix parsing of mal-formed optional TLVs/Sub-TLVs.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-07-01
Rename hello flags to keep consistent with the rest of the code.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-27
Fix inverted logic in recv_hello().
Renato Westphal
2016-06-27
Handle ibuf_add() errors.
Renato Westphal
2016-06-18
Fix removal of dual-stack neighbors.
Renato Westphal
2016-06-13
Implement support for the Configuration Sequence Number TLV.
Renato Westphal
2016-06-13
Rework the handling of Hello packets.
Renato Westphal
2016-06-11
Parse the whole Hello packet before processing it.
Renato Westphal
2016-06-11
Make all TLV parsing functions look the same for consistency.
Renato Westphal
2016-06-09
Send a fatal notification when the last hello adjacency is deleted.
Renato Westphal
2016-06-08
Discard Hello packet if advertised transport address is of different AF.
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
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
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Several improvements in the parsing of UDP/Hello packets.
Renato Westphal
2016-05-23
Improve the parser of TCP/session packets.
Renato Westphal
2016-05-23
Validate received hello holdtime and keepalive time.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
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
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-10-15
Improve debug and error logs.
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
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
Minor adjustments in the initialization FSM
Claudio Jeker
2013-06-01
The keepalive timeout should be configured on a global basis and not per
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2013-06-01
Drop support for passive interfaces.
Claudio Jeker
2013-06-01
Always advertise the Router-ID as the transport address.
Claudio Jeker
2013-05-31
When the ldpe process calls connect(), it doesn't regain control until
Claudio Jeker
2013-05-30
Simplify hello holdtime calculation and stop the timeout timer if the
Claudio Jeker
2011-03-12
Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2011-01-10
Make sure the tlv length is exactly the size we expect.
Claudio Jeker
2011-01-10
Better optional parameter parsing. Ignore unknown TLVs that have
Claudio Jeker
2011-01-08
Count the right values for the consumed counter.
Claudio Jeker
[next]