]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-setlink.c
network: skip to reassign master ifindex if already set
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Oct 2022 21:40:07 +0000 (06:40 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 31 Oct 2022 20:13:49 +0000 (21:13 +0100)
commit9f913d37a01f71e559d099bff280827f8817d8c5
treebf2aa3b9ede0cb4e2b592b41cb26153e9cd7aa75
parent3c3e14a7d88e45ba18b4536519e86a1a55877b53
network: skip to reassign master ifindex if already set

Otherwise, the slave interface may go down, especially when the master
is bond.

Fixes #25067.
src/network/networkd-setlink.c