]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: add MACsec support
authorSabrina Dubroca <sd@queasysnail.net>
Wed, 8 Jun 2016 16:34:21 +0000 (09:34 -0700)
committerStephen Hemminger <shemming@brocade.com>
Wed, 8 Jun 2016 16:35:29 +0000 (09:35 -0700)
commitb26fc590ce6272835da35c016f6a99f5f43d6a88
tree06943262a5feca1b7188d4c258bc052e998b7573
parent609640f5f0feda8099b04452297d81dd1a8a1777
ip: add MACsec support

Extend ip-link to create MACsec devices

  ip link add link <master> <macsec> type macsec [options]

Add `ip macsec` command to configure receive-side secure channels and
secure associations within a macsec netdevice.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Acked-by: Phil Sutter <phil@nwl.cc>
ip/Makefile
ip/ip.c
ip/ip_common.h
ip/ipmacsec.c [new file with mode: 0644]
man/man8/Makefile
man/man8/ip-link.8.in
man/man8/ip-macsec.8 [new file with mode: 0644]