=== modified file 'doc/release-notes/release-3.2.sgml'
--- doc/release-notes/release-3.2.sgml 2011-03-11 22:16:05 +0000
+++ doc/release-notes/release-3.2.sgml 2011-03-28 13:37:19 +0000
@@ -519,7 +519,8 @@
%>bs Number of HTTP-equivalent message body bytes received from the next hop.
icap::%>bs Number of message body bytes received from the ICAP server. -
%>lp Local TCP port used by transactions with http servers. +
%>la Local IP address used by last transaction with HTTP servers. Ported from 2.7 where it is called %oa +
%>lp Local TCP port used by transactions with HTTP servers.
%sn Unique sequence number per log line. Ported from 2.7
%>eui EUI logging (EUI-48 / MAC address for IPv4, EUI-64 for IPv6)
Both EUI forms are logged in the same field. Type can be identified by length or byte delimiter.
@@ -897,9 +898,6 @@
Not yet ported from 2.6
-
%oa tag not yet ported from 2.7
-
stale-while-revalidate= not yet ported from 2.7
ignore-stale-while-revalidate= not yet ported from 2.7
=== modified file 'src/HierarchyLogEntry.h'
--- src/HierarchyLogEntry.h 2010-08-07 14:51:30 +0000
+++ src/HierarchyLogEntry.h 2011-03-28 13:25:46 +0000
@@ -35,6 +35,7 @@
#define SQUID_HTTPHIERARCHYLOGENTRY_H
#include "hier_code.h"
+#include "ip/Address.h"
#include "lookup_t.h"
#include "rfc2181.h"
#include "PingData.h"
@@ -64,7 +65,7 @@
int64_t peer_response_time; ///< last peer response delay
timeval first_conn_start; ///< first connection use among all peers
int64_t total_response_time; ///< cumulative for all peers
- u_short peer_local_port; //< local port of the last server-side connection
+ Ip::Address peer_local_addr; ///< local IP:port of the last server-side connection
int64_t bodyBytesRead; ///< number of body bytes received from the next hop or -1
};
=== modified file 'src/cf.data.pre'
--- src/cf.data.pre 2011-03-25 11:47:08 +0000
+++ src/cf.data.pre 2011-03-28 13:03:47 +0000
@@ -2873,6 +2873,7 @@
local_port is often cached.
- request->hier.peer_local_port = comm_local_port(fd);
+ // TODO: Avoid this if % Hs\" instead");
lt->type = LFT_HTTP_SENT_STATUS_CODE;
break;
+
+ case LFT_PEER_LOCAL_IP_OLD_27:
+ debugs(46, 0, "WARNING: the \"oa\" formating code is deprecated use the \"