Skip to content

Commit 6e78fbd

Browse files
authored
added ip route
1 parent 26abe61 commit 6e78fbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ncdiff/src/yang/ncdiff/runningconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
(re.compile(r'^ *ospfv3 \d+ ipv(\d) neighbor'), 1),
107107
(re.compile(r'^ *ospfv3 \d+ neighbor '), 1),
108108
(re.compile(r'^ *ipv6 route '), 0),
109+
(re.compile(r'^ *ip route '), 0),
109110
]
110111

111112
# Some commands can be overwritten without a no command. For example, changing
@@ -759,4 +760,4 @@ def indent(self, str_in):
759760
str_ret += diff_type + ' ' + line + '\n'
760761
else:
761762
str_ret += ' ' + line + '\n'
762-
return str_ret
763+
return str_ret

0 commit comments

Comments
 (0)