--------------------- PatchSet 11959 Date: 2008/02/23 01:21:27 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Author: Maxim Britov Documentation bugfix in tcp_outgoing_tos comments Maxim reported a mistake in the documentation for the tcp_outgoing_tos directive. In this one "normal_service_net" should be " "good_service_net". Members: src/cf.data.pre:1.450.2.7->1.450.2.8 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.450.2.7 retrieving revision 1.450.2.8 diff -u -r1.450.2.7 -r1.450.2.8 --- squid/src/cf.data.pre 23 Feb 2008 01:19:30 -0000 1.450.2.7 +++ squid/src/cf.data.pre 23 Feb 2008 01:21:27 -0000 1.450.2.8 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.450.2.7 2008/02/23 01:19:30 hno Exp $ +# $Id: cf.data.pre,v 1.450.2.8 2008/02/23 01:21:27 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -1217,7 +1217,7 @@ tcp_outgoing_tos ds-field [!]aclname ... Example where normal_service_net uses the TOS value 0x00 - and normal_service_net uses 0x20 + and good_service_net uses 0x20 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