summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/neighbor.c
AgeCommit message (Expand)Author
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Use static local variables instead of global variables whenever possible.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-02-21Extend eigrp_addrcmp() and use it in more places.Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Order the routing instances by AF and then by AS.Renato Westphal
2015-10-27Introduce a new flag to identify "self" neighbors attached to local interfaces.Renato Westphal
2015-10-04Fix warnings and add safeguards to protect against corrupted data.Renato Westphal
2015-10-02Welcome eigrpdRenato Westphal