Browse Source
Merge pull request #199 from Marviel/patch-1
Update tuntap_osx.c error message.
pull/196/head
Emanuele Faranda
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tuntap_osx.c
|
|
@ -46,7 +46,7 @@ int tuntap_open(tuntap_dev *device /* ignored */, |
|
|
|
} |
|
|
|
|
|
|
|
if(device->fd < 0) { |
|
|
|
traceEvent(TRACE_ERROR, "Unable to open tap device %s", tap_device); |
|
|
|
traceEvent(TRACE_ERROR, "Unable to open any tap devices /dev/tap0 through /dev/tap254. Is this user properly authorized to access those descriptors?"); |
|
|
|
traceEvent(TRACE_ERROR, "Please read https://github.com/ntop/n2n/blob/dev/doc/n2n_on_MacOS.txt"); |
|
|
|
return(-1); |
|
|
|
} else { |
|
|
|