blob: dc44d32d56fdaec5d3d75921cbce11ae7689e44b (
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
|
<!-- include start from qos/class-match-ipv4.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>
<!-- include end -->
|