patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9250, ip6: fix source substitution in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9250: ip6: fix source substitution in ip6_output_if()

Submitter:  David van Moolenbroek <dcvmoole>
Submitted:  Sun 05 Feb 2017 12:57:14 PM UTC
   
 
Category:  IPv6 Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  goldsimon Open/Closed:  Closed
Planned Release:  None

Wed 08 Feb 2017 09:17:32 PM UTC, comment #1: 

Right. My fault while "refactoring"... Thanks for the patch!

Simon Goldschmidt <goldsimon>
Group administrator
Sun 05 Feb 2017 12:57:14 PM UTC, original submission:  

A small issue that I spotted during the scopes work. I don't think the bug affected many real use cases, but still.

===

As documented in the function description, if ip6_output_if() is given the unspecified ('any') IPv6 address, it should select a source address on behalf of the caller and use that to send the packet. This feature was previously broken, as an address was selected but not used to send the packet. This patch fixes the bug.

David van Moolenbroek <dcvmoole>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by dcvmoole (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-08 goldsimon StatusNone Done
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
    2017-02-05 dcvmoole Attached File- Added 0001-ip6-fix-source-substitution-in-ip6_output_if.patch, #39671

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code