Re: [NET_SCHED 00/04]: External SFQ classifiers/flow classifier
From: Corey Hickey <hidden>
Date: 2008-02-04 18:25:23
From: Corey Hickey <hidden>
Date: 2008-02-04 18:25:23
Patrick McHardy wrote:
You're missing protocol, handle etc. Try something like this:
tc filter add dev eth0 protocol ip pref 1 parent 1: handle 1 \
flow hash keys dst divisor 1024Thanks, the kernel accepts that. I guess I understand tc filter usage less than I thought I did.... Time to teach myself better. -Corey