zephyr/samples/net/sockets/echo_server/src
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
..
ca.der samples: net: echo_server: Add signed certs and keys 2020-01-23 21:07:18 +02:00
certificate.h samples: net: echo_server: Add signed certs and keys 2020-01-23 21:07:18 +02:00
common.h samples: net: echo-server: Print receive statistics periodically 2020-11-24 15:02:45 +02:00
dummy_psk.h samples: Add PSK support for echo client/server 2019-10-28 13:02:29 +02:00
echo-apps-cert.der
echo-apps-key.der
echo-server.c samples: net: echo-server: Add userspace support 2020-06-23 18:17:15 +03:00
server_privkey.der samples: net: echo_server: Add signed certs and keys 2020-01-23 21:07:18 +02:00
server.der samples: net: echo_server: Add signed certs and keys 2020-01-23 21:07:18 +02:00
tcp.c samples: net: echo-server: Print receive statistics periodically 2020-11-24 15:02:45 +02:00
udp.c samples: net: echo-server: Print receive statistics periodically 2020-11-24 15:02:45 +02:00
vlan.c samples: net: echo-server: Add netmask setting to VLAN config 2021-02-24 09:45:09 +02:00