netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
775 stars 105 forks source link

Fixed issue ospf gui (Issue #929) #933

Closed rickstardust closed 3 months ago

rickstardust commented 3 months ago

A user reported an AttributeError occuring when using the main GUI page when having no OSPF tables.

Related Issue

929

Description

The error originated from the ospf engine: when merging the ospfNbr and ospfIf tables, the code didn't ensure that the schema was correct also in case of missing data.

Type of change

Double Check