Skip to content
Snippets Groups Projects
Commit 762c0038 authored by Thomas Eichinger's avatar Thomas Eichinger Committed by GitHub
Browse files

Merge pull request #6647 from thomaseichinger/pr/tapsetup

tools/tapsetup: change default bridge name on macOS
parents 408d3c48 4aaf8dd6
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