summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip-access-list6.xml.i
blob: a57f2038dd09d93d2f8f7ce8ccce88ebceb671c9 (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
<!-- include start from rip-access-list.xml.i -->
<node name="access-list">
  <properties>
    <help>Access-list</help>
  </properties>
  <children>
    <leafNode name="in">
      <properties>
        <help>Access list to apply to input packets</help>
        <valueHelp>
          <format>u32</format>
          <description>Access list to apply to input packets</description>
        </valueHelp>
        <completionHelp>
          <path>policy access-list6</path>
        </completionHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-4294967295"/>
        </constraint>
      </properties>
    </leafNode>
    <leafNode name="out">
      <properties>
        <help>Access list to apply to output packets</help>
        <valueHelp>
          <format>u32</format>
          <description>Access list to apply to output packets</description>
        </valueHelp>
        <completionHelp>
          <path>policy access-list6</path>
        </completionHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-4294967295"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->