Skip to content

Commit 26abe61

Browse files
author
Harish Y V
committed
Added orderless config
1 parent 0616e4c commit 26abe61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ncdiff/src/yang/ncdiff/runningconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
(re.compile(r'^ *ospfv3 neighbor '), 1),
106106
(re.compile(r'^ *ospfv3 \d+ ipv(\d) neighbor'), 1),
107107
(re.compile(r'^ *ospfv3 \d+ neighbor '), 1),
108+
(re.compile(r'^ *ipv6 route '), 0),
108109
]
109110

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

0 commit comments

Comments
 (0)