]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sched/act_bpf.c
mpls: ip tunnel support
[karo-tx-linux.git] / net / sched / act_bpf.c
index 1d56903fd4c79aa008c4c540aabd8b4c099e81a1..99aa271633e9011e7fb10042a97a07eea5b6375e 100644 (file)
@@ -281,7 +281,7 @@ static int tcf_bpf_init(struct net *net, struct nlattr *nla,
 
        if (!tcf_hash_check(parm->index, act, bind)) {
                ret = tcf_hash_create(parm->index, est, act,
-                                     sizeof(*prog), bind);
+                                     sizeof(*prog), bind, false);
                if (ret < 0)
                        goto destroy_fp;