[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200303103619.818985-4-antoine.tenart@bootlin.com>
Date: Tue, 3 Mar 2020 11:36:18 +0100
From: Antoine Tenart <antoine.tenart@...tlin.com>
To: dsahern@...il.com, sd@...asysnail.net
Cc: Antoine Tenart <antoine.tenart@...tlin.com>, netdev@...r.kernel.org
Subject: [PATCH iproute2-next v2 3/4] man: document the ip macsec offload command
Add a description of the `ip macsec offload` command used to select the
offloading mode on a macsec interface when the underlying device
supports it.
Signed-off-by: Antoine Tenart <antoine.tenart@...tlin.com>
---
man/man8/ip-macsec.8 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/man/man8/ip-macsec.8 b/man/man8/ip-macsec.8
index 2179b33683d5..d5f9d240bf12 100644
--- a/man/man8/ip-macsec.8
+++ b/man/man8/ip-macsec.8
@@ -53,6 +53,9 @@ ip-macsec \- MACsec device configuration
.BI "ip macsec del " DEV " rx " SCI " sa"
.RI "{ " 0..3 " }"
+.BI "ip macsec offload " DEV
+.RB "{ " off " | " phy " }"
+
.B ip macsec show
.RI [ " DEV " ]
@@ -102,6 +105,10 @@ type.
.SS Display MACsec configuration
.nf
# ip macsec show
+.PP
+.SS Configure offloading on an interface
+.nf
+# ip macsec offload macsec0 phy
.SH NOTES
This tool can be used to configure the 802.1AE keys of the interface. Note that 802.1AE uses GCM-AES
--
2.24.1
Powered by blists - more mailing lists