]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct bad example config for tos_outgoing_tos
authoramosjeffries <>
Sun, 30 Sep 2007 16:51:25 +0000 (16:51 +0000)
committeramosjeffries <>
Sun, 30 Sep 2007 16:51:25 +0000 (16:51 +0000)
Example configuration for this option had syntax values that would not be
accepted by squid when parsing these lines if used as given.

src/cf.data.pre

index a26fd83827efd16366aab1d8cf9d67f77354f085..3ec9dfade11ddb29defa90cad90f73961796c590 100644 (file)
@@ -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