diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-25 21:11:41 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-25 21:11:41 +0100 |
commit | 8a01033efcdc72f8b63b5a7afcc699ca20edfdc0 (patch) | |
tree | adfd852667a975d673c149c7c48197ed455ccd81 /sys/man/1 | |
parent | 6728a5ec2351cac7cc27333e0d984c5c2b029b87 (diff) |
vmx: allow setting mac address of using ea:nnnnnnnnnnnn! prefix, use genrandom() to generate mac globally unique mac address
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/vmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/man/1/vmx b/sys/man/1/vmx index 9f8b8ac57..656a114cf 100644 --- a/sys/man/1/vmx +++ b/sys/man/1/vmx @@ -100,6 +100,8 @@ Alternatively, a dial string such as \fLudp!\fIhost\fL!\fIport\fR can be used. It can also be prefixed by \fLfile!\fR to interpret the argument as a file instead and it can be prefixed by \fLhdr!\fR to enable headers matching the binary .IR snoopy (8) format. +The MAC address can be specified with the \fLea:\fInnnnnnnnnnnn\fL!\fR prefix, +otherwise a random address is used. .PP A .B -d |