blob: d90597f379461d0c3769140b94ed04945cee056c (
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
26
27
28
29
30
31
32
|
<!-- include start from bgp/afi-nexthop-vpn-export.xml.i -->
<node name="nexthop">
<properties>
<help>Specify next hop to use for VRF advertised prefixes</help>
</properties>
<children>
<node name="vpn">
<properties>
<help>Between current address-family and vpn</help>
</properties>
<children>
<leafNode name="export">
<properties>
<help>For routes leaked from current address-family to vpn</help>
<valueHelp>
<format>ipv4</format>
<description>BGP neighbor IP address</description>
</valueHelp>
<valueHelp>
<format>ipv6</format>
<description>BGP neighbor IPv6 address</description>
</valueHelp>
<constraint>
<validator name="ip-address"/>
</constraint>
</properties>
</leafNode>
</children>
</node>
</children>
</node>
<!-- include end -->
|