Bug 1814

Summary: IPv6 Packets with length not multiple of 8 bytes are fragmented incorrectly.
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: ipv6Assignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: blocker CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2013-12-12 17:14:27 UTC
If you try to fragment a packet with a size not multiple of 8 bytes, the packet will be truncated to a size that is multiple of 8 bytes, loosing some data.
Comment 1 Tommaso Pecorella 2013-12-12 17:27:38 UTC
Scared of a P1 Blocking bug in the final week before version release, isn't it ?

Fixed in changeset 10515:8238217cb0c3

PS: nobody's using IPv6 fragmentation it seems. Or nobody cares about some missing bytes. You choose.