]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/link: always join to the main interface when we receive IFLA_MASTER attribute
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jan 2024 16:58:01 +0000 (01:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Jan 2024 20:25:55 +0000 (05:25 +0900)
commit74e95e3a81dfaa7bff107e4e975c453aeed18464
treee754c0f8c67f34401d67096ca934b5e79a9e5f9b
parentb53bd7a32b9a6090a8cecca9a0243938313914c4
network/link: always join to the main interface when we receive IFLA_MASTER attribute

Otherwise, e.g. when we enumerate a bridge port first, then the bridge
main interface, then the port cannot be managed by the main interface.

Fixes #30682.
src/network/networkd-link.c