diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:13:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:15:37 +0200 |
commit | 6c0044d12ecf762d9d362d6b09cdaa4c8227db58 (patch) | |
tree | 9e76fcdaae7e962c59714fb7ff4ccae93c37285f /op-mode-definitions/include/bgp/afi-common.xml.i | |
parent | 0f498d782c8fc3645355184cc59e88a16d1b230d (diff) | |
download | vyos-1x-6c0044d12ecf762d9d362d6b09cdaa4c8227db58.tar.gz vyos-1x-6c0044d12ecf762d9d362d6b09cdaa4c8227db58.zip |
op-mode: T1513: bgp: add "show bgp large-community AA:BB:CC exat-match"
Diffstat (limited to 'op-mode-definitions/include/bgp/afi-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/afi-common.xml.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/afi-common.xml.i b/op-mode-definitions/include/bgp/afi-common.xml.i index 0edeb9f81..ef6709ae8 100644 --- a/op-mode-definitions/include/bgp/afi-common.xml.i +++ b/op-mode-definitions/include/bgp/afi-common.xml.i @@ -19,6 +19,9 @@ </completionHelp> </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <children> + #include <include/bgp/exact-match.xml.i> + </children> </tagNode> <leafNode name="statistics"> <properties> |