chiark / gitweb /
network: use SETLINK to bring up interfaces
[elogind.git] / src / core / loopback-setup.c
index 1999959946c8e103ed4ecc70bd700682a103ecca..a1b38477047271c57c9b6ad5a0fabf6fa3eaa2b2 100644 (file)
@@ -89,7 +89,7 @@ static int start_interface(sd_rtnl *rtnl, int if_loopback, struct in_addr *ipv4_
         _cleanup_sd_rtnl_message_unref_ sd_rtnl_message *req = NULL;
         int r;
 
-        r = sd_rtnl_message_link_new(RTM_NEWLINK, if_loopback, &req);
+        r = sd_rtnl_message_link_new(RTM_SETLINK, if_loopback, &req);
         if (r < 0)
                 return r;