diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-23 07:52:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 07:52:25 +0200 |
commit | de2bdd189ef321a4c0459e98ff20694df6d9eb78 (patch) | |
tree | 8e0905b7c7c508f70ab14b89d075a6b4f43ba9b2 | |
parent | 0272bc92e70ae0e69cdd54f66a89921e2a98421c (diff) | |
parent | de7651af6cb5cb56d9d14aef1e14490bf262d399 (diff) | |
download | vyos-1x-de2bdd189ef321a4c0459e98ff20694df6d9eb78.tar.gz vyos-1x-de2bdd189ef321a4c0459e98ff20694df6d9eb78.zip |
Merge pull request #4007 from vyos/mergify/bp/circinus/pr-4001
op_mode: T6668: Add detailed statistics infomartion about MACsec (backport #4001)
-rw-r--r-- | op-mode-definitions/show-interfaces-macsec.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/op-mode-definitions/show-interfaces-macsec.xml.in b/op-mode-definitions/show-interfaces-macsec.xml.in index a264ff22e..28264d252 100644 --- a/op-mode-definitions/show-interfaces-macsec.xml.in +++ b/op-mode-definitions/show-interfaces-macsec.xml.in @@ -12,6 +12,14 @@ </completionHelp> </properties> <command>ip macsec show</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed MACsec interface information</help> + </properties> + <command>ip -s macsec show</command> + </leafNode> + </children> </node> <tagNode name="macsec"> <properties> |