From 40ac3d7ac1cb29bf5d482e162c102c56a5e2e5e6 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 13 Apr 2006 20:40:39 +0000 Subject: Added --route-metric option to set a default route metric for --route (Roy Marples). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1011 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 4349f7d..b9dafe7 100644 --- a/options.h +++ b/options.h @@ -243,6 +243,7 @@ struct options /* route management */ const char *route_script; const char *route_default_gateway; + int route_default_metric; bool route_noexec; int route_delay; int route_delay_window; -- cgit v1.1