summaryrefslogtreecommitdiffstats
path: root/route.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-23 10:30:10 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-23 10:30:10 +0000
commitb723833ba8038765bb22f273ad0de183329df25b (patch)
tree59073b5be0a1fa6dc426cf032f0cf2867b148e6d /route.h
parent1b3842c6c9c6c143751d9a87a13745e1b2a0c7c7 (diff)
downloadopenvpn-b723833ba8038765bb22f273ad0de183329df25b.tar.gz
openvpn-b723833ba8038765bb22f273ad0de183329df25b.tar.xz
openvpn-b723833ba8038765bb22f273ad0de183329df25b.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/route.h b/route.h
index 4b3a35c..27ac623 100644
--- a/route.h
+++ b/route.h
@@ -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;