diff options
Diffstat (limited to 'op-mode-definitions/include')
-rw-r--r-- | op-mode-definitions/include/bgp/afi-common.xml.i (renamed from op-mode-definitions/include/bgp-afi-common.xml.i) | 2 | ||||
-rw-r--r-- | op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i (renamed from op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i) | 2 | ||||
-rw-r--r-- | op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i (renamed from op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i) | 2 | ||||
-rw-r--r-- | op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i (renamed from op-mode-definitions/include/bgp-common.xml.i) | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/op-mode-definitions/include/bgp-afi-common.xml.i b/op-mode-definitions/include/bgp/afi-common.xml.i index 06cfc42a5..e48482282 100644 --- a/op-mode-definitions/include/bgp-afi-common.xml.i +++ b/op-mode-definitions/include/bgp/afi-common.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-afi-common.xml.i --> +<!-- included start from bgp/afi-common.xml.i --> <tagNode name="community"> <properties> <help>Community number where AA and NN are (0-65535)</help> diff --git a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i b/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i index dc0926375..f1b699347 100644 --- a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i +++ b/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-afi-ipv4-ipv6-common.xml.i --> +<!-- included start from bgp/afi-ipv4-ipv6-common.xml.i --> <node name="community"> <properties> <help>Display routes matching the community</help> diff --git a/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i b/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i index 224fa6b45..2d91a8253 100644 --- a/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i +++ b/op-mode-definitions/include/bgp/prefix-bestpath-multipath.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-prefix-bestpath-multipath.xml.i --> +<!-- included start from bgp/prefix-bestpath-multipath.xml.i --> <leafNode name="bestpath"> <properties> <help>Display only the bestpath</help> diff --git a/op-mode-definitions/include/bgp-common.xml.i b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i index 788fefd2c..e599bfb3f 100644 --- a/op-mode-definitions/include/bgp-common.xml.i +++ b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-common.xml.i --> +<!-- included start from bgp/show-ip-bgp-common.xml.i --> <leafNode name="attribute-info"> <properties> <help>Show BGP attribute information</help> @@ -17,8 +17,8 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> -#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> <tagNode name="prefix-list"> <properties> <completionHelp> |