]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/f_bpf.c
Merge branch 'master' into net-next
[mirror_iproute2.git] / tc / f_bpf.c
index 4fb92093863c72fe9766e68b45f8e9560f1d340f..3f619d0dc7382f0705dee33e1b78a45e5ed6a1c1 100644 (file)
@@ -239,7 +239,7 @@ static int bpf_print_opt(struct filter_util *qu, FILE *f,
        }
 
        if (tb[TCA_BPF_ACT])
-               tc_print_action(f, tb[TCA_BPF_ACT]);
+               tc_print_action(f, tb[TCA_BPF_ACT], 0);
 
        return 0;
 }