From: amosjeffries <> Date: Sun, 30 Sep 2007 16:51:25 +0000 (+0000) Subject: Correct bad example config for tos_outgoing_tos X-Git-Tag: SQUID_3_0_RC1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c73de90ea3dac3a605751bcb5a60d1a5c946cb9;p=thirdparty%2Fsquid.git Correct bad example config for tos_outgoing_tos Example configuration for this option had syntax values that would not be accepted by squid when parsing these lines if used as given. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index a26fd83827..3ec9dfade1 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.475 2007/09/28 00:22:37 hno Exp $ +# $Id: cf.data.pre,v 1.476 2007/09/30 10:51:25 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -1036,7 +1036,7 @@ DOC_START acl normal_service_net src 10.0.0.0/255.255.255.0 acl good_service_net src 10.0.1.0/255.255.255.0 - tcp_outgoing_tos 0x00 normal_service_net 0x00 + tcp_outgoing_tos 0x00 normal_service_net tcp_outgoing_tos 0x20 good_service_net TOS/DSCP values really only have local significance - so you should