Merge pull request #6647 from thomaseichinger/pr/tapsetup

tools/tapsetup: change default bridge name on macOS
This commit is contained in:
Thomas Eichinger 2017-02-27 10:08:53 -08:00 committed by GitHub
commit 762c003816

View File

@ -185,7 +185,7 @@ case "$(uname -s)" in
Darwin)
PLATFORM="OSX"
if echo "$BRNAME" | grep -v -q "^bridge"; then
BRNAME=bridge0
BRNAME=bridge42
fi ;;
FreeBSD)
PLATFORM="FreeBSD"