zephyr/samples/net
Jukka Rissanen d090de7a0d samples: net: echo-server: Add netmask setting to VLAN config
We need to set a proper IPv4 netmask to each VLAN interface
so that IPv4 source address selection will work properly.
If we do not do this, then the network interface could be
selected incorrectly for the VLAN interfaces which could then
mean that the packet might get dropped by the target device.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-02-24 09:45:09 +02:00
..
civetweb samples: http_server: fix test filters 2020-12-16 12:49:58 -05:00
cloud arm: nxp: kinetis: Rework device_get_binding for pinmux 2021-02-16 16:45:02 -06:00
common
dhcpv4_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_resolve zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dsa dsa: config: sample: Add SHELL support via RTT to DSA sample's prj.conf 2021-01-20 10:03:42 +02:00
eth_native_posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gptp samples: net: Fix vlan error message in samples 2021-01-07 09:52:21 -06:00
gsm_modem samples: net: gsm: Add suspend/resume shell commands 2020-10-21 00:08:39 +03:00
ipv4_autoconf sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lldp samples: net: Fix vlan error message in samples 2021-01-07 09:52:21 -06:00
lwm2m_client net: openthread: configure required masterkey 2021-01-26 07:29:10 -05:00
mdns_responder net: dns: enable dns service discovery for mdns responder 2020-11-09 16:15:02 -08:00
mqtt_publisher samples/net/mqtt_publisher: undefined reference to z_impl_sys_rand32_get 2021-01-20 13:20:54 +02:00
openthread/coprocessor logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
promiscuous_mode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets samples: net: echo-server: Add netmask setting to VLAN config 2021-02-24 09:45:09 +02:00
stats samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
syslog_net samples: net: syslog: Add info how to manually start net backend 2021-01-26 07:12:14 -05:00
telnet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vlan samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wifi samples: net: wifi: Enable inventek es-WIFI shield tests 2020-11-03 11:05:43 +01:00
wpan_serial samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
wpanusb samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
zperf samples: net: zperf: Allow DHCPv4 or manually set addresses 2020-12-01 16:32:07 +02:00
net.rst