interface-ip: set prefix indicator flag when IPv6 prefix lifetime changes
[project/netifd.git] / system-dummy.c
index 2ea25ac..165438c 100644 (file)
@@ -281,6 +281,16 @@ int system_macvlan_del(struct device *macvlan)
        return 0;
 }
 
+int system_veth_add(struct device *veth, struct veth_config *cfg)
+{
+       return 0;
+}
+
+int system_veth_del(struct device *veth)
+{
+       return 0;
+}
+
 int system_vlandev_add(struct device *vlandev, struct device *dev, struct vlandev_config *cfg)
 {
        return 0;