summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make functions and variables static whenever possible.renato2016-09-021-12/+11
* Use static local variables instead of global variables whenever possible.renato2016-09-021-3/+3
* Remove superfluous includes and follow style(9).renato2016-09-021-5/+4
* Copy structs by assignment instead of memcpy.renato2016-02-211-5/+5
* Extend eigrp_addrcmp() and use it in more places.renato2016-02-211-22/+2
* Add support for manually clearing neighbors.renato2016-01-151-1/+28
* Order the routing instances by AF and then by AS.renato2016-01-151-9/+1
* Introduce a new flag to identify "self" neighbors attached to local interfaces.renato2015-10-271-2/+2
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-3/+2
* Welcome eigrpdrenato2015-10-021-0/+269