summaryrefslogtreecommitdiffstats
path: root/openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openvpn.h b/openvpn.h
index 0757eb1..0c4ff1a 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -416,6 +416,9 @@ struct context_2
bool push_ifconfig_defined;
in_addr_t push_ifconfig_local;
in_addr_t push_ifconfig_remote_netmask;
+#ifdef ENABLE_CLIENT_NAT
+ in_addr_t push_ifconfig_local_alias;
+#endif
/* client authentication state, CAS_SUCCEEDED must be 0 */
# define CAS_SUCCEEDED 0