]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: fix NDisc handling for the case when multiple routers exist 16725/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Aug 2020 08:45:44 +0000 (17:45 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Sep 2020 17:30:04 +0000 (02:30 +0900)
commit50550722e3ba8c33c58c9a2f3da827877bd659cc
treed23a4e397b4b4eda6652e466248d92b223f4625a
parent501b09dbf2ab75d90cd05ec4b44c92341e201e46
network: fix NDisc handling for the case when multiple routers exist

69203fba700ea8d7b0c4f4e3d1e1f809ac4644a1 does not consider the case that
multiple routers exist, and causes #16719.

Fixes #16719.
src/network/networkd-address.c
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-ndisc.c
src/network/networkd-ndisc.h
src/network/networkd-route.c