mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-15 22:08:17 +00:00
Use custom VMnet interfaces without host adapter when uBridge is not used. Fixes #673.
This commit is contained in:
@ -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():
|
||||
|
Reference in New Issue
Block a user