]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ndisc: ignore failure in sending solicitation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Oct 2022 07:19:12 +0000 (16:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Oct 2022 07:19:16 +0000 (16:19 +0900)
commit852bf93826b151be8b85d894071d95eb3b0d4498
treed4f921e85879c8e66ae68a8fdde44765a4265592
parentf4a4493eb57bffec091c8f0d4bb846850e544aa4
sd-ndisc: ignore failure in sending solicitation

Even if a bonding master interface has carrier, the underlying slave
interfaces may not. In such a case, sending solicitation fails with
-ENOBUS. Here, let's unconditionally ignore errors, as anyway we will
send a solicitation later.

Fixes #24717.
src/libsystemd-network/sd-ndisc.c