summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp/afi-ipv4-ipv6-vpn-rd.xml.i
blob: bb95ce3f5d97696fcbe7119ca3daa8697bbc8016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- included start from bgp/afi-ipv4-ipv6-vpn-rd.xml.i -->
<tagNode name="rd">
  <properties>
    <help>Display routes matching the route distinguisher</help>
    <completionHelp>
      <list>ASN:NN IPADDRESS:NN all</list>
    </completionHelp>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <tagNode name="">
      <properties>
        <help>Show IP routes of specified prefix</help>
        <completionHelp>
          <list>&lt;x.x.x.x/x&gt; &lt;x:x:x:x:x:x:x:x/x&gt;</list>
        </completionHelp>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </tagNode>
  </children>
</tagNode>
<!-- included end -->