summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols_static_neighbor-proxy.xml.in
blob: 1c8433a39a527e98bbed281ab17b350a61f75800 (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
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="protocols">
    <children>
      <node name="static">
        <children>
          <node name="neighbor-proxy" owner="${vyos_conf_scripts_dir}/protocols_static_neighbor-proxy.py">
            <properties>
              <help>Neighbor proxy parameters</help>
            </properties>
            <children>
              <tagNode name="arp">
                <properties>
                  <help>IP address for selective ARP proxy</help>
                  <valueHelp>
                    <format>ipv4</format>
                    <description>IPv4 destination address allowed for proxy-arp</description>
                  </valueHelp>
                  <constraint>
                    <validator name="ipv4-address"/>
                  </constraint>
                </properties>
                <children>
                  #include <include/generic-interface-multi.xml.i>
                </children>
              </tagNode>
              <tagNode name="nd">
                <properties>
                  <help>IPv6 address for selective NDP proxy</help>
                  <valueHelp>
                    <format>ipv6</format>
                    <description>IPv6 destination address</description>
                  </valueHelp>
                  <constraint>
                    <validator name="ipv6-address"/>
                  </constraint>
                </properties>
                <children>
                  #include <include/generic-interface-multi.xml.i>
                </children>
              </tagNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>