summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/class-match.xml.i
blob: b128643103a555ee8e8de1c922b906f34999992d (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!-- include start from qos/class-match.xml.i -->
<tagNode name="match">
  <properties>
    <help>Class matching rule name</help>
    <constraint>
      <regex>[^-].*</regex>
    </constraint>
    <constraintErrorMessage>Match queue name cannot start with hyphen (-)</constraintErrorMessage>
  </properties>
  <children>
    #include <include/generic-description.xml.i>
    <node name="ether">
      <properties>
        <help>Ethernet header match</help>
      </properties>
      <children>
        <leafNode name="destination">
          <properties>
            <help>Ethernet destination address for this match</help>
            <valueHelp>
              <format>macaddr</format>
              <description>MAC address to match</description>
            </valueHelp>
            <constraint>
              <validator name="mac-address"/>
            </constraint>
          </properties>
        </leafNode>
        <leafNode name="protocol">
          <properties>
            <help>Ethernet protocol for this match</help>
            <!-- this refers to /etc/protocols -->
            <completionHelp>
              <list>all 802.1Q 802_2 802_3 aarp aoe arp atalk dec ip ipv6 ipx lat localtalk rarp snap x25</list>
            </completionHelp>
            <valueHelp>
              <format>u32:0-65535</format>
              <description>Ethernet protocol number</description>
            </valueHelp>
            <valueHelp>
              <format>txt</format>
              <description>Ethernet protocol name</description>
            </valueHelp>
            <valueHelp>
              <format>all</format>
              <description>Any protocol</description>
            </valueHelp>
            <valueHelp>
              <format>ip</format>
              <description>Internet IP (IPv4)</description>
            </valueHelp>
            <valueHelp>
              <format>ipv6</format>
              <description>Internet IP (IPv6)</description>
            </valueHelp>
            <valueHelp>
              <format>arp</format>
              <description>Address Resolution Protocol</description>
            </valueHelp>
            <valueHelp>
              <format>atalk</format>
              <description>Appletalk</description>
            </valueHelp>
            <valueHelp>
              <format>ipx</format>
              <description>Novell Internet Packet Exchange</description>
            </valueHelp>
            <valueHelp>
              <format>802.1Q</format>
              <description>802.1Q VLAN tag</description>
            </valueHelp>
            <constraint>
              <validator name="ip-protocol"/>
            </constraint>
          </properties>
        </leafNode>
        <leafNode name="source">
          <properties>
            <help>Ethernet source address for this match</help>
            <valueHelp>
              <format>macaddr</format>
              <description>MAC address to match</description>
            </valueHelp>
            <constraint>
              <validator name="mac-address"/>
            </constraint>
          </properties>
        </leafNode>
      </children>
    </node>
    #include <include/generic-interface.xml.i>
    <node name="ip">
      <properties>
        <help>Match IP protocol header</help>
      </properties>
      <children>
        <node name="destination">
          <properties>
            <help>Match on destination port or address</help>
          </properties>
          <children>
            #include <include/qos/class-match-ipv4-address.xml.i>
            #include <include/port-number.xml.i>
          </children>
        </node>
        #include <include/qos/match-dscp.xml.i>
        #include <include/qos/max-length.xml.i>
        #include <include/ip-protocol.xml.i>
        <node name="source">
          <properties>
            <help>Match on source port or address</help>
          </properties>
          <children>
            #include <include/qos/class-match-ipv4-address.xml.i>
            #include <include/port-number.xml.i>
          </children>
        </node>
        #include <include/qos/tcp-flags.xml.i>
      </children>
    </node>
    <node name="ipv6">
      <properties>
        <help>Match IPv6 protocol header</help>
      </properties>
      <children>
        <node name="destination">
          <properties>
            <help>Match on destination port or address</help>
          </properties>
          <children>
            #include <include/qos/class-match-ipv6-address.xml.i>
            #include <include/port-number.xml.i>
          </children>
        </node>
        #include <include/qos/match-dscp.xml.i>
        #include <include/qos/max-length.xml.i>
        #include <include/ip-protocol.xml.i>
        <node name="source">
          <properties>
            <help>Match on source port or address</help>
          </properties>
          <children>
            #include <include/qos/class-match-ipv6-address.xml.i>
            #include <include/port-number.xml.i>
          </children>
        </node>
        #include <include/qos/tcp-flags.xml.i>
      </children>
    </node>
    <leafNode name="mark">
      <properties>
        <help>Match on mark applied by firewall</help>
        <valueHelp>
          <format>txt</format>
          <description>FW mark to match</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-65535 "/>
        </constraint>
      </properties>
    </leafNode>
    <leafNode name="vif">
      <properties>
        <help>Virtual Local Area Network (VLAN) ID for this match</help>
        <valueHelp>
          <format>u32:0-4095</format>
          <description>Virtual Local Area Network (VLAN) tag </description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-4095"/>
        </constraint>
        <constraintErrorMessage>VLAN ID must be between 0 and 4095</constraintErrorMessage>
      </properties>
    </leafNode>
  </children>
</tagNode>
<!-- include end -->