commit | bdba91ec70fb5ccbdeb1c7068319adc6ea9e1a7d | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jul 30 17:07:14 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 31 02:28:18 2007 -0700 |
tree | a5897654a7a6ef6338ea15bab7d11b2315b4f19e | |
parent | 20283d84c7d922ca225b20db651d9a062716e8e3 [diff] |
[NET_SCHED]: Fix prio/ingress classification logic error Fix handling of empty or completely non-matching filter chains. In that case -1 is returned and tcf_result is uninitialized, the qdisc should fall back to default classification in that case. Noticed by PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>