blob: 7c0f574c8041d7fd2372d031216b93859a75118d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- included start from show-route-table.xml.i -->
<tagNode name="table">
<properties>
<help>Show routes in specific routing table</help>
<completionHelp>
<list>all</list>
<path>protocols static table</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->
|