blob: 6aeab66afa96d563831baad3de78a9cf2ff60d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="interfaces">
<children>
<node name="macsec">
<properties>
<help>Show MACsec interface information</help>
<completionHelp>
<path>interfaces macsec</path>
</completionHelp>
</properties>
<command>/usr/sbin/ip macsec show</command>
</node>
<tagNode name="macsec">
<properties>
<help>Show specified MACsec interface information</help>
<completionHelp>
<path>interfaces macsec</path>
</completionHelp>
</properties>
<command>/usr/sbin/ip macsec show $4</command>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|