Use custom VMnet interfaces without host adapter when uBridge is not used. Fixes #673.

This commit is contained in:
grossmj
2015-09-20 13:19:57 -06:00
parent c5ce6af872
commit 5bcabc705f
4 changed files with 55 additions and 6 deletions

View File

@ -33,7 +33,7 @@ else:
if sys.platform.startswith("win"):
DEFAULT_RANGE = [1, 19]
else:
DEFAULT_RANGE = [10, 100]
DEFAULT_RANGE = [10, 99]
def parse_networking_file():