lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] [bug #55602] IPv6 address auto-configuration with two d


From: Stian Skjelstad
Subject: Re: [lwip-devel] [bug #55602] IPv6 address auto-configuration with two different routers will fail
Date: Tue, 29 Jan 2019 15:36:45 +0100


 
So, how to make lwip behave like windows 10 under such circumstances?

I do this on cable-disconnect if RA is enabled, quick and dirty:

 /* Process prefix entries. */
  for (i = 0; i < LWIP_ND6_NUM_PREFIXES; i++)
{
if (prefix_list[i].invalidation_timer && (prefix_list[i].netif == device_in_question))
prefix_list[i].invalidation_timer = 1; /* let them time out very soon */
}
 

Stian

reply via email to

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