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:32:21 +0200 |
commit | 90f778fc04b322867f6fec023328330adc3fd85f (patch) | |
tree | 8b8b077e59e406d63b1c863d48f74faa7b008bcb /op-mode-definitions/include/bgp/afi-common.xml.i | |
parent | 6bb2f6e22706bb1c5874a58e74585160164011f6 (diff) | |
download | vyos-1x-90f778fc04b322867f6fec023328330adc3fd85f.tar.gz vyos-1x-90f778fc04b322867f6fec023328330adc3fd85f.zip |
op-mode: T1513: bgp: add "show bgp large-community-list" commnad
Diffstat (limited to 'op-mode-definitions/include/bgp/afi-common.xml.i')
-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> |