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