diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-22 18:11:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 18:11:02 +0200 |
commit | 4b9318de198735d1aa30f4a2a9ba9f9217f5eee8 (patch) | |
tree | b48f6b582b388b4a696f03710da3ced7b4bac9c8 | |
parent | 322dc0f0ba4fce664d089871bc7833d30f55718c (diff) | |
parent | b7e7619636c372e642240c3e42f10c9813f2f587 (diff) | |
download | vyos-1x-4b9318de198735d1aa30f4a2a9ba9f9217f5eee8.tar.gz vyos-1x-4b9318de198735d1aa30f4a2a9ba9f9217f5eee8.zip |
Merge pull request #4001 from fett0/T6668
op_mode: T6668: Add detailed statistics infomartion about MACsec
-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> |