diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:13:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 13:48:07 +0200 |
commit | 77a00e3653a6e2a6653f8ba42fb7953b47ff0a03 (patch) | |
tree | cf973b987f9b1fe376aed670f2f5695868d52e92 /op-mode-definitions | |
parent | 21626c4600a187b4119984d67fd3bcfc00a69744 (diff) | |
download | vyos-1x-77a00e3653a6e2a6653f8ba42fb7953b47ff0a03.tar.gz vyos-1x-77a00e3653a6e2a6653f8ba42fb7953b47ff0a03.zip |
op-mode: T1513: bgp: add "show bgp large-community AA:BB:CC exat-match"
(cherry picked from commit 6c0044d12ecf762d9d362d6b09cdaa4c8227db58)
Diffstat (limited to 'op-mode-definitions')
-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> |