]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sched/act_pedit.c
mpls: ip tunnel support
[karo-tx-linux.git] / net / sched / act_pedit.c
index 17e6d6669c7fdf138915ac9549d3f06d9535d745..ce8676ad892f20b2ea921073b655ef41dcf2ccec 100644 (file)
@@ -57,7 +57,8 @@ static int tcf_pedit_init(struct net *net, struct nlattr *nla,
        if (!tcf_hash_check(parm->index, a, bind)) {
                if (!parm->nkeys)
                        return -EINVAL;
-               ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind);
+               ret = tcf_hash_create(parm->index, est, a, sizeof(*p),
+                                     bind, false);
                if (ret)
                        return ret;
                p = to_pedit(a);