Ticket #555 (closed defect: fixed)
Wrong connected peer report
| Reported by: | cdelfosse | Owned by: | cdelfosse |
|---|---|---|---|
| Priority: | Highest | Milestone: | 1.2.1 |
| Component: | general | Version: | 1.2.0 |
| Severity: | Critical | Keywords: | |
| Cc: |
Description
In logs of all Pulse 2 services, the "Connection from" use the local IP address instead of the peer address. In the code:
logger.debug("Connection from %s" % (self.transport.getHost().host,))
should be replaced by
logger.debug("Connection from %s" % (self.transport.getPeer().host,))
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

