From ca3f00d45e72c4b28b2ce39afc9543fa2f225020 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 14 Oct 2011 04:40:44 +0200 Subject: flush routes after bringing up/down an interface --- 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 e6187f3..d518d6f 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -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; -- cgit v1.2.1