diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-09 19:44:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-09 19:44:44 +0200 |
commit | 34d789579cda1a940ac65671b41466880267944b (patch) | |
tree | 2d4fe9d38bc8d5f3a99763dc7b9a1ca4a868a277 /op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i | |
parent | b80e72a4434d62ae99c3a82805aef87381987f7a (diff) | |
download | vyos-1x-34d789579cda1a940ac65671b41466880267944b.tar.gz vyos-1x-34d789579cda1a940ac65671b41466880267944b.zip |
op-mode: bgp: move common includes to include/bgp directory
This change makes it easier to group all BGP related operational level command
building blocks in one place.
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..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 --> |