X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=95546bf5200a6d043d885c63a0d1235f4526cb31;hb=fb69c8e6afdae91ea5cc2dee9881e3b0a7afd5ad;hp=d692b79886a695ce5441101507f68c63a3482e49;hpb=a47c3353cdf46b730f43198052c8f807e2bd313f;p=project%2Fnetifd.git 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)