X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=b0933716d2f66e88afe762809be2382b9af7f298;hp=bc1b932776e8548a64a162633b39612a8975d1e4;hb=09ae3bfa2ad7a3a9630fdf290b872a2d7673843f;hpb=c173c610044890c539584f3beb927e71ff83c198 diff --git a/system.h b/system.h index bc1b932..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); @@ -101,4 +103,6 @@ time_t system_get_rtime(void); void system_fd_set_cloexec(int fd); +int system_update_ipv6_mtu(struct device *device, int mtu); + #endif