From 09ae3bfa2ad7a3a9630fdf290b872a2d7673843f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 4 Apr 2013 14:41:38 +0200 Subject: Implement support for route / route6 table attribute --- system-dummy.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'system-dummy.c') 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; -- cgit v1.2.3