X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=95546bf5200a6d043d885c63a0d1235f4526cb31;hp=d692b79886a695ce5441101507f68c63a3482e49;hb=68bb041b6ce4cde28186557262bee7b766c77b2d;hpb=abba48ec2eac7965adac2c590d4d233c03b27c72 diff --git a/system-dummy.c b/system-dummy.c index d692b79..95546bf 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -191,9 +191,10 @@ int system_flush_routes(void) return 0; } -int system_resolve_rt_table(const char *name, struct device_route *route) +bool system_resolve_rt_table(const char *name, unsigned int *id) { - return 0; + *id = 0; + return true; } int system_add_iprule(struct iprule *rule)