zephyr/subsys/net/lib
Jukka Rissanen f125672c9a net: app: Do not try to set ANY address to interface
If the user has not specified CONFIG_NET_APP_MY_IPV4_ADDR or
CONFIG_NET_APP_MY_IPV6_ADDR, the value is set to "" in this case.
This will be converted to ANY IP address which is not useful
to be set to the network interface. So check this and just
continue the init in this case without setting the IP address.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-08-14 11:06:34 +03:00
..
app net: app: Do not try to set ANY address to interface 2017-08-14 11:06:34 +03:00
dns
http net: http: fix http client request "Host" header 2017-08-11 09:45:02 +03:00
lwm2m net: lwm2m: fix registration content format and use plain/text 2017-08-13 20:52:56 +03:00
mqtt
sockets net: sockets: inet_pton() should return 1 on success 2017-08-10 17:41:47 +03:00
zoap
Kbuild
Kconfig
Makefile