zephyr/subsys/net
Stephanos Ioannidis 5aa62369d4 net: shell: Handle ENETUNREACH for IPv4 ping
This commit updates the the IPv4 ping command to handle the ENETUNREACH
error number returned by `net_icmpv4_send_echo_request` function when
IPv4 is unavailable.

The `net_icmpv4_send_echo_request` function previously returned EINVAL
when IPv4 is unavailable and this caused the shell command to report
"Invalid IP address" even when the provided IP address is correct; this
problem was corrected by returning ENETUNREACH instead of EINVAL in the
aforementioned function.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-11 13:25:55 -05:00
..
ip net: shell: Handle ENETUNREACH for IPv4 ping 2020-03-11 13:25:55 -05:00
l2 net: wifi: shell: drop explicit length parameter 2020-03-10 14:37:57 +02:00
lib net: openthread: Implement energy scan in openthread using radio driver api 2020-03-10 14:59:10 +02:00
buf.c net: buf: Switch from net buf assert to system assert 2020-01-13 13:59:55 +01:00
CMakeLists.txt
hostname.c
Kconfig net: buf: Fix NET_BUF_USER_DATA_SIZE value for Bluetooth 2019-11-28 13:35:11 +02:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net