Commit 29b09b1 1 parent b12c9ec commit 29b09b1 Copy full SHA for 29b09b1
File tree 2 files changed +23
-0
lines changed
op-mode-definitions/include/bgp
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- included start from bgp/afi-ipv4-ipv6-vpn-rd.xml.i -->
2
+ <tagNode name=" rd" >
3
+ <properties>
4
+ <help>Display routes matching the route distinguisher</help>
5
+ <completionHelp>
6
+ <list>ASN:NN IPADDRESS:NN all</list>
7
+ </completionHelp>
8
+ </properties>
9
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
10
+ <children>
11
+ <tagNode name=" " >
12
+ <properties>
13
+ <help>Show IP routes of specified prefix</help>
14
+ <completionHelp>
15
+ <list><x.x.x.x/x> <x:x:x:x:x:x:x:x/x></list>
16
+ </completionHelp>
17
+ </properties>
18
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
19
+ </tagNode>
20
+ </children>
21
+ </tagNode>
22
+ <!-- included end -->
Original file line number Diff line number Diff line change 18
18
<children>
19
19
#include < include/bgp/afi-common.xml.i>
20
20
#include < include/bgp/afi-ipv4-ipv6-common.xml.i>
21
+ #include < include/bgp/afi-ipv4-ipv6-vpn-rd.xml.i>
21
22
</children>
22
23
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
23
24
</node>
You can’t perform that action at this time.
0 commit comments