[NETEM]: report reorder percent correctly.
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 22 Mar 2007 19:15:45 +0000 (12:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:20 +0000 (22:27 -0700)
If you setup netem to just delay packets; "tc qdisc ls" will report
the reordering as 100%. Well it's a lie, reorder isn't used unless
gap is set, so just set value to 0 so the output of utility
is correct.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found