diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-12 18:08:49 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-12 18:08:49 +0200 |
commit | bbc6b89608f051736e15f6e147cbceff1ebbc602 (patch) | |
tree | 0f91e67ee6cf270c283ff9338fa6afd811080fd2 | |
parent | 6011133f42e2408001c9ef7a9586a4fb05735ce4 (diff) |
enable --passtos on android
-rw-r--r-- | openvpn/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openvpn/config.h b/openvpn/config.h index fe306125..1f589023 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -620,3 +620,7 @@ #define HAVE_LZO_LZO1X_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 + + +// Workaround for bionc +#define IPPROTO_IP IPPROTO_IP |