From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corey Hickey Date: Sat, 13 Mar 2004 02:33:49 +0000 Subject: Re: [LARTC] Setting up htb on 2.6.3 Message-Id: <4052730D.5020106@fatooh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Kevin Withnall wrote: > Im running kernel 2.6.3 with what I think is every required option > turned on, yet tc gives me ... > > #tc qdisc add dev eth0 parent root handle 1: htb > But get > RTNETLINK answers: Invalid argument Just a syntax error - the root handle has no parent. You want: tc qdisc add dev eth0 root handle 1: htb tc class add dev eth0 parent 1: classid 1:1 htb rate ... -Corey _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/