]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/sched/cls_u32.c
netlink: pass extended ACK struct to parsing functions
[mirror_ubuntu-hirsute-kernel.git] / net / sched / cls_u32.c
index 4dbe0c680fe6363a88ca47cb167dcae9327920d1..9e2f330ac80fc769ffe9b760a4afe113d58c47ac 100644 (file)
@@ -860,7 +860,7 @@ static int u32_change(struct net *net, struct sk_buff *in_skb,
        if (opt == NULL)
                return handle ? -EINVAL : 0;
 
-       err = nla_parse_nested(tb, TCA_U32_MAX, opt, u32_policy);
+       err = nla_parse_nested(tb, TCA_U32_MAX, opt, u32_policy, NULL);
        if (err < 0)
                return err;