diff options
author | Steven Barth <steven@midlink.org> | 2013-05-13 10:55:01 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-05-13 10:55:01 +0200 |
commit | 570302d28d18d47f095f864be161045e169b5941 (patch) | |
tree | 186fc425d49a6fcc25075d4d517df43f466248ab /interface-ip.h | |
parent | 3b8673edadc8ce6d1d90c12e6b8e57eeb291c521 (diff) |
Add support for IPv6 and interface target-routes & dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |