From: Stephen Hemminger <[email protected]>
Signed-off-by: Stephen Hemminger <[email protected]>
---
tc/q_multiq.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tc/q_multiq.c b/tc/q_multiq.c
index 8ad9e0b2fa3c..fd2d301bb0c6 100644
--- a/tc/q_multiq.c
+++ b/tc/q_multiq.c
@@ -70,7 +70,8 @@ static int multiq_print_opt(struct qdisc_util *qu, FILE *f,
struct rtattr *opt)
qopt = RTA_DATA(opt);
- fprintf(f, "bands %u/%u ", qopt->bands, qopt->max_bands);
+ print_uint(PRINT_ANY, "bands", "bands %u", qopt->bands);
+ print_uint(PRINT_ANY, "max_bands", "/%u ", qopt->max_bands);
return 0;
}
--
2.18.0