blob: a05a08d12ba0163eefff99797881cd0b5b3b8a95 (
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
37
|
<!-- 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="ipv4-address"/>
<validator name="ipv6-address"/>
</constraint>
</properties>
<children>
#include <include/bfd/profile.xml.i>
</children>
</tagNode>
</children>
</node>
</children>
</node>
<!-- include end -->
|