From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Tue, 27 Nov 2007 20:26:14 +0000 Subject: Re: [LARTC] TC filter error Message-Id: <474C7D66.5020005@andyfurniss.entadsl.com> List-Id: References: <000701c82d4c$be99bd10$3bcd3730$@com> In-Reply-To: <000701c82d4c$be99bd10$3bcd3730$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Sean Coleman wrote: > When I enter the following, > > > > tc filter add dev eth0 parent 1:0 protocol ip prio 0 u32 match ip src > 192.168.0.61 flowid 1:10 I can't see anything wrong with that that should throw an error. prio 1 is the top prio for filters, but it shouldn't matter. does it work on something simple like - tc qdisc del dev eth0 root &>/dev/null tc qdisc add dev eth0 handle 1:0 root prio tc filter add dev eth0 parent 1:0 protocol ip prio 0 u32 match ip src 192.168.0.61 flowid 1:3 Andy. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc