net: sched: update action implementations to support flags
[sfrench/cifs-2.6.git] / net / sched / act_nat.c
index 51d631cef92c5213116dc142aed925c55e3b3853..88a1b79a1848f84a057269c1f2765d2e96a7a36e 100644 (file)
@@ -61,7 +61,7 @@ static int tcf_nat_init(struct net *net, struct nlattr *nla, struct nlattr *est,
        err = tcf_idr_check_alloc(tn, &index, a, bind);
        if (!err) {
                ret = tcf_idr_create(tn, index, est, a,
-                                    &act_nat_ops, bind, false);
+                                    &act_nat_ops, bind, false, 0);
                if (ret) {
                        tcf_idr_cleanup(tn, index);
                        return ret;