commit | c1b56878fb68e9c14070939ea4537ad4db79ffae | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Nov 25 21:14:06 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 21:14:06 2008 -0800 |
tree | 589f890f81e075380493905509244a0970d942f8 | |
parent | 71bcb09a57894fa35591ce93dd972065eeecb63a [diff] |
tc: policing requires a rate estimator Found that while trying average rate policing, it was possible to request average rate policing without a rate estimator. This results in no policing which is harmless but incorrect. Since policing could be setup in two steps, need to check in the kernel. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>