vserver 2.0 rc7
[linux-2.6.git] / net / sched / cls_api.c
index fe85d55..56e66c3 100644 (file)
@@ -602,7 +602,7 @@ tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts,
 {
 #ifdef CONFIG_NET_CLS_ACT
        if (exts->action)
-               if (tcf_action_copy_stats(skb, exts->action) < 0)
+               if (tcf_action_copy_stats(skb, exts->action, 1) < 0)
                        goto rtattr_failure;
 #elif defined CONFIG_NET_CLS_POLICE
        if (exts->police)