diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 12:11:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 13:48:00 +0200 |
commit | 21626c4600a187b4119984d67fd3bcfc00a69744 (patch) | |
tree | 87bcbfd544f1bcceb4350978d8d0a74d8b018da1 /op-mode-definitions/include/bgp/exact-match.xml.i | |
parent | d5ac2419296142d015684a8e3f7e5eb9f387d1b6 (diff) | |
download | vyos-1x-21626c4600a187b4119984d67fd3bcfc00a69744.tar.gz vyos-1x-21626c4600a187b4119984d67fd3bcfc00a69744.zip |
op-mode: T1513: bgp: xml: provide exact-match building block
(cherry picked from commit 0f498d782c8fc3645355184cc59e88a16d1b230d)
Diffstat (limited to 'op-mode-definitions/include/bgp/exact-match.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/exact-match.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/exact-match.xml.i b/op-mode-definitions/include/bgp/exact-match.xml.i new file mode 100644 index 000000000..49026db9b --- /dev/null +++ b/op-mode-definitions/include/bgp/exact-match.xml.i @@ -0,0 +1,8 @@ +<!-- included start from bgp/exact-match.xml.i --> +<leafNode name="exact-match"> + <properties> + <help>Exact match of the communities</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> +</leafNode> +<!-- included end --> |