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-ip-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-ip-bgp.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-bgp.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-ip-bgp.xml.in b/op-mode-definitions/show-ip-bgp.xml.in index 9a271b4a5..4097bcf2d 100644 --- a/op-mode-definitions/show-ip-bgp.xml.in +++ b/op-mode-definitions/show-ip-bgp.xml.in @@ -10,7 +10,7 @@ </properties> <command>vtysh -c "show ip bgp"</command> <children> - #include <include/bgp-common.xml.i> + #include <include/bgp/show-ip-bgp-common.xml.i> <tagNode name="vrf"> <properties> <help>Show bgp routing protocol for given VRF</help> @@ -20,7 +20,7 @@ </completionHelp> </properties> <children> - #include <include/bgp-common.xml.i> + #include <include/bgp/show-ip-bgp-common.xml.i> </children> </tagNode> </children> |