blob: f6737c8bd620462bce436fe4c80b5bd957d2a536 (
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
|
<!-- included start from bgp/afi-ipv4-ipv6-vpn.xml.i -->
<tagNode name="vpn">
<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="vpn">
<properties>
<help>VPN Address Family modifier</help>
</properties>
<children>
#include <include/bgp/afi-common.xml.i>
#include <include/bgp/afi-ipv4-ipv6-common.xml.i>
</children>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<!-- included end -->
|