Commit 1a24c4de authored by osdl.net!shemminger's avatar osdl.net!shemminger

get rid of extra "netsim" on print output

(Logical change 1.35)
parent 11d1cad8
......@@ -139,7 +139,7 @@ static int netsim_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
qopt = RTA_DATA(opt);
fprintf(f, "netsim limit %s", sprint_size(qopt->limit, b1));
fprintf(f, "limit %s", sprint_size(qopt->limit, b1));
if (qopt->latency)
fprintf(f, " latency %s",
sprint_usecs(qopt->latency, b2));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment