summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/kroute.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-02-22No need to use SIOCGIFRDOMAIN anymore.Renato Westphal
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-04-15Minor fixes and code cleanup.Renato Westphal
2016-02-21Move some functions around and rename a few variables and functions.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-21Extend eigrp_addrcmp() and use it in more places.Renato Westphal
2016-02-21Several minor tweaks.Renato Westphal
2016-02-21Filter our RTM_GET messages which are not from us.Renato Westphal
2016-01-15Minor tweaks.Renato Westphal
2015-10-27Whenever a summary route is activated, install a respective blackholeRenato Westphal
2015-10-25Fix some bugs in the detection of when an interface can be enabled.Renato Westphal
2015-10-22Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messagesRenato Westphal
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-02Welcome eigrpdRenato Westphal