system-dummy: indicate link on present devices
[project/netifd.git] / system-dummy.c
index c8379ff..deb53ff 100644 (file)
@@ -91,8 +91,10 @@ int system_if_check(struct device *dev)
 {
        dev->ifindex = 0;
 
-       if (!strcmp(dev->ifname, "eth0"))
+       if (!strcmp(dev->ifname, "eth0")) {
                device_set_present(dev, true);
+               device_set_link(dev, true);
+       }
 
        return 0;
 }
@@ -120,7 +122,7 @@ system_if_dump_stats(struct device *dev, struct blob_buf *b)
 }
 
 void
-system_if_apply_settings(struct device *dev, struct device_settings *s)
+system_if_apply_settings(struct device *dev, struct device_settings *s, unsigned int apply_mask)
 {
 }