summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-04 14:41:38 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-04-04 14:44:16 +0200
commit09ae3bfa2ad7a3a9630fdf290b872a2d7673843f (patch)
treeb7d2a9324a84b8118a858ca7bd809f57abda043c /system-dummy.c
parent48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (diff)
downloadnetifd-09ae3bfa2ad7a3a9630fdf290b872a2d7673843f.tar.gz
Implement support for route / route6 table attribute
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c5
1 files changed, 5 insertions, 0 deletions
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;