zephyr/subsys/net/l2/virtual
Jack Chistyakov dd6adc7cad net: virtual: Clear multicast bit when generating link address
The least significant bit of the first octet of a MAC address is a
unicast/multicast bit. The bit should be cleared when generating a
random link address for a virtual interface. Any frames from such
interface/address will be dropped by the network as invalid if
the multicast bit is set.

Signed-off-by: Jack Chistyakov <jack.chistyakov@outlook.com>
2025-04-01 11:53:02 +02:00
..
ipip
CMakeLists.txt
Kconfig
virtual_mgmt.c net: l2: virtual: Add support for VPN public/private key set/get 2025-03-28 21:51:57 +01:00
virtual.c net: virtual: Clear multicast bit when generating link address 2025-04-01 11:53:02 +02:00