Implement support for route / route6 table attribute
[project/netifd.git] / system-dummy.c
index 14c7a97..2c15e2c 100644 (file)
@@ -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;