summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/tlv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* calls to uname(3) should be checked against non-negative valuegsoares2016-10-101-2/+2
* Minor tweaksrenato2016-09-021-3/+5
* Remove superfluous includes and follow style(9).renato2016-09-021-7/+6
* add format attributes to log functions and fix two errorsbenno2016-07-181-3/+3
* Simplify the handling of the sequence tlv.renato2016-02-211-23/+14
* Copy structs by assignment instead of memcpy.renato2016-02-211-3/+3
* Introduce the bad_addr() family of functions.renato2016-02-211-19/+9
* Several minor tweaks.renato2016-02-211-2/+2
* Make eigrpd work against newer IOS routers.renato2016-02-211-15/+15
* Split TLV constants into subcomponents to simplify the code.renato2016-01-151-26/+32
* Minor fixes and code cleanup.renato2015-10-211-2/+2
* When the SIA state is declared for a given destination, reset therenato2015-10-051-3/+11
* Ignore IPv4 TLVs in IPv6 instances and vice-versa.renato2015-10-041-9/+18
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-8/+8
* Welcome eigrpdrenato2015-10-021-0/+480