tar -zxvf squid-2.5.STABLEX.tar.gz3. Change to SQUID's source directory and apply the patch with something like:
or, for the bzip2 archive:
tar -jxvf squid-2.5.STABLEX.tar.bz2
cd squid-2.5.STABLEX4. Configure, compile and install.
gunzip -c squid-2.5.STABLEX-ToS_Hit.patch-YYYY-MM-DD.gz | patch -p1
LANDEV=eth1
TC=/sbin/tc
....... class creation, other filters .....
$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:60