lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #48162] Off-link RA prefix with bit A set is ignored r


From: Izik goldraich
Subject: [lwip-devel] [bug #48162] Off-link RA prefix with bit A set is ignored resulting in no address
Date: Wed, 3 Aug 2016 10:44:42 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Follow-up Comment #2, bug #48162 (project lwip):

please note Verison wireless send RA with A=1 , L=0.
( so a device using LWIP will not have IPv6 address, while a device using
Linux will have one)

as a workaround (till this issue resolve) should we ignore the L bit as
follows:


$ p4 diff2 src/core/ipv6/nd6.c#2 src/core/ipv6/nd6.c#1
==== src/core/ipv6/nd6.c#2 (text) - src/core/ipv6/nd6.c#1 (text) ==== content

481,483c474,475
<         /* since VZW configure A=1,L=0 . it is better to ignore the L bit
<         if (prefix_opt->flags & ND6_PREFIX_FLAG_ON_LINK) {*/
<         {
---
> 
>         if (prefix_opt->flags & ND6_PREFIX_FLAG_ON_LINK) {



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?48162>

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




reply via email to

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