device: add macvlan support
[project/netifd.git] / system-dummy.c
index 95546bf..c8379ff 100644 (file)
@@ -242,3 +242,13 @@ int system_update_ipv6_mtu(struct device *dev, int mtu)
 {
        return 0;
 }
+
+int system_macvlan_add(struct device *macvlan, struct device *dev, struct macvlan_config *cfg)
+{
+       return 0;
+}
+
+int system_macvlan_del(struct device *macvlan)
+{
+       return 0;
+}