Bug 1588

Summary: UdpEchoServer::HandleRead logs fail when using IPv6
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: minor CC: kenta-mo, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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. ***