X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=a2411f32998c9aae6a05ccba65897c1a1be26fd7;hp=cae421d1c117fc0978e70604f4b0aadfc711bbd8;hb=70dd0c05d1f06f6d9cec558227224e96224583eb;hpb=bfe5db1ea8018aaa940dc6e991110fac62b85516 diff --git a/system-dummy.c b/system-dummy.c index cae421d..a2411f3 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -66,6 +66,11 @@ int system_vlan_del(struct device *dev) return 0; } +bool system_if_force_external(const char *ifname) +{ + return false; +} + int system_if_up(struct device *dev) { D(SYSTEM, "ifconfig %s up\n", dev->ifname);