netifd: Fix device ifindex overwrite when processing netlink event messages
[project/netifd.git] / system-dummy.c
index 8e420e1..7d54315 100644 (file)
@@ -96,6 +96,11 @@ int system_if_check(struct device *dev)
        return 0;
 }
 
+int system_if_resolve(struct device *dev)
+{
+       return 0;
+}
+
 struct device *
 system_if_get_parent(struct device *dev)
 {