summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/class-police-exceed.xml.i
blob: ee2ce16a851e25fa97a920662e179699a276cd87 (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
<!-- include start from qos/police.xml.i -->
<leafNode name="exceed">
  <properties>
    <help>Default action for packets exceeding the limiter</help>
    <completionHelp>
      <list>continue drop ok reclassify pipe</list>
    </completionHelp>
    <valueHelp>
      <format>continue</format>
      <description>Do not do anything, just continue with the next action in line</description>
    </valueHelp>
    <valueHelp>
      <format>drop</format>
      <description>Drop the packet immediately</description>
    </valueHelp>
    <valueHelp>
      <format>ok</format>
      <description>Accept the packet</description>
    </valueHelp>
    <valueHelp>
      <format>reclassify</format>
      <description>Treat the packet as non-matching to the filter this action is attached to and continue with the next filter in line (if any)</description>
    </valueHelp>
    <valueHelp>
      <format>pipe</format>
      <description>Pass the packet to the next action in line</description>
    </valueHelp>
    <constraint>
      <regex>(continue|drop|ok|reclassify|pipe)</regex>
    </constraint>
  </properties>
  <defaultValue>drop</defaultValue>
</leafNode>
<leafNode name="not-exceed">
  <properties>
    <help>Default action for packets not exceeding the limiter</help>
    <completionHelp>
      <list>continue drop ok reclassify pipe</list>
    </completionHelp>
    <valueHelp>
      <format>continue</format>
      <description>Do not do anything, just continue with the next action in line</description>
    </valueHelp>
    <valueHelp>
      <format>drop</format>
      <description>Drop the packet immediately</description>
    </valueHelp>
    <valueHelp>
      <format>ok</format>
      <description>Accept the packet</description>
    </valueHelp>
    <valueHelp>
      <format>reclassify</format>
      <description>Treat the packet as non-matching to the filter this action is attached to and continue with the next filter in line (if any)</description>
    </valueHelp>
    <valueHelp>
      <format>pipe</format>
      <description>Pass the packet to the next action in line</description>
    </valueHelp>
    <constraint>
      <regex>(continue|drop|ok|reclassify|pipe)</regex>
    </constraint>
  </properties>
  <defaultValue>ok</defaultValue>
</leafNode>
<!-- include end -->