Skip to content

Commit

Permalink
Create version-2.26.2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims06 authored Jul 21, 2022
1 parent 0c30e98 commit 9c93522
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/release-notes/version-2.26.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Topolograph

## v2.26.2 (21.07.2022)

### Enhancements
* Topolograph builds a topology based on OSPF adjacency and physical connectivity is hidden. But in some cases, we can assume that neighbors share the same media, in some cases - not. For example, if neighbors have a common DR - we assume that they are connected via shared physical media and then we emulate one of the edge failures between such neighbors - we emulate all edges down.
##### Mark all shared media links (which have common DR) is enabled ![shared media mode](https://github.com/Vadims06/topolograph/blob/0c30e982a65dba273e9eaa2d5f0bf5ecc12bd060/docs/release-notes/v2.26.2/networkReactionOnFailure_dr_is_enabled.png "save layout")
* Network reaction if a link/s goes down on dedicated media.
If neighbors do not have DR or they have, but they are only two neighbors on the link, and when we emulate edge failure - we remove the only a single link between two particular neighbors.
##### Mark all shared media links (which have common DR) is disabled ![dedicated media mode](https://github.com/Vadims06/topolograph/blob/0c30e982a65dba273e9eaa2d5f0bf5ecc12bd060/docs/release-notes/v2.26.2/networkReactionOnFailure_dr_is_not_enabled.png "save layout")

## v2.26.1 (14.06.2022)

### Enhancements
* Asymmetric links counter is added in `Unidirectional and Asymmetric links` report

0 comments on commit 9c93522

Please sign in to comment.