Skip to content

v2.35.3 (16.10.2023)

Compare
Choose a tag to compare
@Vadims06 Vadims06 released this 16 Oct 00:05
· 11 commits to master since this release
c7afc2d

v2.35.3

Bug Fix

  1. IS-IS with DIS might be missed (all vendors).
  2. Nokia IS-IS templates with TE enabled Issue 42
  3. Mikrotik OSPF External network templates have been changed

Enhancements

  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.
  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.
    Paths with backup paths from SPT

    Backup paths are not part of SPT
  3. gunicorn's timeout is increased to 90 sec. Default timeout (30sec) caused worker timeout error during big graph upload.