summaryrefslogtreecommitdiff
path: root/vpn
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-11-22 14:05:18 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-11-23 13:25:37 +0100
commit4e6eab6d89d4c6409ffe62903981314dc092412e (patch)
tree7373887cc05b7c7b3e642969f19ddbf939bcf20d /vpn
parent95405f92bf43faf2a2eefca4fd103b1746f096b8 (diff)
downloadconnman-4e6eab6d89d4c6409ffe62903981314dc092412e.tar.gz
connman-4e6eab6d89d4c6409ffe62903981314dc092412e.tar.bz2
connman-4e6eab6d89d4c6409ffe62903981314dc092412e.zip
openvpn: Allow configuration via user supplied config file
Fixes BMC#25866
Diffstat (limited to 'vpn')
-rw-r--r--vpn/plugins/openvpn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpn/plugins/openvpn.c b/vpn/plugins/openvpn.c
index dcb5f7df..07c794b8 100644
--- a/vpn/plugins/openvpn.c
+++ b/vpn/plugins/openvpn.c
@@ -69,6 +69,7 @@ struct {
{ "OpenVPN.Auth", "--auth", 1 },
{ "OpenVPN.CompLZO", "--comp-lzo", 0 },
{ "OpenVPN.RemoteCertTls", "--remote-cert-tls", 1 },
+ { "OpenVPN.ConfigFile", "--config", 1 },
};
static void ov_append_dns_entries(const char *key, const char *value,