Bug 1588 - UdpEchoServer::HandleRead logs fail when using IPv6
UdpEchoServer::HandleRead logs fail when using IPv6
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: ipv6
ns-3-dev
All All
: P5 minor
Assigned To: Tommaso Pecorella
:
: 1621 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-19 14:19 UTC by Tommaso Pecorella
Modified: 2013-04-28 15:50 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2013-02-19 14:19:50 UTC
In UdpEchoServer::HandleRead (Ptr<Socket> socket) the NS_LOG is calling InetSocketAddress::ConvertFrom instead of Inet6SocketAddress::ConvertFrom when dealing with IPv6 packets.
Comment 1 Tommaso Pecorella 2013-02-19 14:23:23 UTC
Fixed in changeset: 9242:ecf60b8b269d
Comment 2 Tommaso Pecorella 2013-04-28 15:50:30 UTC
*** Bug 1621 has been marked as a duplicate of this bug. ***