summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c
index 2ea25ac..165438c 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -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;