]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-network.c
network: add IPv4LL route right after .network file is parsed
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 5 Mar 2019 01:51:57 +0000 (10:51 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2019 02:59:18 +0000 (11:59 +0900)
commitfa7cd7117ff2158c4d175b0321a0c0393cc4e3ec
tree1e571685a57ec5ed4cfa1dc143a013c4916711bd
parent48315d3dcae9bb045ab7d16264904b976123018e
network: add IPv4LL route right after .network file is parsed

Previously, the route is added when the .network config is assigned
to a Link. So, if multiple links match the .network file, the route
entry becomes duplicated in the corresponding Network object.
src/network/networkd-network.c
src/network/networkd-route.c
src/network/networkd-route.h