zephyr/subsys/net/lib/app
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
..
bt_settings.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
bt_settings.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
client.c kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
ieee802154_settings.c net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
ieee802154_settings.h net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c net: app: Do not try to set ANY address to interface 2017-08-14 11:06:34 +03:00
Kconfig Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
Makefile Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
net_app_private.h net: app: Add debugging support to get net_app instances 2017-08-01 21:09:59 +03:00
net_app.c net: app: Fix for net_app_get_net_buf() 2017-08-14 10:04:03 +03:00
server.c kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00