]> git.ipfire.org Git - thirdparty/hostap.git/commit
macsec_linux: Support cipher suite configuration
authorleiwei <quic_leiwei@quicinc.com>
Mon, 15 Nov 2021 10:43:33 +0000 (18:43 +0800)
committerJouni Malinen <j@w1.fi>
Wed, 16 Feb 2022 23:05:08 +0000 (01:05 +0200)
commit7e941e7a1560699a18c5890cb6e1309161bc01af
tree402e203808c0ed9a70a2ea18cba4b5ed861fdfa9
parent46c635910a724ed14ee9ace549fed9790ed5980b
macsec_linux: Support cipher suite configuration

Set the cipher suite for the link. Unlike the other parameters, this
needs to be done with the first rtnl_link_add() call (NLM_F_CREATE))
instead of the update in try_commit() since the kernel is rejecting
changes to the cipher suite after the link is first added.

Signed-off-by: leiwei <quic_leiwei@quicinc.com>
src/drivers/driver_macsec_linux.c