diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:41:38 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:44:16 +0200 |
commit | 09ae3bfa2ad7a3a9630fdf290b872a2d7673843f (patch) | |
tree | b7d2a9324a84b8118a858ca7bd809f57abda043c /system-dummy.c | |
parent | 48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (diff) |
Implement support for route / route6 table attribute
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 5 |
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; |