man: macsec: fix macsec related typos
- ip-macsec.8: fix wrong 'device' keyword in 'ip link add device eth0'; add missing description of 'validate' keyword; remove spurious bracket near 'encrypt' keyword; add missing reference to configuration of 'port' and 'sci' - ip-link.8 fix wrong 'es' and 'encoding' keywords in MACsec section Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
parent
bdd6104f52
commit
c0ab80a490
|
|
@ -925,14 +925,14 @@ the following additional arguments are supported:
|
||||||
.BR encrypt " {"
|
.BR encrypt " {"
|
||||||
.BR on " | " off " } ] [ "
|
.BR on " | " off " } ] [ "
|
||||||
.BR send_sci " { " on " | " off " } ] ["
|
.BR send_sci " { " on " | " off " } ] ["
|
||||||
.BR es " { " on " | " off " } ] ["
|
.BR end_station " { " on " | " off " } ] ["
|
||||||
.BR scb " { " on " | " off " } ] ["
|
.BR scb " { " on " | " off " } ] ["
|
||||||
.BR protect " { " on " | " off " } ] ["
|
.BR protect " { " on " | " off " } ] ["
|
||||||
.BR replay " { " on " | " off " }"
|
.BR replay " { " on " | " off " }"
|
||||||
.BR window " { "
|
.BR window " { "
|
||||||
.IR 0..2^32-1 " } ] ["
|
.IR 0..2^32-1 " } ] ["
|
||||||
.BR validate " { " strict " | " check " | " disabled " } ] ["
|
.BR validate " { " strict " | " check " | " disabled " } ] ["
|
||||||
.BR encoding " { "
|
.BR encodingsa " { "
|
||||||
.IR 0..3 " } ]"
|
.IR 0..3 " } ]"
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
|
|
@ -957,7 +957,7 @@ the following additional arguments are supported:
|
||||||
- specifies whether the SCI is included in every packet, or only when it is necessary.
|
- specifies whether the SCI is included in every packet, or only when it is necessary.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BR "es on " or " es off"
|
.BR "end_station on " or " end_station off"
|
||||||
- sets the End Station bit.
|
- sets the End Station bit.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -985,7 +985,7 @@ the following additional arguments are supported:
|
||||||
- sets the validation mode on the device.
|
- sets the validation mode on the device.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI encoding " AN "
|
.BI encodingsa " AN "
|
||||||
- sets the active secure association for transmission.
|
- sets the active secure association for transmission.
|
||||||
|
|
||||||
.in -8
|
.in -8
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,14 @@
|
||||||
ip-macsec \- MACsec device configuration
|
ip-macsec \- MACsec device configuration
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.BI "ip link add link " DEVICE " name " NAME " type macsec "
|
.BI "ip link add link " DEVICE " name " NAME " type macsec "
|
||||||
[ [
|
[
|
||||||
|
.BI port " PORT"
|
||||||
|
|
|
||||||
|
.BI sci " SCI"
|
||||||
|
] [ [
|
||||||
.BR cipher " { " default " | " gcm-aes-128 " } ] "
|
.BR cipher " { " default " | " gcm-aes-128 " } ] "
|
||||||
.BI icvlen " ICVLEN"
|
.BI icvlen " ICVLEN"
|
||||||
] [ [
|
] [
|
||||||
.BR encrypt " { " on " | " off " } ] ["
|
.BR encrypt " { " on " | " off " } ] ["
|
||||||
.BR send_sci " { " on " | " off " } ] ["
|
.BR send_sci " { " on " | " off " } ] ["
|
||||||
.BR end_station " { " on " | " off " } ] ["
|
.BR end_station " { " on " | " off " } ] ["
|
||||||
|
|
@ -15,6 +19,7 @@ ip-macsec \- MACsec device configuration
|
||||||
.BR replay " { " on " | " off " } ] ["
|
.BR replay " { " on " | " off " } ] ["
|
||||||
.BI window " WINDOW"
|
.BI window " WINDOW"
|
||||||
] [
|
] [
|
||||||
|
.BR validate " { " strict " | " check " | " disabled " } ] ["
|
||||||
.BI encodingsa " SA"
|
.BI encodingsa " SA"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -74,7 +79,7 @@ type.
|
||||||
.PP
|
.PP
|
||||||
.SS Create a MACsec device on link eth0
|
.SS Create a MACsec device on link eth0
|
||||||
.nf
|
.nf
|
||||||
# ip link add device eth0 macsec0 type macsec port 11 encrypt on
|
# ip link add link eth0 macsec0 type macsec port 11 encrypt on
|
||||||
.PP
|
.PP
|
||||||
.SS Configure a secure association on that device
|
.SS Configure a secure association on that device
|
||||||
.nf
|
.nf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue