From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anton 'EvilMan' Danilov" Date: Sat, 01 Mar 2014 06:56:46 +0000 Subject: Re: 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. You should't pass traffic into inner class. Use for default traffic seperate leaf class. 2014-03-01 5:13 GMT+04:00 : > Hi I understand this is the mailing list for tc htb questions? > I have a the folloiwng > > tc qdisc add dev eth4 root default 0 > tc class add dev eth4 parent 1: classid 1:0 htb rate 20mbit ceil 20mbit > tc class add dev eth4 parent 1: classid 1:10 htb rate 10mbit ceil 10mbit > tc filter add dev eth4 protocol ip parent 1:0 prio 1 u32 match ip src > 10.0.0.3 flowid 1:10 > > however default traffic is not limited to 20mbit!!!! > Regards. > > > -- > To unsubscribe from this list: send the line "unsubscribe lartc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Anton.