summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c5
1 files changed, 3 insertions, 2 deletions
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)