X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=d518d6fb0af0bab47920286bf2b5c71d5ddadd79;hp=e6187f3d0b326e3bed3794028924cf32364da5ff;hb=e8f450ba2e67716cf3ed70060a309b80aa24cf00;hpb=d64c608820ddb4817ef7dff1f993a5801ff99ca2 diff --git a/system-dummy.c b/system-dummy.c index e6187f3..d518d6f 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -172,6 +172,11 @@ int system_del_route(struct device *dev, struct device_route *route) return 0; } +int system_flush_routes(void) +{ + return 0; +} + time_t system_get_rtime(void) { struct timeval tv;