genieparser icon indicating copy to clipboard operation
genieparser copied to clipboard

Fix ShowIsisDatabaseDetail (was #554)

Open jmdilly opened this issue 4 years ago • 1 comments

Description

Allow multiple adjacencies between nodes

Motivation and Context

With the current parser, when two nodes have multiple adjacencies, only one of them is saved by the parser. This PR fixes that.

Impact (If any)

Discussed in #554. The schema is updated with an Or so it should be backward compatible.

Screenshots:

image

image

Checklist:

  • [x] I have updated the changelog.
  • [ ] I have updated the documentation (If applicable).
  • [x] I have added tests to cover my changes (If applicable).
  • [x] All new and existing tests passed.
  • [ ] All new code passed compilation.

jmdilly avatar Dec 06 '21 17:12 jmdilly

Hi @jmdilly sorry for the delay, could you please catch your fork up to the main repo so we can get this merged for you?

GerriorL avatar Aug 12 '22 21:08 GerriorL