diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-24 09:05:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 09:05:04 +0100 |
commit | 2506569c9cec28507cbc4c44c053458bc85d7f32 (patch) | |
tree | ac8320fb9c2be237dcc8761970a38e8917f1d893 | |
parent | 92c3b4a37888cc54a0219188643680b20f2d1b08 (diff) | |
parent | 3a2bb7aac2b6fc7c8c457a4b504b0c22a09ffef4 (diff) | |
download | vyos-1x-2506569c9cec28507cbc4c44c053458bc85d7f32.tar.gz vyos-1x-2506569c9cec28507cbc4c44c053458bc85d7f32.zip |
Merge pull request #4006 from vyos/mergify/bp/sagitta/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> |