Skip to content

Commit 3c61140

Browse files
committed
feedback from PR 140
Signed-off-by: Angelo Failla <pallotron@gmail.com>
1 parent 073e511 commit 3c61140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ You may need to disable the vmnet framework's DHCP to:
438438
- Create a host network where all VMs have static IPs.
439439
- Run a custom DHCP server on one VM to assign IPs to others on the same network.
440440

441-
To disable the MacOS DHCP you must use `--vmnet-mode=host` and provide a `--vmnet-network-idenfitier` UUID.
441+
To disable the macOS DHCP you must use `--vmnet-mode=host` and provide a `--vmnet-network-idenfitier` UUID.
442442
You **_must not_** provide `--vmnet-gateway`. That is the signal to Apple's vmnet.framework to enable MacOS DHCP.
443443
You can use `--vmnet-network-idenfitier=random` to get a random UUID assigned.
444444

cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void print_usage(const char *argv0) {
5252
"or \"\")\n"
5353
" When vmnet mode is \"host\" and --vmnet-gateway is "
5454
"not set, the internal DHCP will be disabled.\n"
55-
" (default: \"random\")\n");
55+
" (default: \"\")\n");
5656

5757
printf("--vmnet-nat66-prefix=PREFIX:: The IPv6 prefix to use with "
5858
"shared mode.\n");

0 commit comments

Comments
 (0)