summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-input.xml.in
blob: d90cf936fa84f3fc0168c71b7d1257dda5b09142 (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="input" owner="${vyos_conf_scripts_dir}/interfaces-input.py">
        <properties>
          <help>Input Functional Block (IFB) interface name</help>
          <!-- before real devices that redirect -->
          <priority>310</priority>
          <constraint>
            <regex>ifb[0-9]+</regex>
          </constraint>
          <constraintErrorMessage>Input interface must be named ifbN</constraintErrorMessage>
          <valueHelp>
            <format>ifbN</format>
            <description>Input interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/generic-description.xml.i>
          #include <include/interface/disable.xml.i>
          #include <include/interface/redirect.xml.i>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>