diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-01 18:12:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-01 18:12:36 +0200 |
commit | fb7c7999f31ce1e94f2e13e3e34cc05e0e208044 (patch) | |
tree | 3bd97ac53473ecde5391510f28aa66e1fa1ffdc1 /docs/configuration | |
parent | b6fa4a39a4876426dd412575d18191056fd0bf6d (diff) | |
download | vyos-documentation-fb7c7999f31ce1e94f2e13e3e34cc05e0e208044.tar.gz vyos-documentation-fb7c7999f31ce1e94f2e13e3e34cc05e0e208044.zip |
macsec: adjust op-mode commands to latest CLI syntax
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/macsec.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/interfaces/macsec.rst b/docs/configuration/interfaces/macsec.rst index 544bd4fc..24eea90b 100644 --- a/docs/configuration/interfaces/macsec.rst +++ b/docs/configuration/interfaces/macsec.rst @@ -80,19 +80,19 @@ Replay protection Operation ********* -.. opcmd:: run generate macsec mka-cak +.. opcmd:: run generate macsec mka cak <gcm-aes-128|gcm-aes-256> - Generate :abbr:`MKA (MACsec Key Agreement protocol)` CAK key + Generate :abbr:`MKA (MACsec Key Agreement protocol)` CAK key 128 or 256 bits. .. code-block:: none - vyos@vyos:~$ generate macsec mka-cak + vyos@vyos:~$ generate macsec mka cak gcm-aes-128 20693b6e08bfa482703a563898c9e3ad -.. opcmd:: run generate macsec mka-ckn +.. opcmd:: run generate macsec mka ckn - Generate :abbr:`MKA (MACsec Key Agreement protocol)` CAK key + Generate :abbr:`MKA (MACsec Key Agreement protocol)` CAK key. .. code-block:: none @@ -101,7 +101,7 @@ Operation .. opcmd:: show interfaces macsec - List all MACsec interfaces + List all MACsec interfaces. .. code-block:: none |