summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-01 13:20:35 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-01 13:20:35 +0200
commitf83a5125735bb2f63e4d98e1b264eb689a2ef00f (patch)
tree7d66a62c5df6227df7a39f3f17c79d298530db44 /op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i
parentd3a0b9bcb30e36633bad0edf39c1f92039bebcb7 (diff)
downloadvyos-1x-f83a5125735bb2f63e4d98e1b264eb689a2ef00f.tar.gz
vyos-1x-f83a5125735bb2f63e4d98e1b264eb689a2ef00f.zip
op-mode: bgp: T1513: backport "show bgp" commands from current branch
Diffstat (limited to 'op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i')
-rw-r--r--op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i20
1 files changed, 20 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i b/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i
new file mode 100644
index 000000000..2d91a8253
--- /dev/null
+++ b/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i
@@ -0,0 +1,20 @@
+<!-- included start from bgp/prefix-bestpath-multipath.xml.i -->
+<leafNode name="bestpath">
+ <properties>
+ <help>Display only the bestpath</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</leafNode>
+<leafNode name="multipath">
+ <properties>
+ <help>Display only multipaths</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</leafNode>
+<leafNode name="longer-prefixes">
+ <properties>
+ <help>Display route and more specific routes</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</leafNode>
+<!-- included end -->