summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip/prefix-list.xml.i
blob: 8e806aa35100379788f4ec5399c0aa7a11da4594 (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
<!-- include start from rip/prefix-list.xml.i -->
<node name="prefix-list">
  <properties>
    <help>Prefix-list</help>
  </properties>
  <children>
    <leafNode name="in">
      <properties>
        <help>Prefix-list to apply to input packets</help>
        <valueHelp>
          <format>txt</format>
          <description>Prefix-list to apply to input packets</description>
        </valueHelp>
        <completionHelp>
          <path>policy prefix-list</path>
        </completionHelp>
      </properties>
    </leafNode>
    <leafNode name="out">
      <properties>
        <help>Prefix-list to apply to output packets</help>
        <valueHelp>
          <format>txt</format>
          <description>Prefix-list to apply to output packets</description>
        </valueHelp>
        <completionHelp>
          <path>policy prefix-list</path>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->