diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 13:32:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 13:48:24 +0200 |
commit | 6fa44eaf1f4525ee7dc95df6ba6d3d4474b26d71 (patch) | |
tree | 08e4436b851f0060067ff51179065cabe67b0fca /op-mode-definitions | |
parent | 4da7d0a721aeb15af115a05bc0934d73957f56ef (diff) | |
download | vyos-1x-6fa44eaf1f4525ee7dc95df6ba6d3d4474b26d71.tar.gz vyos-1x-6fa44eaf1f4525ee7dc95df6ba6d3d4474b26d71.zip |
op-mode: T1513: bgp: add "show bgp large-community-list" commnad
(cherry picked from commit 90f778fc04b322867f6fec023328330adc3fd85f)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/include/bgp/afi-common.xml.i | 12 |
1 files changed, 12 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 e28dfe5d7..4d5f56656 100644 --- a/op-mode-definitions/include/bgp/afi-common.xml.i +++ b/op-mode-definitions/include/bgp/afi-common.xml.i @@ -23,6 +23,18 @@ #include <include/bgp/exact-match.xml.i> </children> </tagNode> +<tagNode name="large-community-list"> + <properties> + <help>Display routes matching the large-community-list</help> + <completionHelp> + <path>policy large-community-list</path> + </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> <help>RIB advertisement statistics</help> |