From mboxrd@z Thu Jan 1 00:00:00 1970 From: VladSun Date: Fri, 01 Jun 2007 12:00:38 +0000 Subject: Re: [LARTC] big problem with HTB/CBQ and CPU for more than 1.700 Message-Id: <46600A66.2000307@relef.net> List-Id: References: <20070526135435.C96F540DB@outpost.ds9a.nl> In-Reply-To: <20070526135435.C96F540DB@outpost.ds9a.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: lartc@vger.kernel.org Luciano Ruete написа: >> Or you can use my patch - IPCLASSIFY. Then the rules above would be >> substituted by a signle rule per direction: >> >> >> iptables -t mangle -A FORWARD -s 192.168.1.0/24 -j IPCLASSIFY --addr=src >> --and-mask=0xff --or-mask=0x11000 >> iptables -t mangle -A FORWARD -d 192.168.1.0/24 -j IPCLASSIFY --addr=dst >> --and-mask=0xff --or-mask=0x12000 >> > > Wow! now i get it, this patch is amazing, now i have a pendient hack that is > to merge this with htb-gen. Any chances that this get into mainline, have you > mailed netfilter-dev list? > > :) Thank you! You should thank Grzegorz Janoszka also - he wrote the original IPMARK patch. My patch is just a slight modification of it. As far as I know netfilter team refused to include the IPMARK in the official P-o-M. So I don't think IPCLASSIFY would be accepted either. Regards, Vladimir Mirchev. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc