Trying to add a tc filter based on iptables mark (useful with IPMARK
from xtables-addons to replace many rules with a single efficient one):
# tc qdisc add dev eth0 root handle 1: htb
# tc filter add dev eth0 parent 1: protocol ip fw
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
# tc filter show dev eth0
filter parent 1: protocol ip pref 49152 fw
So, the filter is still added despite the error.
iproute 20061002-3 (from oldstable) worked fine,
iproute 20080725-2 (from stable) and the latest 20090324-1 doesn't.
I'm not the only one with this issue - it is discussed here too:
http://forum.soft32.com/linux/tc-filter-fw-26-problem-ftopict469017.html
Tried on 2.6.26 from stable too, same results. Not sure where the bug
really is (iproute or kernel), please reassign as appropriate.
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-2-686 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iproute depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libdb4.7 4.7.25-6 Berkeley v4.7 Database Libraries [
Versions of packages iproute recommends:
ii libatm1 2.4.1-17.2 shared library for ATM (Asynchrono
Versions of packages iproute suggests:
ii iproute-doc 20080725-2 networking and traffic control too
-- debconf-show failed
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org