diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2024-08-21 17:15:14 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-22 16:11:45 +0000 |
commit | de7651af6cb5cb56d9d14aef1e14490bf262d399 (patch) | |
tree | 8e0905b7c7c508f70ab14b89d075a6b4f43ba9b2 | |
parent | 0272bc92e70ae0e69cdd54f66a89921e2a98421c (diff) | |
download | vyos-1x-de7651af6cb5cb56d9d14aef1e14490bf262d399.tar.gz vyos-1x-de7651af6cb5cb56d9d14aef1e14490bf262d399.zip |
op_mode: T6668: Add detailed statistics infomartion about MACsec interfacesmergify/bp/circinus/pr-4001
(cherry picked from commit b7e7619636c372e642240c3e42f10c9813f2f587)
-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> |