Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue ospf gui (Issue #929) #933

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Conversation

rickstardust
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)

Double Check

  • I have read the comments and followed the CONTRIBUTING.md.
  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR source branch is created from the develop branch.
  • My PR targets the develop branch.
  • All my commits have --signoff applied

Added default columns to ospfIf in case of missing
ospfNbr data, to avoid bad behavior in GUI.

Signed-off-by: rickstardust <rick_nan@stardustsystems.net>
@rickstardust rickstardust changed the title pandas/ospf: Added default columns to ospf table Fixed issue ospf gui (Issue #929) Apr 5, 2024
Signed-off-by: rickstardust <rick_nan@stardustsystems.net>
@ddutt ddutt merged commit 4aa0898 into netenglabs:develop Apr 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants