]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/f_bpf.c
tc: full JSON support for 'bpf' actions
[mirror_iproute2.git] / tc / f_bpf.c
index 5906f8bb969def1d924395f5eac06313e2a45fc5..948d9051b9a5862e97693059527610981bd8d77f 100644 (file)
@@ -235,7 +235,7 @@ static int bpf_print_opt(struct filter_util *qu, FILE *f,
        }
 
        if (tb[TCA_BPF_OPS] && tb[TCA_BPF_OPS_LEN])
-               bpf_print_ops(f, tb[TCA_BPF_OPS],
+               bpf_print_ops(tb[TCA_BPF_OPS],
                              rta_getattr_u16(tb[TCA_BPF_OPS_LEN]));
 
        if (tb[TCA_BPF_ID])