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
/
eigrpd
/
tlv.c
Age
Commit message (
Expand
)
Author
2023-06-26
Start using the new ibuf API in eigrpd. One ibuf_seek() still left since
Claudio Jeker
2021-11-03
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
Theo de Raadt
2016-10-10
calls to uname(3) should be checked against non-negative value
Gleydson Soares
2016-09-02
Minor tweaks
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-07-18
add format attributes to log functions and fix two errors
Sebastian Benoit
2016-02-21
Simplify the handling of the sequence tlv.
Renato Westphal
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-02-21
Introduce the bad_addr() family of functions.
Renato Westphal
2016-02-21
Several minor tweaks.
Renato Westphal
2016-02-21
Make eigrpd work against newer IOS routers.
Renato Westphal
2016-01-15
Split TLV constants into subcomponents to simplify the code.
Renato Westphal
2015-10-21
Minor fixes and code cleanup.
Renato Westphal
2015-10-05
When the SIA state is declared for a given destination, reset the
Renato Westphal
2015-10-04
Ignore IPv4 TLVs in IPv6 instances and vice-versa.
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal