Re: [PATCH net-next v2 10/13] macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITE
From: Simon Horman <horms@kernel.org>
Date: 2025-08-27 16:56:04
From: Simon Horman <horms@kernel.org>
Date: 2025-08-27 16:56:04
On Tue, Aug 26, 2025 at 03:16:28PM +0200, Sabrina Dubroca wrote:
Unfortunately, since the value of MACSEC_DEFAULT_CIPHER_ID doesn't fit near the others, we can't use a simple range in the policy. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Simon Horman <horms@kernel.org>