diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/interfaces/macsec.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/interfaces/macsec.md')
| -rw-r--r-- | docs/configuration/interfaces/macsec.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/interfaces/macsec.md b/docs/configuration/interfaces/macsec.md index c3cd2595..8cde047d 100644 --- a/docs/configuration/interfaces/macsec.md +++ b/docs/configuration/interfaces/macsec.md @@ -89,14 +89,14 @@ individual peers. .. cfgcmd:: set interfaces macsec <interface> security mka cak <key> IEEE 802.1X/MACsec pre-shared key mode. This allows configuring MACsec with - a pre-shared key using a {abbr}`CAK (MACsec connectivity association key)` and - {abbr}`CKN (MACsec connectivity association name)` pair. + a pre-shared key using a :abbr:`CAK (MACsec connectivity association key)` and + :abbr:`CKN (MACsec connectivity association name)` pair. ``` ```{eval-rst} .. cfgcmd:: set interfaces macsec <interface> security mka ckn <key> - {abbr}`CKN (MACsec connectivity association name)` key + :abbr:`CKN (MACsec connectivity association name)` key ``` ```{eval-rst} @@ -124,7 +124,7 @@ individual peers. ```{eval-rst} .. opcmd:: run generate macsec mka cak <gcm-aes-128|gcm-aes-256> - Generate {abbr}`MKA (MACsec Key Agreement protocol)` CAK key 128 or 256 bits. + Generate :abbr:`MKA (MACsec Key Agreement protocol)` CAK key 128 or 256 bits. .. code-block:: none @@ -135,7 +135,7 @@ individual peers. ```{eval-rst} .. 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 |
