From f4150f238010f224b550bbb2f967a2ba092cae5a Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 17 Dec 2010 15:52:04 +0100 Subject: [PATCH] openvpn: Use ifconfig_remote as peer address route_vpn_gateway is not in all configuration setup the peer address. --- plugins/openvpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openvpn.c b/plugins/openvpn.c index 7cea4e6..ac36188 100644 --- a/plugins/openvpn.c +++ b/plugins/openvpn.c @@ -190,7 +190,7 @@ static int ov_notify(DBusMessage *msg, struct connman_provider *provider) if (!strcmp(key, "ifconfig_local")) connman_provider_set_string(provider, "Address", value); - if (!strcmp(key, "route_vpn_gateway")) + if (!strcmp(key, "ifconfig_remote")) connman_provider_set_string(provider, "Peer", value); if (g_str_has_prefix(key, "foreign_option_")) { -- 2.7.4