lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #47923] on-link prefix cancellation issue


From: abhishek ambure
Subject: [lwip-devel] [bug #47923] on-link prefix cancellation issue
Date: Tue, 24 May 2016 06:01:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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

i am currently working on this, so patch is not ready now. will send you as it
gets ready.

scenario:- 
1) we got RA with prefix options as follows and process it for SLAAC
     prefix :- 2001:a8b0::
     prefix length :- 64
     on-link flag:- set 
     router life time :- 19000
     validation time :- 2000
     autonomus flag :- set.

   upon this information we had SLAAC, and our ipv6 address will be
2001:a8b0::EUI-64/64 valid for 2000 seconds.

2) but before 19000 seconds router wants to change this prefix to off link it
will advertise the same prefix with following changes
    on-link flag :- set
    router lifetime :- 0

on the receipt of (2) message our on-link prefix entry gets removed that is
fine, but with that the IPv6 (SLAAC) address also gets removed by putting its
state to INVALID.

So this must not happen even though prefix changes state to off-link. SLAAC
ipv6 address must be valid up to its validation time and as prefix entry is
removed, packets to this prefix destination should go through default router
entry.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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