summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-dummy.xml.in
blob: 00784fcdfc58fc10994912885ee061074434094c (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
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="dummy" owner="${vyos_conf_scripts_dir}/interfaces-dummy.py">
        <properties>
          <help>Dummy Interface</help>
          <priority>300</priority>
          <constraint>
            <regex>dum[0-9]+</regex>
          </constraint>
          <constraintErrorMessage>Dummy interface must be named dumN</constraintErrorMessage>
          <valueHelp>
            <format>dumN</format>
            <description>Dummy interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/interface/address-ipv4-ipv6.xml.i>
          #include <include/generic-description.xml.i>
          #include <include/interface/disable.xml.i>
          <node name="ip">
            <properties>
              <help>IPv4 routing parameters</help>
            </properties>
            <children>
              #include <include/interface/source-validation.xml.i>
              #include <include/interface/disable-forwarding.xml.i>
            </children>
          </node>
          <node name="ipv6">
            <properties>
              <help>IPv6 routing parameters</help>
            </properties>
            <children>
              #include <include/interface/disable-forwarding.xml.i>
              <node name="address">
                <properties>
                  <help>IPv6 address configuration modes</help>
                </properties>
                <children>
                  #include <include/interface/ipv6-address-eui64.xml.i>
                  #include <include/interface/ipv6-address-no-default-link-local.xml.i>
                </children>
              </node>
            </children>
          </node>
          #include <include/interface/mtu-68-16000.xml.i>
          #include <include/interface/mirror.xml.i>
          #include <include/interface/netns.xml.i>
          #include <include/interface/redirect.xml.i>
          #include <include/interface/vrf.xml.i>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>