Bug 1720 - IPv6 Fragmentation cause crashes
IPv6 Fragmentation cause crashes
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-06-25 16:45 UTC by Tommaso Pecorella
Modified: 2013-06-25 16:47 UTC (History)
1 user (show)

See Also:


Attachments

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