1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00

resolved: actually read the initial state data from networkd when we initialize

This commit is contained in:
Lennart Poettering 2014-08-04 23:08:49 +02:00
parent 252f2b9e85
commit 21d73c87b0

View File

@ -77,6 +77,10 @@ static int manager_process_link(sd_rtnl *rtnl, sd_rtnl_message *mm, void *userda
if (r < 0)
goto fail;
r = link_update_monitor(l);
if (r < 0)
goto fail;
if (is_new)
log_debug("Found new link %i/%s", ifindex, l->name);