X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=system.h;h=8c9e99475946f337bed70f96e85aa53eeed7258a;hb=7c5d82806c11886bcc08821584fe51790a593feb;hp=b1215d13bb361b8a51f8c43db065b9b6ea071290;hpb=8e15f409e000ffdd87d1022390e54f14da839b3f;p=project%2Fnetifd.git diff --git a/system.h b/system.h index b1215d1..8c9e994 100644 --- a/system.h +++ b/system.h @@ -116,6 +116,8 @@ void system_if_clear_state(struct device *dev); int system_if_up(struct device *dev); int system_if_down(struct device *dev); int system_if_check(struct device *dev); +int system_if_resolve(struct device *dev); + int system_if_dump_info(struct device *dev, struct blob_buf *b); int system_if_dump_stats(struct device *dev, struct blob_buf *b); struct device *system_if_get_parent(struct device *dev); @@ -133,6 +135,8 @@ int system_flush_routes(void); bool system_resolve_rt_type(const char *type, unsigned int *id); bool system_resolve_rt_table(const char *name, unsigned int *id); bool system_is_default_rt_table(unsigned int id); +bool system_resolve_rpfilter(const char *filter, unsigned int *id); +bool system_resolve_igmpversion(const unsigned int version, unsigned int *id); int system_del_ip_tunnel(const char *name, struct blob_attr *attr); int system_add_ip_tunnel(const char *name, struct blob_attr *attr);