zephyr/subsys/net/lib
Paul Sokolovsky 996c6dd603 net: if: Handle new address type of NET_ADDR_OVERRIDABLE
The meaning of this address type is the same as NET_ADDR_MANUAL,
but with a provision that DHCP can override such an address.
It's intended for the usecase when there's a default static
configuration for when DHCP is not available, but DHCP should
override it.

Before going to add another address type, there was an attempt
to repurpose TENTATIVE address state, but it doesn't work as
expected, as indeed, all existing address types/states already
have clearly semantics, and it makes sense to just another
address type to avoid confusion and unexpected behavior.

Fixes: #5696

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-01-23 09:25:51 +02:00
..
app net: if: Handle new address type of NET_ADDR_OVERRIDABLE 2018-01-23 09:25:51 +02:00
coap crypto: config: config-coap: add CONFIG for setting max content length 2017-12-15 17:52:13 -05:00
dns net: dns: Allow to initialize DNS servers from struct sockaddr[] 2018-01-18 17:30:40 +02:00
http kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
lwm2m net: lwm2m: update observe_node when attributes are written or cleared 2018-01-12 20:57:34 -05:00
mqtt kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sntp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sockets kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt net: remove zoap library 2018-01-02 09:41:24 -05:00
Kconfig net: remove zoap library 2018-01-02 09:41:24 -05:00