]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
network,udev: do not adjust local assignment bit of specified MAC address
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 23:23:27 +0000 (08:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 Dec 2021 06:01:04 +0000 (15:01 +0900)
commit45aa0e841ba084ef259d5970e340702130cd548c
tree0b81401ec7192d80c89604e1f77cecb4e1456d5d
parentf836390fa75f055b30867a81883075c4d791e7fd
network,udev: do not adjust local assignment bit of specified MAC address

People often assigns the MAC address of the enslaved interface to e.g.
bridge interface. So, the local assignment bit should not be adjusted.

Fixes #21649.
src/network/netdev/netdev.c
src/network/networkd-setlink.c
src/shared/netif-util.c
src/shared/netif-util.h
src/udev/net/link-config.c
test/test-network/systemd-networkd-tests.py