From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evgeni Gechev Date: Wed, 14 Apr 2004 11:38:37 +0000 Subject: Re: [LARTC] zph / squid syntaxis ? Message-Id: <407D22BD.3080903@setcom.bg> 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 ThE LinuX_KiD wrote: >Hi, > >I've used old ZPH patch under squid 2.4 Stable4 >and it works great ! > >Now I want to patch squid 2.4 stable 5, >with new patch, on http://www.it-academy.bg/zph/ > >I've patched and installed squid 2.5 stable 5 >succefully, but I can't get ZPH works. > >I'm trying with > >... >$TC class add dev $LANDEV parent 1: classid 1:7 htb rate 1Mbit > >$TC filter add dev $LANDEV parent 1:0 protocol ip prio 1 u32 \ > match ip protocol 0x6 0xff \ > match ip tos 0x10 0xff \ > flowid 1:7 > >And SQUID.CONF: > >zph_tos 0x10 >zph_tos_peer off > >(i've tried with various combinations, but I can't >get ZPH works as older version under squid 2.5 stable 4) > >Have you some idea ? > >Thank you very much > >andres >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > > > Bug:). Sorry, I haven't spotted parse_int() parses only decimal numbers. Workaround for now: instead zph_tos 0x10 write zph_tos 16 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/