CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/04/15 07:15:33
Modified files: usr.sbin/eigrpd: rde_dual.c Log message: Fix corner case in Feasible Condition check. >From the EIGRP draft: "The Feasibility Condition is met when a neighbor's advertised cost, (RD) to a destination is less than the Feasible Distance for that destination". So, according to the draf, when the Reported Distance is EQUAL to the Feasible Distance, the Feasible Condition is NOT met.