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.
1 parent 26abe61 commit 6e78fbdCopy full SHA for 6e78fbd
ncdiff/src/yang/ncdiff/runningconfig.py
@@ -106,6 +106,7 @@
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
@@ -759,4 +760,4 @@ def indent(self, str_in):
759
760
str_ret += diff_type + ' ' + line + '\n'
761
else:
762
str_ret += ' ' + line + '\n'
- return str_ret
763
+ return str_ret
0 commit comments