diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-20 19:24:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-20 19:24:31 +0100 |
commit | 68f7d1474dec359f10d1b6b99d350110df47e136 (patch) | |
tree | 5520cc368216419fadba9de1aec0ff31bfd37b39 /op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i | |
parent | baade8815bd18af7d0c64985fdb97bcad045432b (diff) | |
download | vyos-1x-68f7d1474dec359f10d1b6b99d350110df47e136.tar.gz vyos-1x-68f7d1474dec359f10d1b6b99d350110df47e136.zip |
op-mode: bgp: T1513: add "show bgp" tree containing l2vpn evpn
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.i | 20 |
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..3bea5cf13 --- /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>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> +</leafNode> +<leafNode name="multipath"> + <properties> + <help>Display only multipaths</help> + </properties> + <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> +</leafNode> +<leafNode name="longer-prefixes"> + <properties> + <help>Display route and more specific routes</help> + </properties> + <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> +</leafNode> +<!-- included end --> |