Skip to content

Commit

Permalink
Merge pull request #139 from CiscoTestAutomation/sodn_orderless_ospfv…
Browse files Browse the repository at this point in the history
…3_neighbor

Orderless configuration
  • Loading branch information
Taarini authored Jul 8, 2024
2 parents 39fce40 + e416147 commit b9fcf1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ncdiff/src/yang/ncdiff/runningconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
(re.compile(r'^ *ip ospf message-digest-key '), 1),
(re.compile(r'^ *mobile-network pool '), 4),
(re.compile(r'^ *mobile-network v6pool '), 4),
(re.compile(r'^ *ospfv3 neighbor '), 1),
(re.compile(r'^ *ospfv3 \d+ ipv(\d) neighbor'), 1),
(re.compile(r'^ *ospfv3 \d+ neighbor '), 1),
]

# Some commands can be overwritten without a no command. For example, changing
Expand Down

0 comments on commit b9fcf1a

Please # to comment.