summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/shaper.xml.i
blob: b4f9536d21226cacdc00fdd3bcb12f9637c5bd95 (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 accel-ppp/shaper.xml.i -->
<node name="shaper">
  <properties>
    <help>Traffic shaper bandwidth parameters</help>
  </properties>
  <children>
    <leafNode name="fwmark">
      <properties>
        <help>Firewall mark value for traffic that excludes from shaping</help>
        <valueHelp>
          <format>u32:1-2147483647</format>
          <description>Match firewall mark value</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-2147483647"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->