blob: dd3bddd4f96c6deadbb569f9d8ba2b46a7a50eb2 (
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
38
|
<!-- include start from rip/rip-interface.xml.i -->
<tagNode name="interface">
<properties>
<help>Interface name</help>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces.py</script>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Interface name</description>
</valueHelp>
<constraint>
<validator name="interface-name"/>
</constraint>
</properties>
<children>
<node name="split-horizon">
<properties>
<help>Split horizon parameters</help>
</properties>
<children>
<leafNode name="disable">
<properties>
<help>Disable split horizon on specified interface</help>
<valueless/>
</properties>
</leafNode>
<leafNode name="poison-reverse">
<properties>
<help>Disable split horizon on specified interface</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
</children>
</tagNode>
<!-- include end -->
|