summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/tcp-flags.xml.i
blob: 81d70d1f369e4fedad984ab33791523170a4fbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- include start from qos/tcp-flags.xml.i -->
<node name="tcp">
  <properties>
    <help>TCP Flags matching</help>
  </properties>
  <children>
    <leafNode name="ack">
      <properties>
        <help>Match TCP ACK</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="syn">
      <properties>
        <help>Match TCP SYN</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->