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 0616e4c + 6e78fbd commit 9d7d785Copy full SHA for 9d7d785
ncdiff/src/yang/ncdiff/runningconfig.py
@@ -105,6 +105,8 @@
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
+ (re.compile(r'^ *ipv6 route '), 0),
109
+ (re.compile(r'^ *ip route '), 0),
110
]
111
112
# Some commands can be overwritten without a no command. For example, changing
@@ -758,4 +760,4 @@ def indent(self, str_in):
758
760
str_ret += diff_type + ' ' + line + '\n'
759
761
else:
762
str_ret += ' ' + line + '\n'
- return str_ret
763
+ return str_ret
0 commit comments