Add vlan 802.1q/802.1ad support as netifd devices
[project/netifd.git] / system-dummy.c
index deb53ff..bb94781 100644 (file)
@@ -254,3 +254,13 @@ int system_macvlan_del(struct device *macvlan)
 {
        return 0;
 }
+
+int system_vlandev_add(struct device *vlandev, struct device *dev, struct vlandev_config *cfg)
+{
+       return 0;
+}
+
+int system_vlandev_del(struct device *vlandev)
+{
+       return 0;
+}