commit | a362e0a7890c735a3ef63aab12d71ecfc6e6f4a5 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Thu Mar 22 12:15:45 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:27:20 2007 -0700 |
tree | a92d9d1fc25bc03f0c3d465e40519ea63ce2878f | |
parent | 7e58886b45bc4a309aeaa8178ef89ff767daaf7f [diff] |
[NETEM]: report reorder percent correctly. 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>