rework route handling, move parser code to interface-ip.c, add extra options and...
[project/netifd.git] / system-dummy.c
index e6187f3..d518d6f 100644 (file)
@@ -172,6 +172,11 @@ int system_del_route(struct device *dev, struct device_route *route)
        return 0;
 }
 
+int system_flush_routes(void)
+{
+       return 0;
+}
+
 time_t system_get_rtime(void)
 {
        struct timeval tv;