From b723833ba8038765bb22f273ad0de183329df25b Mon Sep 17 00:00:00 2001 From: james Date: Sat, 23 May 2009 10:30:10 +0000 Subject: 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 --- route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'route.h') 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; -- cgit