blob: d588b369f93ef1fd16302661c79a8540517825b5 (
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
33
34
35
36
|
<!-- include start from static/static-route-bfd.xml.i -->
<node name="bfd">
<properties>
<help>BFD monitoring</help>
</properties>
<children>
#include <include/bfd/profile.xml.i>
<node name="multi-hop">
<properties>
<help>Use BFD multi hop session</help>
</properties>
<children>
<tagNode name="source">
<properties>
<help>Use source for BFD session</help>
<valueHelp>
<format>ipv4</format>
<description>IPv4 source address</description>
</valueHelp>
<valueHelp>
<format>ipv6</format>
<description>IPv6 source address</description>
</valueHelp>
<constraint>
<validator name="ip-address"/>
</constraint>
</properties>
<children>
#include <include/bfd/profile.xml.i>
</children>
</tagNode>
</children>
</node>
</children>
</node>
<!-- include end -->
|