summaryrefslogtreecommitdiff
path: root/interface-definitions/include/policy/route-rule-action.xml.i
blob: c2698db5a60e1e3baefd399a222e387a1dc5ed62 (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
<!-- include start from policy/route-rule-action.xml.i -->
<leafNode name="action">
  <properties>
    <help>Rule action</help>
    <completionHelp>
      <list>accept reject return drop</list>
    </completionHelp>
    <valueHelp>
      <format>accept</format>
      <description>Accept matching entries</description>
    </valueHelp>
    <valueHelp>
      <format>reject</format>
      <description>Reject matching entries</description>
    </valueHelp>
    <valueHelp>
      <format>return</format>
      <description>Return from the current chain and continue at the next rule of the last chain</description>
    </valueHelp>
    <valueHelp>
      <format>drop</format>
      <description>Drop matching entries</description>
    </valueHelp>
    <constraint>
      <regex>(accept|reject|return|drop)</regex>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->