diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-19 15:43:11 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-19 15:43:11 +0100 |
commit | bf13e848dc3de1b5cf0143d823f8a86a53ac71b8 (patch) | |
tree | 1abe31f00d3eeac2690aba7c6816bb07a00eb970 /openvpn/src/openvpn/options.h | |
parent | 42f552b5eeb209ba32282c87f61414bcaf85cf23 (diff) |
Update dual stack patch set, workaround for Android 4.4
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index 99877da7..4e97a192 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -95,6 +95,7 @@ struct connection_entry const char *remote; bool remote_float; bool bind_defined; + bool bind_ipv6_only; bool bind_local; int connect_retry_seconds; int connect_timeout; |