blob: 8bfa0ae4e6b5c47bea0d76d2e5e25998e1c6f710 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- included start from show-route-tag.xml.i -->
<node name="tag">
<properties>
<help>Show only routes with tag</help>
</properties>
</node>
<tagNode name="tag">
<properties>
<help>Tag value</help>
<completionHelp>
<list><1-4294967295></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->
|