X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=f2988f22ba1547f25a03865871129fdf81d89587;hp=bb94781f323cb3c645018496b458951a46f42638;hb=cd23fd6bf7983741b9a72bea78749278716248ec;hpb=5d655d1d3f6880b53ea5bafda159c02da038548f diff --git a/system-dummy.c b/system-dummy.c index bb94781..f2988f2 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -193,6 +193,12 @@ int system_flush_routes(void) return 0; } +bool system_resolve_rt_type(const char *type, unsigned int *id) +{ + *id = 0; + return true; +} + bool system_resolve_rt_table(const char *name, unsigned int *id) { *id = 0;