summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces_input.xml.in
blob: 771c47e422d22dbd65c787ce16a6cd5560848483 (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>