summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/rde_dual.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-01-20eigrpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-04-15Fix corner case in Feasible Condition check.Renato Westphal
2016-04-15Minor fixes and code cleanup.Renato Westphal
2016-02-21Skip redistributed routes when updating the FIB.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-21Extend eigrp_addrcmp() and use it in more places.Renato Westphal
2016-02-21Several minor tweaks.Renato Westphal
2016-01-28Correct bit flag tests to work as intended.Jonathan Gray
2016-01-15For each prefix, order routes by their nexthop.Renato Westphal
2016-01-15Better handle explicit nexthops.Renato Westphal
2016-01-15Fix detection of the Stuck-in-Active (SIA) state.Renato Westphal
2016-01-15Minor tweaks.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-12-13Respect the k-values configuration when calculating the composite metric.Renato Westphal
2015-12-13Minor cosmetic changes.Renato Westphal
2015-10-27Introduce a new flag to identify "self" neighbors attached to local interfaces.Renato Westphal
2015-10-25When converting the real bandwidth to the composite bandwidth, truncateRenato Westphal
2015-10-25Add a few more overflow protections in the DUAL stateRenato Westphal
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-20fix a use after free found by clang using an approach suggested by renatoJonathan Gray
2015-10-05When the SIA state is declared for a given destination, reset theRenato Westphal
2015-10-04Fix warnings and add safeguards to protect against corrupted data.Renato Westphal
2015-10-04Add option to configure or disable the DUAL active timeout.Renato Westphal
2015-10-02Welcome eigrpdRenato Westphal