diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 21:09:04 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 21:09:04 +0000 |
commit | e12fe2864a30f4e5b6c77fcf6128be7a6266d73e (patch) | |
tree | 2b2e445fb562542bd9c3c0e0e8eabb05e4145539 /openvpn.8 | |
parent | Added --route-metric option to set a default route metric (diff) | |
download | openvpn-e12fe2864a30f4e5b6c77fcf6128be7a6266d73e.tar.xz |
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
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-dev\fR\ \fItunX\ |\ tapX\fR\ ] [\ \fB\-\-dev\-type\fR\ \fIdevice\-type\fR\ ] [\ \fB\-\-dev\-node\fR\ \fInode\fR\ ] +[\ \fB\-\-lladdr\fR\ \fIaddress\fR\ ] .in -4 .ti +4 .hy @@ -918,6 +919,10 @@ to enumerate all available TAP-Win32 adapters and will show both the network connections control panel name and the GUID for each TAP-Win32 adapter. +.TP +.B --lladdr address +Specify the link layer address, more commonly known as the MAC address. +Only applied to TAP devices. .\"********************************************************* .TP .B --ifconfig l rn |