Project

General

Profile

Actions

Task #2801

closed

Links should have the same cost for both directions when calculating routing table

Added by Vince Lehman almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
05/08/2015
Due date:
% Done:

100%

Estimated time:

Description

Currently, the LinkStateRoutingTableCalculator does not account for links that have different costs in advertised adjacency LSAs.

If Router A's adjacency LSA has Router B listed as an adjacency with cost 10 and Router B does not have adjacency A listed in its adjacency LSA, the calculator will still consider the link between A and B as valid.

Instead, the calculator should correct these issues by using the minimum of the two costs.

In the above case, this would mean considering the link between Router A and Router B as down.

Actions #1

Updated by Vince Lehman almost 9 years ago

  • Status changed from Code review to Closed
  • % Done changed from 90 to 100
Actions

Also available in: Atom PDF