diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:41:38 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:44:16 +0200 |
commit | 09ae3bfa2ad7a3a9630fdf290b872a2d7673843f (patch) | |
tree | b7d2a9324a84b8118a858ca7bd809f57abda043c /system.h | |
parent | 48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (diff) |
Implement support for route / route6 table attribute
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |