Skip to content
Snippets Groups Projects
Commit 4aaf8dd6 authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

tools/tapsetup: change default bridge name on macOS

The default bridge name used by tapsetup `bridge0` is already used
by the macOS. This changes the default to `bridge42`.
parent dfb7ccf3
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ case "$(uname -s)" in ...@@ -185,7 +185,7 @@ case "$(uname -s)" in
Darwin) Darwin)
PLATFORM="OSX" PLATFORM="OSX"
if echo "$BRNAME" | grep -v -q "^bridge"; then if echo "$BRNAME" | grep -v -q "^bridge"; then
BRNAME=bridge0 BRNAME=bridge42
fi ;; fi ;;
FreeBSD) FreeBSD)
PLATFORM="FreeBSD" PLATFORM="FreeBSD"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment