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/show-bgp.xml.in | |
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/show-bgp.xml.in')
-rw-r--r-- | op-mode-definitions/show-bgp.xml.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/op-mode-definitions/show-bgp.xml.in b/op-mode-definitions/show-bgp.xml.in index 0d0a88dfb..62abbe938 100644 --- a/op-mode-definitions/show-bgp.xml.in +++ b/op-mode-definitions/show-bgp.xml.in @@ -8,7 +8,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - #include <include/bgp-afi-ipv4-ipv6-common.xml.i> + #include <include/bgp/afi-ipv4-ipv6-common.xml.i> <tagNode name="ipv4"> <properties> <help>Network in the BGP routing table to display</help> @@ -17,7 +17,7 @@ </completionHelp> </properties> <children> - #include <include/bgp-prefix-bestpath-multipath.xml.i> + #include <include/bgp/prefix-bestpath-multipath.xml.i> </children> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> @@ -26,8 +26,8 @@ <help>IPv4 Address Family</help> </properties> <children> - #include <include/bgp-afi-common.xml.i> - #include <include/bgp-afi-ipv4-ipv6-common.xml.i> + #include <include/bgp/afi-common.xml.i> + #include <include/bgp/afi-ipv4-ipv6-common.xml.i> </children> </node> <tagNode name="ipv6"> @@ -38,7 +38,7 @@ </completionHelp> </properties> <children> - #include <include/bgp-prefix-bestpath-multipath.xml.i> + #include <include/bgp/prefix-bestpath-multipath.xml.i> </children> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> @@ -47,8 +47,8 @@ <help>IPv6 Address Family</help> </properties> <children> - #include <include/bgp-afi-common.xml.i> - #include <include/bgp-afi-ipv4-ipv6-common.xml.i> + #include <include/bgp/afi-common.xml.i> + #include <include/bgp/afi-ipv4-ipv6-common.xml.i> </children> </node> <node name="l2vpn"> @@ -71,7 +71,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - #include <include/bgp-afi-common.xml.i> + #include <include/bgp/afi-common.xml.i> <node name="all"> <properties> <help>Display information about all EVPN NLRIs</help> |