summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-pseudo-ethernet.xml.in
blob: 5c73825c3355d2a1df1846c4a47f9aebf15773a2 (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
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="pseudo-ethernet" owner="${vyos_conf_scripts_dir}/interfaces-pseudo-ethernet.py">
        <properties>
          <help>Pseudo Ethernet Interface (Macvlan)</help>
          <priority>321</priority>
          <constraint>
            <regex>peth[0-9]+</regex>
          </constraint>
          <constraintErrorMessage>Pseudo Ethernet interface must be named pethN</constraintErrorMessage>
          <valueHelp>
            <format>pethN</format>
            <description>Pseudo Ethernet interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/interface/address-ipv4-ipv6-dhcp.xml.i>
          #include <include/generic-description.xml.i>
          #include <include/interface/dhcp-options.xml.i>
          #include <include/interface/dhcpv6-options.xml.i>
          #include <include/interface/disable-link-detect.xml.i>
          #include <include/interface/disable.xml.i>
          #include <include/interface/vrf.xml.i>
          #include <include/interface/ipv4-options.xml.i>
          #include <include/interface/ipv6-options.xml.i>
          #include <include/source-interface-ethernet.xml.i>
          #include <include/interface/mac.xml.i>
          #include <include/interface/mirror.xml.i>
          <leafNode name="mode">
            <properties>
              <help>Receive mode (default: private)</help>
              <completionHelp>
                <list>private vepa bridge passthru</list>
              </completionHelp>
              <valueHelp>
                <format>private</format>
                <description>No communication with other pseudo-devices</description>
              </valueHelp>
              <valueHelp>
                <format>vepa</format>
                <description>Virtual Ethernet Port Aggregator reflective relay</description>
              </valueHelp>
              <valueHelp>
                <format>bridge</format>
                <description>Simple bridge between pseudo-devices</description>
              </valueHelp>
              <valueHelp>
                <format>passthru</format>
                <description>Promicious mode passthrough of underlying device</description>
              </valueHelp>
              <constraint>
                <regex>(private|vepa|bridge|passthru)</regex>
              </constraint>
              <constraintErrorMessage>mode must be private, vepa, bridge or passthru</constraintErrorMessage>
            </properties>
            <defaultValue>private</defaultValue>
          </leafNode>
          #include <include/interface/mtu-68-16000.xml.i>
          #include <include/interface/redirect.xml.i>
          #include <include/interface/vif-s.xml.i>
          #include <include/interface/vif.xml.i>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>