X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=7d651a50e9be389a3595cf8ce051609ec0ce8d00;hb=bb12877893467f7f7f7540e9f9fa7b3bc59e7748;hp=4c9a8fcb97daddec3ef2599da5b866d8bca28d47;hpb=34a1a4bad31ba6f138cd6a98249c774ff66285d1;p=project%2Fnetifd.git diff --git a/system-dummy.c b/system-dummy.c index 4c9a8fc..7d651a5 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -79,6 +79,17 @@ int system_if_check(struct device *dev) return 0; } +struct device * +system_if_get_parent(struct device *dev) +{ + return NULL; +} + +int system_if_dump_stats(struct device *dev, struct blob_buf *b) +{ + return 0; +} + int system_add_address(struct device *dev, struct device_addr *addr) { uint8_t *a = (uint8_t *) &addr->addr.in; @@ -167,6 +178,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;