lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9455] IPv6 ready test on RFC2460


From: Jisu Kim
Subject: [lwip-devel] [patch #9455] IPv6 ready test on RFC2460
Date: Fri, 15 Sep 2017 07:12:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935S Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?9455>

                 Summary: IPv6 ready test on RFC2460
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: bossrlawltn
            Submitted on: Fri 15 Sep 2017 11:12:32 AM UTC
                Category: IPv6
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

patch for the IPV6 Ready test (RFC2460) 

changed features according to RFC2460: 
IPV6 reassemble time recommended above 60 seconds. 

icmp6_param_problem() sends an exact offset to point the error. 

icmp6_param_problem() sends the pointer in network byte order. 

Hop-by-Hop option header must be the first option.

Hop-by-Hop, Destination option header structures consist of 2 unsigned char;
next option type and header length field.
And TLV(Type-Length-Value) option headers come by the number in header length
field. 

If the option type in TLV option header is not recognized and 2 MSB is not 0,
it is handled as an exception. 

Added definitions of TLV option header type. ex) IP6_PAD1_OPTION

Send ICMP parameter field problem if unrecognized routing type is received. 

Added exception handling to parse a routing header. 

When there are more fragments(Mbit is not zero), payload_length field in IPV6
header must be the multiple of 8



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 15 Sep 2017 11:12:32 AM UTC  Name: lwip_rfc2460.patch  Size: 23KiB  
By: bossrlawltn

<http://savannah.nongnu.org/patch/download.php?file_id=41810>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9455>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]