X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=2c15e2c89dc2a98ab3d1c890adf424999dd9d87a;hp=14c7a97414beadb1dde52f45789e9bd0d282ed9c;hb=09ae3bfa2ad7a3a9630fdf290b872a2d7673843f;hpb=d7f7f002e3d168aedb5f2bc92180f5966482d7d9 diff --git a/system-dummy.c b/system-dummy.c index 14c7a97..2c15e2c 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -191,6 +191,11 @@ int system_flush_routes(void) return 0; } +int system_resolve_rt_table(const char *name, struct device_route *route) +{ + return 0; +} + time_t system_get_rtime(void) { struct timeval tv;