blob: 34228fdd1a6e835f3161803492b7e872e81f9283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!-- included start from bgp/afi-ipv4-ipv6-flowspec.xml.i -->
<tagNode name="flowspec">
<properties>
<help>Network in the BGP routing table to display</help>
<completionHelp>
<list><x.x.x.x> <x.x.x.x/x> <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></list>
</completionHelp>
</properties>
<children>
#include <include/bgp/prefix-bestpath-multipath.xml.i>
</children>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<node name="flowspec">
<properties>
<help>Flowspec Address Family modifier</help>
</properties>
<children>
#include <include/bgp/afi-common.xml.i>
#include <include/bgp/afi-ipv4-ipv6-common.xml.i>
#include <include/vtysh-generic-detail.xml.i>
</children>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<!-- included end -->
|