diff options
| author | rebortg <github@ghlr.de> | 2021-07-05 20:42:29 +0200 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2021-07-05 21:01:42 +0200 | 
| commit | dcbf725b9ce0c1a55cb735249e05c74ea000e150 (patch) | |
| tree | dcb8319a7d98de1735be98015b4337b2c853d90e /docs | |
| parent | b5d56655d749423047c5d78b36d526ea15bfdc17 (diff) | |
| download | vyos-documentation-dcbf725b9ce0c1a55cb735249e05c74ea000e150.tar.gz vyos-documentation-dcbf725b9ce0c1a55cb735249e05c74ea000e150.zip | |
macsec: correct spelling and grammar
(cherry picked from commit ef32c3062f906c652f8ddc059ceff4d25fc573e6)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/interfaces/macsec.rst | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/docs/configuration/interfaces/macsec.rst b/docs/configuration/interfaces/macsec.rst index 2bf643aa..63c75d30 100644 --- a/docs/configuration/interfaces/macsec.rst +++ b/docs/configuration/interfaces/macsec.rst @@ -1,3 +1,5 @@ +:lastproofread: 2021-07-05 +  .. _macsec-interface:  ###### @@ -43,7 +45,7 @@ MACsec options  .. cfgcmd:: set interfaces macsec <interface> source-interface <physical-source>    A physical interface is required to connect this MACsec instance to. Traffic -  leaving this interfac will now be authenticated/encrypted. +  leaving this interface will now be authenticated/encrypted.  Key Management  -------------- @@ -53,7 +55,7 @@ individual peers.  .. cfgcmd:: set interfaces macsec <interface> security mka cak <key> -  IEEE 802.1X/MACsec pre-shared key mode. This allows to configure MACsec with +  IEEE 802.1X/MACsec pre-shared key mode. This allows configuring MACsec with    a pre-shared key using a (CAK,CKN) pair.  .. cfgcmd:: set interfaces macsec <interface> security mka ckn <key> | 
