summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-dummy.xml.in
blob: dfbbb8b36ad04a38b3689a7a9a1e40ae7e9ed3a7 (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="dummy" owner="${vyos_conf_scripts_dir}/interfaces-dummy.py">
        <properties>
          <help>Dummy interface name</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/address-ipv4-ipv6.xml.i>
          <leafNode name="description">
            <properties>
              <help>Interface description</help>
              <constraint>
                <regex>^.{1,256}$</regex>
              </constraint>
              <constraintErrorMessage>Interface description too long (limit 256 characters)</constraintErrorMessage>
            </properties>
          </leafNode>
          <leafNode name="disable">
            <properties>
              <help>Disable interface</help>
              <valueless/>
            </properties>
          </leafNode>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>