zephyr/samples/net/sockets
Steve Winslow 476e9e80d1 samples: net: Fix vlan error message in samples
This fixes an incorrect error message log statement for IPv4 vs.
IPv6 in several net samples.

The error message is in a portion of the files dealing with IPv4
bring-up. If the address is invalid, it logs the invalid address;
however, the IPv4 statement incorrectly refers to ipv6_addr. This
PR corrects it to output ipv4_addr as expected.

Signed-off-by: Steve Winslow <steve@swinslow.net>
2021-01-07 09:52:21 -06:00
..
big_http_download samples: sockets: big_http_download: Increase stack size to 2.5K. 2020-10-07 13:08:44 +03:00
can drivers: can: rework zcan_frame and zcan_filter 2020-12-17 11:07:53 +01:00
coap_client tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
coap_server tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
dumb_http_server net: buf: change avail_count variable to atomic type 2020-10-28 18:45:11 +02:00
dumb_http_server_mt samples: net: dumb_http_server_mt: Fix the OK/FAIL status check 2020-11-20 16:07:59 +02:00
echo tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
echo_async samples: net: echo*: Increase stack size 2020-09-09 09:53:22 -04:00
echo_async_select tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
echo_client samples: net: Fix vlan error message in samples 2021-01-07 09:52:21 -06:00
echo_server samples: net: Fix vlan error message in samples 2021-01-07 09:52:21 -06:00
http_client net: scripts: Make test runner script fully generic 2020-11-20 16:07:59 +02:00
http_get sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net_mgmt samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
packet samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
sntp_client tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
socketpair misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
tcp samples: net: sockets: tcp: Enable CONFIG_THREAD_NAME 2020-06-15 16:38:38 +03:00
websocket_client random: Include header where it is used 2020-07-08 21:05:36 -04:00