X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=c8379ffc910f97e429a8bc77771a425f3699862b;hp=95546bf5200a6d043d885c63a0d1235f4526cb31;hb=bdb28375d9872a49f7008fbdf2d8a1fad3790344;hpb=68bb041b6ce4cde28186557262bee7b766c77b2d diff --git a/system-dummy.c b/system-dummy.c index 95546bf..c8379ff 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -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; +}