mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Try to fix VPCS and loobpack adapters not working together. Ref #771.
This commit is contained in:
@ -603,7 +603,7 @@ class BaseNode:
|
||||
yield from self._ubridge_send('bridge add_nio_ethernet {name} "{interface}"'.format(name=bridge_name,
|
||||
interface=npf_id))
|
||||
else:
|
||||
raise NodeError("Could not find NPF id for VMnet interface {}".format(ethernet_interface))
|
||||
raise NodeError("Could not find NPF id for interface {}".format(ethernet_interface))
|
||||
|
||||
if block_host_traffic:
|
||||
if source_mac:
|
||||
|
Reference in New Issue
Block a user