]> git.proxmox.com Git - mirror_iproute2.git/commit
macsec: add support for specifying offload at link add time
authorMark Starovoytov <mstarovoitov@marvell.com>
Fri, 24 Apr 2020 08:38:57 +0000 (11:38 +0300)
committerDavid Ahern <dsahern@gmail.com>
Sun, 26 Apr 2020 18:32:03 +0000 (18:32 +0000)
commitbcbeb35ca4351928b4b8e4cb28802880312be0f1
tree773ea457a1f1c643422936e7aaf5f91e1502041b
parent998534c99eceafe580746caa5df1e9545fb59cde
macsec: add support for specifying offload at link add time

This patch adds support for configuring offload mode upon MACsec
device creation.

If offload mode is not specified, then netlink attribute is not
added. Default behavior on the kernel side in this case is
backward-compatible (offloading is disabled by default).

Example:
$ ip link add link eth0 macsec0 type macsec port 11 encrypt on offload mac

Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipmacsec.c
man/man8/ip-macsec.8