From 69166f909b16fff8cd0af28f705b48606380c6e4 Mon Sep 17 00:00:00 2001 From: Antoine Tenart Date: Tue, 3 Mar 2020 11:36:18 +0100 Subject: [PATCH] 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 Signed-off-by: David Ahern --- 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 2179b336..d5f9d240 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.39.5