X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.h;fp=interface-ip.h;h=c2213fda62106fe4ece96fc8dbd19fa41aafb076;hp=cd6ec849bd82c5028311ce4e3f4116768c6e49f4;hb=570302d28d18d47f095f864be161045e169b5941;hpb=3b8673edadc8ce6d1d90c12e6b8e57eeb291c521 diff --git a/interface-ip.h b/interface-ip.h index cd6ec84..c2213fd 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -137,7 +137,7 @@ void interface_ip_flush(struct interface_ip_settings *ip); void interface_ip_set_enabled(struct interface_ip_settings *ip, bool enabled); void interface_ip_update_metric(struct interface_ip_settings *ip, int metric); -struct interface *interface_ip_add_target_route(union if_addr *addr, bool v6); +struct interface *interface_ip_add_target_route(union if_addr *addr, bool v6, struct interface *iface); struct device_prefix* interface_ip_add_device_prefix(struct interface *iface, struct in6_addr *addr, uint8_t length, time_t valid_until, time_t preferred_until,