summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/kroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-3/+3
* No need to use SIOCGIFRDOMAIN anymore.renato2017-02-221-1/+2
* Make functions and variables static whenever possible.renato2016-09-021-76/+78
* Remove superfluous includes and follow style(9).renato2016-09-021-9/+4
* Minor fixes and code cleanup.renato2016-04-151-34/+19
* Move some functions around and rename a few variables and functions.renato2016-02-211-5/+4
* Copy structs by assignment instead of memcpy.renato2016-02-211-9/+8
* Introduce the bad_addr() family of functions.renato2016-02-211-33/+17
* Extend eigrp_addrcmp() and use it in more places.renato2016-02-211-22/+6
* Several minor tweaks.renato2016-02-211-11/+12
* Filter our RTM_GET messages which are not from us.renato2016-02-211-4/+5
* Minor tweaks.renato2016-01-151-2/+2
* Whenever a summary route is activated, install a respective blackholerenato2015-10-271-1/+3
* Fix some bugs in the detection of when an interface can be enabled.renato2015-10-251-3/+7
* Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messagesrenato2015-10-221-12/+14
* Add support for route summarization.renato2015-10-211-2/+3
* Minor fixes and code cleanup.renato2015-10-211-2/+1
* Welcome eigrpdrenato2015-10-021-0/+1588