mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
macsec: add missing attribute validation for port
[ Upstream commit31d9a1c524] Add missing attribute validation for IFLA_MACSEC_PORT to the netlink policy. Fixes:c09440f7dc("macsec: introduce IEEE 802.1AE driver") Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -2982,6 +2982,7 @@ static const struct device_type macsec_type = {
|
||||
|
||||
static const struct nla_policy macsec_rtnl_policy[IFLA_MACSEC_MAX + 1] = {
|
||||
[IFLA_MACSEC_SCI] = { .type = NLA_U64 },
|
||||
[IFLA_MACSEC_PORT] = { .type = NLA_U16 },
|
||||
[IFLA_MACSEC_ICV_LEN] = { .type = NLA_U8 },
|
||||
[IFLA_MACSEC_CIPHER_SUITE] = { .type = NLA_U64 },
|
||||
[IFLA_MACSEC_WINDOW] = { .type = NLA_U32 },
|
||||
|
||||
Reference in New Issue
Block a user