]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/f_cgroup.c
tc/m_estimator: Print proper value for estimator interval in raw.
[mirror_iproute2.git] / tc / f_cgroup.c
index ecf990998115fe2644a6cc94085539aa7e3c01b2..633700e66aa888a8f25c38deaafe70c9f805a5e6 100644 (file)
@@ -102,7 +102,7 @@ static int cgroup_print_opt(struct filter_util *qu, FILE *f,
        }
 
        if (tb[TCA_CGROUP_ACT])
-               tc_print_action(f, tb[TCA_CGROUP_ACT]);
+               tc_print_action(f, tb[TCA_CGROUP_ACT], 0);
 
        return 0;
 }