blob: f2eb01c58cf3452b9027f6d2573cceb072b8d6da (
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
|
<?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/interface/description.xml.i>
#include <include/interface/disable.xml.i>
#include <include/interface/interface-firewall.xml.i>
#include <include/interface/interface-policy.xml.i>
#include <include/interface/redirect.xml.i>
#include <include/interface/traffic-policy.xml.i>
</children>
</tagNode>
</children>
</node>
</interfaceDefinition>
|