index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
eigrpd
/
rde_dual.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-01-20
eigrpd: fix -Wunused-but-set-variable warning
Christian Weisgerber
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-04-15
Fix corner case in Feasible Condition check.
Renato Westphal
2016-04-15
Minor fixes and code cleanup.
Renato Westphal
2016-02-21
Skip redistributed routes when updating the FIB.
Renato Westphal
2016-02-21
Move some functions around and rename a few variables and functions.
Renato Westphal
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-02-21
Extend eigrp_addrcmp() and use it in more places.
Renato Westphal
2016-02-21
Several minor tweaks.
Renato Westphal
2016-01-28
Correct bit flag tests to work as intended.
Jonathan Gray
2016-01-15
For each prefix, order routes by their nexthop.
Renato Westphal
2016-01-15
Better handle explicit nexthops.
Renato Westphal
2016-01-15
Fix detection of the Stuck-in-Active (SIA) state.
Renato Westphal
2016-01-15
Minor tweaks.
Renato Westphal
2016-01-15
Add support for manually clearing neighbors.
Renato Westphal
2016-01-15
Order the routing instances by AF and then by AS.
Renato Westphal
2015-12-13
Respect the k-values configuration when calculating the composite metric.
Renato Westphal
2015-12-13
Minor cosmetic changes.
Renato Westphal
2015-10-27
Introduce a new flag to identify "self" neighbors attached to local interfaces.
Renato Westphal
2015-10-25
When converting the real bandwidth to the composite bandwidth, truncate
Renato Westphal
2015-10-25
Add a few more overflow protections in the DUAL state
Renato Westphal
2015-10-21
Add support for route summarization.
Renato Westphal
2015-10-21
Minor fixes and code cleanup.
Renato Westphal
2015-10-20
fix a use after free found by clang using an approach suggested by renato
Jonathan Gray
2015-10-05
When the SIA state is declared for a given destination, reset the
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-04
Add option to configure or disable the DUAL active timeout.
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal