commit | d090de7a0d4ec01766f5ce79fa78eb331a73c235 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Feb 10 10:37:14 2021 +0200 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Wed Feb 24 09:45:09 2021 +0200 |
tree | 4cd64d7a7e514e37607c9d0703f4df34418e7092 | |
parent | c467149ad9c8453a5fa21fb40fbb72828b3b353f [diff] |
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>