summaryrefslogtreecommitdiff
path: root/include/inet.h
diff options
context:
space:
mode:
authorMohamed Abbas <mohamed.abbas@intel.com>2010-02-03 16:16:40 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-02-11 05:33:05 +0100
commit648d5be5ee5830b3b056c78b86c34899f411c47c (patch)
treee8aaf715f09185e2e763aba209c6fd616cbe7d1b /include/inet.h
parente78dd7a43a9484882ff4edb3cbd89a0e56f9f63e (diff)
downloadconnman-648d5be5ee5830b3b056c78b86c34899f411c47c.tar.gz
connman-648d5be5ee5830b3b056c78b86c34899f411c47c.tar.bz2
connman-648d5be5ee5830b3b056c78b86c34899f411c47c.zip
Fix VPN issue when setting up host route
Diffstat (limited to 'include/inet.h')
-rw-r--r--include/inet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inet.h b/include/inet.h
index 2b9a7df5..1e95ac6e 100644
--- a/include/inet.h
+++ b/include/inet.h
@@ -44,6 +44,7 @@ connman_bool_t connman_inet_is_cfg80211(int index);
int connman_inet_set_address(int index, struct connman_ipaddress *ipaddress);
int connman_inet_clear_address(int index);
+int connman_inet_add_host_route_vpn(int index, const char *gateway, const char *host);
int connman_inet_add_host_route(int index, const char *host);
int connman_inet_del_host_route(int index, const char *host);
int connman_inet_set_gateway_address(int index, const char *gateway);