diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:11:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:15:29 +0200 |
commit | 0f498d782c8fc3645355184cc59e88a16d1b230d (patch) | |
tree | 36ec1899370af61a050183fa5f0918fe5910df63 /op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i | |
parent | 6559d8c19710e10eddab590302f61ddf693e2e82 (diff) | |
download | vyos-1x-0f498d782c8fc3645355184cc59e88a16d1b230d.tar.gz vyos-1x-0f498d782c8fc3645355184cc59e88a16d1b230d.zip |
op-mode: T1513: bgp: xml: provide exact-match building block
Diffstat (limited to 'op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i b/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i index f1b699347..a51595b7f 100644 --- a/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i +++ b/op-mode-definitions/include/bgp/afi-ipv4-ipv6-common.xml.i @@ -22,12 +22,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> - <leafNode name="exact-match"> - <properties> - <help>Exact match of the communities</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </leafNode> + #include <include/bgp/exact-match.xml.i> <leafNode name="graceful-shutdown"> <properties> <help>Graceful shutdown (well-known community)</help> @@ -105,12 +100,7 @@ </completionHelp> </properties> <children> - <leafNode name="exact-match"> - <properties> - <help>Show BGP routes exactly matching specified community list</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </leafNode> + #include <include/bgp/exact-match.xml.i> </children> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> |