Bug 1796 - Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: ipv6
ns-3-dev
All All
: P5 normal
Assigned To: Tommaso Pecorella
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-10 04:53 UTC by Tommaso Pecorella
Modified: 2013-12-15 03:30 UTC (History)
1 user (show)

See Also:


Attachments
bug fix (7.61 KB, patch)
2013-11-10 16:32 UTC, Tommaso Pecorella
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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