Bug 1796

Summary: Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: bug fix

Description Tommaso Pecorella 2013-11-10 04:53:41 UTC
The root is a difference between the ipv4 and ipv6 endpoints, so the number of parameters of UdpSocketImpl::ForwardUp6 and UdpSocketImpl::ForwardUp are different.

This should be fixed.
Comment 1 Tommaso Pecorella 2013-11-10 16:32:30 UTC
Created attachment 1702 [details]
bug fix

This patch fixes the bug, actually syncing the Ipv6Endpoint with Ipv4Endpoint (plus all the relevant functions related to this).
Comment 2 Tommaso Pecorella 2013-12-15 03:30:58 UTC
Pushed in changeset:   10528:c1e835b43726