Bug 770

Summary: IPv6 size calculation for unknown options is wrong
Product: ns-3 Reporter: Fabian Mauchle <f1mauchl>
Component: internetAssignee: Sebastien Vincent <vincent>
Status: RESOLVED FIXED    
Severity: normal CC: faker.moatamri, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch

Description Fabian Mauchle 2009-12-04 04:29:59 UTC
Created attachment 692 [details]
patch

IPv6 defines a mechanism to handle unknown options (This is implemented in Ipv6Extension::ProcessOptions). The size calculation does not take into account that the option header adds an additional 2 bytes to the total length of an option.
Comment 1 Sebastien Vincent 2009-12-16 12:06:06 UTC
Good catch!

I am OK to apply.
Comment 2 Sebastien Vincent 2009-12-18 12:45:57 UTC
Done 8f126818f691.