X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=b0933716d2f66e88afe762809be2382b9af7f298;hp=acfaa373f6650f756fbb3562a63091fd4607749d;hb=09ae3bfa2ad7a3a9630fdf290b872a2d7673843f;hpb=48ffedb4a2b6701eec99e32e91b8a66a0a4be950 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);