]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/netdev: verify specified MAC address 21535/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Nov 2021 03:41:47 +0000 (12:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Nov 2021 21:39:04 +0000 (06:39 +0900)
commit007899f43e9f897ef7f3324768423ce04465d205
tree342e3c2aafbc6334bb9edec962e0a16b25b68ada
parent5e20e1e3e3a2f9f4f91240f1a0a6a46bb1689747
network/netdev: verify specified MAC address

Drop multicast bit and set local bit of the specified MAC address.

This also makes failure in generating persistent MAC address
non-critical.
src/network/netdev/netdev.c
src/network/netdev/netdev.h
src/network/netdev/veth.c
test/test-network/systemd-networkd-tests.py