blob: c3cf82a860558cae56c205b3d9c9c93800497a5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- included start from show-route-table.xml.i -->
<node name="table">
<properties>
<help>Table to display</help>
</properties>
</node>
<tagNode name="table">
<properties>
<help>The table number to display</help>
<completionHelp>
<list>all</list>
<path>protocols static table</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->
|