lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] Neighbor discovery - on-link flag in router advertisement.


From: Krishna Shingala
Subject: [lwip-devel] Neighbor discovery - on-link flag in router advertisement.
Date: Thu, 13 Jul 2017 03:56:01 -0700 (MST)

The neighbor discovery module in lwIP version 2.0.2 requires the on-link flag
to be set in order to create a SLAAC address using the prefix disseminated
by the router in the router advertisement. While this general true, the RFC
7668 that describes 6LoWPAN adaptations for Bluetooth Low Energy transport
mandates this flag is always zero.

This implies that the current released version of lwIP cannot work as
expected for BLE-6LoWPAN. 

One of the solutions could be to have a define in lwipopts.h to enable or
disable the check.
However, this may not be a good solution if we consider use cases that the
stack on various transports like BLE, 802.15.4, Perhaps its better to accept
the configuration per interface when the interface is created.

Ideas, thoughts?



--
View this message in context: 
http://lwip.100.n7.nabble.com/Neighbor-discovery-on-link-flag-in-router-advertisement-tp30126.html
Sent from the lwip-devel mailing list archive at Nabble.com.



reply via email to

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