From e12fe2864a30f4e5b6c77fcf6128be7a6266d73e Mon Sep 17 00:00:00 2001 From: james Date: Thu, 13 Apr 2006 21:09:04 +0000 Subject: Added --lladdr option to specify the link layer (MAC) address for the tap interface on non-Windows platforms (Roy Marples). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1012 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 b9dafe7..99e68a2 100644 --- a/options.h +++ b/options.h @@ -125,6 +125,7 @@ struct options const char *dev; const char *dev_type; const char *dev_node; + const char *lladdr; int topology; /* one of the TOP_x values from proto.h */ const char *ifconfig_local; const char *ifconfig_remote_netmask; -- cgit v1.1