]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
QoS: require libcap before enabling netfilter MARK support
authorAndrew Beverley <andy@andybev.com>
Sun, 8 May 2011 23:21:44 +0000 (11:21 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 May 2011 23:21:44 +0000 (11:21 +1200)
commit11e8cfe3d22f1fbc240cbff3861f238a34b86458
tree48c2b4c408002167826d3512e985c71a5beffece
parent7afc3bf21fb00bef3e0cdc93145bcb4d2bf5a29f
QoS: require libcap before enabling netfilter MARK support

As it is not possible to get or set a netfilter mark without libcap, this
patch will disable netfilter marking at compilation time if libcap is not
available (in a similar way to Linux transparent proxying).
configure.ac
src/cache_cf.cc
src/cf.data.pre
src/cf_gen_defines
src/forward.cc
src/ip/Qos.cci
src/ip/QosConfig.cc