blob: e95961177f0812e098554b105ab81a51a8c75cf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- included start from vtysh-generic-interface.xml.i -->
<tagNode name="interface">
<properties>
<help>Show information about specific interface</help>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces</script>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
<!-- included end -->
|