diff options
author | Steven Barth <steven@midlink.org> | 2013-05-17 16:24:37 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-05-17 16:24:37 +0200 |
commit | 2f31bff38d4dc2f36006ded6b8a7d039cb569eaa (patch) | |
tree | 0712ef82fedf0c105d9c587637f7c4ae1920a0b7 /interface-ip.h | |
parent | bc4a4bb127622c76085ecec7fd20448aad7bafaf (diff) |
Add option to define target routing table for protocol routes.
This unifies source-routing for both IPv6 and IPv4 (default off).
Based on a patch by Kristian Evensen
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface-ip.h b/interface-ip.h index c2213fd..4be97f2 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -144,6 +144,5 @@ struct device_prefix* interface_ip_add_device_prefix(struct interface *iface, struct in6_addr *excl_addr, uint8_t excl_length); void interface_ip_set_ula_prefix(const char *prefix); void interface_refresh_assignments(bool hint); -int interface_ip_resolve_v6_rtable(int ifindex); #endif |