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:39 +0000 |
commit | 3a2bb7aac2b6fc7c8c457a4b504b0c22a09ffef4 (patch) | |
tree | c2a4b380682e6adcf221fe2d0dcb6c4bdc233110 | |
parent | 6cfa688699a2460becc27175c14263985ebfdfd0 (diff) | |
download | vyos-1x-3a2bb7aac2b6fc7c8c457a4b504b0c22a09ffef4.tar.gz vyos-1x-3a2bb7aac2b6fc7c8c457a4b504b0c22a09ffef4.zip |
op_mode: T6668: Add detailed statistics infomartion about MACsec interfacesmergify/bp/sagitta/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> |