From 2bdcee05b50579be92a767376eaf874c0c70233c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 22 Jan 2020 17:18:38 +0100 Subject: sys/linux: mark all nested netlink attributes as nlnest As far as I understand most subsystems don't care about the nest flag, but some do. But marking them as nest won't harm (?). Let's mark all of them. Caught several cases where should have been used array[policy] but used just policy. Update #590 --- sys/linux/socket_netlink_generic_team.txt.warn | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/socket_netlink_generic_team.txt.warn') diff --git a/sys/linux/socket_netlink_generic_team.txt.warn b/sys/linux/socket_netlink_generic_team.txt.warn index 93f4a89a3..4aa03417b 100644 --- a/sys/linux/socket_netlink_generic_team.txt.warn +++ b/sys/linux/socket_netlink_generic_team.txt.warn @@ -1,4 +1,3 @@ -bad-netlink-attr: team_nl_policy.TEAM_ATTR_LIST_OPTION: should be nlnest no-such-struct: team_nl_option_policy no-such-struct: team_nl_option_policy_per_port no-such-struct: team_nl_option_policy_array -- cgit mrf-deployment