]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: fq: fix two issues
authorEric Dumazet <edumazet@google.com>
Tue, 5 May 2020 15:43:48 +0000 (08:43 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 5 May 2020 17:27:26 +0000 (10:27 -0700)
commit0ecb90b33c4f4c20b859b1f1245b65e36e963cff
treef0b4c1e2c568afed89c96f10c55e4e1e62504d50
parent8142c76232324d13800b6cfd5b110cb6b134a491
tc: fq: fix two issues

My latest patch missed the fact that this file got JSON support.

Also fixes a spelling error added during JSON change.

Fixes: be9ca9d54123 ("tc: fq: add timer_slack parameter")
Fixes: d15e2bfc042b ("tc: fq: add support for JSON output")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/q_fq.c