We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39fce40 + e416147 commit b9fcf1aCopy full SHA for b9fcf1a
ncdiff/src/yang/ncdiff/runningconfig.py
@@ -102,6 +102,9 @@
102
(re.compile(r'^ *ip ospf message-digest-key '), 1),
103
(re.compile(r'^ *mobile-network pool '), 4),
104
(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),
108
]
109
110
# Some commands can be overwritten without a no command. For example, changing
0 commit comments