]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Add a mask on the qos_flows miss configuration value.
authorAndrew Beverley <andy@andybev.com>
Sat, 5 Nov 2011 05:21:11 +0000 (18:21 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 5 Nov 2011 05:21:11 +0000 (18:21 +1300)
commita29d2a954d173b7765894d1ae1eda191b56bdc81
treecc00118420f8c89ddb64eea850fc2479fb1cde28
parent06059513d3b262e37f9ca9963f38d3c5713d7608
Add a mask on the qos_flows miss configuration value.

The reason for this is to allow the preserved mark/TOS value from the
server to be altered slightly rather than overwritten completely.

Example usage. The following will preserve the netfilter mark, but will
ensure that the (9th) bit specified in the miss value will be set to 1
in the preserved mark:

  qos_flows mark miss=0x100/0xF00
src/cf.data.pre
src/ip/QosConfig.cc
src/ip/QosConfig.h