X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=bb94781f323cb3c645018496b458951a46f42638;hb=59217785704fca27d2c7a19e279d27c384a452cd;hp=deb53ff6642c354146b3e707274b3fd262acae55;hpb=f8981d9933683e1a8314fa86ac610f8e9a22661c;p=project%2Fnetifd.git diff --git a/system-dummy.c b/system-dummy.c index deb53ff..bb94781 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -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; +}