mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
parent
5631e1bd86
commit
6837cc8e23
@ -34,7 +34,7 @@ class Nat(Cloud):
|
||||
if "virbr0" not in [interface["name"] for interface in gns3server.utils.interfaces.interfaces()]:
|
||||
raise NodeError("virbr0 is missing. You need to install libvirt")
|
||||
|
||||
self.ports = [
|
||||
self.ports_mapping = [
|
||||
{
|
||||
"name": "virbr0",
|
||||
"type": "ethernet",
|
||||
@ -53,5 +53,5 @@ class Nat(Cloud):
|
||||
"node_id": self.id,
|
||||
"project_id": self.project.id,
|
||||
"status": "started",
|
||||
"ports_mapping": self.ports
|
||||
"ports_mapping": self.ports_mapping
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user