summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-virtual-ethernet.xml.in
blob: 3b78b3637901254e482d0c6c1d275a287bf32730 (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="virtual-ethernet" owner="${vyos_conf_scripts_dir}/interfaces-virtual-ethernet.py">
        <properties>
          <help>Virtual Ethernet Interface (veth)</help>
          <priority>300</priority>
          <constraint>
            <regex>veth[0-9]+</regex>
          </constraint>
          <constraintErrorMessage>Virutal Ethernet interface must be named vethN</constraintErrorMessage>
          <valueHelp>
            <format>vethN</format>
            <description>Virtual Ethernet interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/interface/address-ipv4-ipv6-dhcp.xml.i>
          #include <include/interface/description.xml.i>
          #include <include/interface/disable.xml.i>
          #include <include/interface/vrf.xml.i>
          <leafNode name="peer-name">
            <properties>
              <help>Virtual ethernet peer interface name</help>
              <constraint>
                <regex>veth[0-9]+</regex>
              </constraint>
              <constraintErrorMessage>Virutal Ethernet interface must be named vethN</constraintErrorMessage>
            </properties>
          </leafNode>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>