Skip to content

Commit b9fcf1a

Browse files
authored
Merge pull request #139 from CiscoTestAutomation/sodn_orderless_ospfv3_neighbor
Orderless configuration
2 parents 39fce40 + e416147 commit b9fcf1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ncdiff/src/yang/ncdiff/runningconfig.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
(re.compile(r'^ *ip ospf message-digest-key '), 1),
103103
(re.compile(r'^ *mobile-network pool '), 4),
104104
(re.compile(r'^ *mobile-network v6pool '), 4),
105+
(re.compile(r'^ *ospfv3 neighbor '), 1),
106+
(re.compile(r'^ *ospfv3 \d+ ipv(\d) neighbor'), 1),
107+
(re.compile(r'^ *ospfv3 \d+ neighbor '), 1),
105108
]
106109

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

0 commit comments

Comments
 (0)