|
@@ -241,6 +241,7 @@ static int fl_hw_replace_filter(struct tcf_proto *tp,
|
|
|
cls_flower.mask = mask;
|
|
|
cls_flower.key = &f->mkey;
|
|
|
cls_flower.exts = &f->exts;
|
|
|
+ cls_flower.classid = f->res.classid;
|
|
|
|
|
|
err = tc_setup_cb_call(block, &f->exts, TC_SETUP_CLSFLOWER,
|
|
|
&cls_flower, skip_sw);
|
|
@@ -266,6 +267,7 @@ static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f)
|
|
|
cls_flower.command = TC_CLSFLOWER_STATS;
|
|
|
cls_flower.cookie = (unsigned long) f;
|
|
|
cls_flower.exts = &f->exts;
|
|
|
+ cls_flower.classid = f->res.classid;
|
|
|
|
|
|
tc_setup_cb_call(block, &f->exts, TC_SETUP_CLSFLOWER,
|
|
|
&cls_flower, false);
|