Bug 1720

Summary: IPv6 Fragmentation cause crashes
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   

Description Tommaso Pecorella 2013-06-25 16:45:04 UTC
A node will try to self-send ICMP_TOO_BIG if a packet is larger than the MTU.
The result is pretty annoying (crash and/or packets not being sent).

Reported by Tom Henderson
Comment 1 Tommaso Pecorella 2013-06-25 16:47:31 UTC
Fixed in changeset:   9855:d478e8a3b66e

The node should check if it's the origin of the packet. If so, the packet should be fragmented (instead of replying with ICMP_TOO_BIG)