mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 15:53:47 +00:00
Possibility to customize port names and adapter types for Qemu, VirtualBox, VMware and Docker. Fixes #2361.
MAC addresses can customized for Qemu as well.
This commit is contained in:
@ -141,6 +141,7 @@ def test_json(node, compute):
|
||||
"port_name_format": "Ethernet{0}",
|
||||
"port_segment_size": 0,
|
||||
"first_port_name": None,
|
||||
"custom_adapters": [],
|
||||
"ports": [
|
||||
{
|
||||
"adapter_number": 0,
|
||||
@ -169,7 +170,8 @@ def test_json(node, compute):
|
||||
"label": node.label,
|
||||
"port_name_format": "Ethernet{0}",
|
||||
"port_segment_size": 0,
|
||||
"first_port_name": None
|
||||
"first_port_name": None,
|
||||
"custom_adapters": []
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user