summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-11-30 17:59:40 +0700
committerGitHub <noreply@github.com>2020-11-30 17:59:40 +0700
commit9dab6e725568e8bcc46c265a0da90c09a651d83c (patch)
treee02124a022ceba7070628585c265893bef30ecd5 /op-mode-definitions
parentcb1729ca4f3735955d0c3f35f00526404546c9be (diff)
parent732938ad3410b3dce4a49ef6cf16723c4ac04000 (diff)
downloadvyos-1x-9dab6e725568e8bcc46c265a0da90c09a651d83c.tar.gz
vyos-1x-9dab6e725568e8bcc46c265a0da90c09a651d83c.zip
Merge pull request #612 from sever-sever/T1316
frr-isis: T1316: Add new routing feature ISIS
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-ip-route.xml6
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>