]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reserver the oa and ot logformat tags for outgoing address/tos.
authorhno <>
Tue, 24 Apr 2007 21:01:55 +0000 (21:01 +0000)
committerhno <>
Tue, 24 Apr 2007 21:01:55 +0000 (21:01 +0000)
src/access_log.cc

index d57f78c0e8e36b7a462c15762bac2377a7a048d4..f315f5d4739fb9302cf90026dfcf11c87cbd76c9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: access_log.cc,v 1.120 2007/04/21 07:14:13 wessels Exp $
+ * $Id: access_log.cc,v 1.121 2007/04/24 15:01:55 hno Exp $
  *
  * DEBUG: section 46    Access Log
  * AUTHOR: Duane Wessels
@@ -446,6 +446,9 @@ struct logformat_token_table_entry logformat_token_table[] =
         /*{ "<p", LFT_SERVER_PORT }, */
         {"<A", LFT_SERVER_IP_OR_PEER_NAME},
 
+       /* {"oa", LFT_OUTGOING_IP}, */
+       /* {"ot", LFT_OUTGOING_TOS}, */
+
         {"la", LFT_LOCAL_IP},
         {"lp", LFT_LOCAL_PORT},
         /*{ "lA", LFT_LOCAL_NAME }, */