From mboxrd@z Thu Jan 1 00:00:00 1970 From: philipp.berndt@gmx.net Date: Fri, 14 Feb 2003 10:19:10 +0000 Subject: [LARTC] tc filter question Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello. I tried this: $ ./tc qdisc add dev ppp0 root handle 1:0 htb default 12 $ ./tc class add dev ppp0 parent 1:0 classid 1:1 htb rate 125kbit ceil 125kbit $ ./tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 10kbit ceil 125kbit prio 0 $ iptables .... -j MARK --set-mark 11 $ ./tc filter add dev ppp0 parent 1:0 prio 0 protocol ip handle 10 fw flowid 1:10 RTNETLINK answers: Invalid argument Can anybody tell me what's wrong with the last line? I tried it with tc from http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz and from iproute2-2.4.7-340.rpm (SuSE 8.1). Do I need some other kernel module? Regards, Philipp _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/