device: fetch settings from external devices to make them usable for status output
[project/netifd.git] / system-linux.c
index b190ec6..d3bb64d 100644 (file)
@@ -1053,7 +1053,7 @@ int system_vlandev_del(struct device *vlandev)
        return system_link_del(vlandev->ifname);
 }
 
-static void
+void
 system_if_get_settings(struct device *dev, struct device_settings *s)
 {
        struct ifreq ifr;