On Thu, 4 Jul 2019 14:53:50 +0300, Paul Blakey wrote: > +static const struct nla_policy ct_policy[TCA_CT_MAX + 1] = { > + [TCA_CT_ACTION] = { .type = NLA_U16 },
Please use strict checking in all new policies. attr 0 must have .strict_start_type set.
On Thu, 4 Jul 2019 14:53:50 +0300, Paul Blakey wrote: > +static const struct nla_policy ct_policy[TCA_CT_MAX + 1] = { > + [TCA_CT_ACTION] = { .type = NLA_U16 },
Please use strict checking in all new policies. attr 0 must have .strict_start_type set.