From: Yu Watanabe Date: Wed, 26 May 2021 04:01:59 +0000 (+0900) Subject: network: update operational state or friends on reconfigure X-Git-Tag: v249-rc1~76^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b156a95d4aa0da0edeec74badfea68b76ef1156e;p=thirdparty%2Fsystemd.git network: update operational state or friends on reconfigure --- diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index 0330c336dff..c8af02621f8 100644 --- a/src/network/networkd-link.c +++ b/src/network/networkd-link.c @@ -1654,6 +1654,7 @@ static int link_reconfigure_internal(Link *link, sd_netlink_message *m, bool for /* Then, apply new .network file */ link->network = network_ref(network); + link_update_operstate(link, true); link_dirty(link); r = link_new_carrier_maps(link);