diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-23 10:30:10 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-23 10:30:10 +0000 |
commit | b723833ba8038765bb22f273ad0de183329df25b (patch) | |
tree | 59073b5be0a1fa6dc426cf032f0cf2867b148e6d /route.h | |
parent | Fixed race condition in management interface recv code on (diff) | |
download | openvpn-b723833ba8038765bb22f273ad0de183329df25b.tar.xz |
Added "redirect-private" option which allows private subnets
to be pushed to the client in such a way that they don't accidently
obscure critical local addresses such as the DHCP server address and
DNS server addresses.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4436 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'route.h')
-rw-r--r-- | route.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ struct route_option { #define RG_DEF1 (1<<2) #define RG_BYPASS_DHCP (1<<3) #define RG_BYPASS_DNS (1<<4) +#define RG_REROUTE_GW (1<<5) struct route_option_list { int n; |