diff options
author | sever-sever <v.gletenko@vyos.io> | 2020-11-16 09:21:37 +0000 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2020-11-30 10:56:08 +0000 |
commit | 732938ad3410b3dce4a49ef6cf16723c4ac04000 (patch) | |
tree | 1adac8493c2da66fc17096730481905736c1ffa2 /op-mode-definitions/show-ip-route.xml | |
parent | 4dc93212f77c00433330f5e90d4c5383c883f644 (diff) | |
download | vyos-1x-732938ad3410b3dce4a49ef6cf16723c4ac04000.tar.gz vyos-1x-732938ad3410b3dce4a49ef6cf16723c4ac04000.zip |
frr-is-is: T1316: Add new routing feature IS-IS
Diffstat (limited to 'op-mode-definitions/show-ip-route.xml')
-rw-r--r-- | op-mode-definitions/show-ip-route.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-ip-route.xml b/op-mode-definitions/show-ip-route.xml index 48ebbc74a..a98048785 100644 --- a/op-mode-definitions/show-ip-route.xml +++ b/op-mode-definitions/show-ip-route.xml @@ -55,6 +55,12 @@ </properties> <command>ip -s route list $5</command> </tagNode> + <leafNode name="isis"> + <properties> + <help>Show IP IS-IS routes</help> + </properties> + <command>/usr/bin/vtysh -c "show ip route isis"</command> + </leafNode> <leafNode name="kernel"> <properties> <help>Show IP kernel routes</help> |