Skip to content

Commit c7afc2d

Browse files
authored
Create version-2.35.3.md
1 parent ce9a5ba commit c7afc2d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/release-notes/version-2.35.3.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Topolograph
2+
3+
## v2.35.3 (16.10.2023)
4+
5+
### Bug Fix
6+
1. IS-IS with DIS might be missed (all vendors).
7+
2. Nokia IS-IS templates with TE enabled [Issue 42](https://github.com/Vadims06/topolograph/issues/34)
8+
3. Mikrotik OSPF External network templates have been changed
9+
10+
### Enhancements
11+
1. `MAX_EDGE_NUM_TO_SWITCH_TO_SINGLE_SPT_PATH` = **8000** is added to limit the number of ECMP paths. If a graph will be greater than this value, only a single SPT will be shown. ECMP calculation is quite memory consumable for big graphs. If you need ECMP for a big graph - please reach me.
12+
2. Backup paths are not shown as `backup` if they have paths from the shortest paths, i.e. we have four of the shortest paths and we simulate link outage, two out of four SPT link will become unavailable, so next two paths will not be duplicated as `backup` paths.
13+
Paths with backup paths from SPT
14+
![](https://github.com/Vadims06/topolograph/blob/ce9a5babcad55901d1494cb3792022b6817ad6fc/docs/release-notes/v2.35/backup_paths_are_part_of_spt.PNG)
15+
Backup paths are not part of SPT
16+
![](https://github.com/Vadims06/topolograph/blob/ce9a5babcad55901d1494cb3792022b6817ad6fc/docs/release-notes/v2.35/backup_paths_are_not_part_of_spt.PNG)

0 commit comments

Comments
 (0)