summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-04 14:41:38 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-04-04 14:44:16 +0200
commit09ae3bfa2ad7a3a9630fdf290b872a2d7673843f (patch)
treeb7d2a9324a84b8118a858ca7bd809f57abda043c /system.h
parent48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (diff)
downloadnetifd-09ae3bfa2ad7a3a9630fdf290b872a2d7673843f.tar.gz
Implement support for route / route6 table attribute
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index acfaa37..b093371 100644
--- a/system.h
+++ b/system.h
@@ -94,6 +94,8 @@ int system_add_route(struct device *dev, struct device_route *route);
int system_del_route(struct device *dev, struct device_route *route);
int system_flush_routes(void);
+bool system_resolve_rt_table(const char *name, unsigned int *id);
+
int system_del_ip_tunnel(const char *name);
int system_add_ip_tunnel(const char *name, struct blob_attr *attr);