Skip to content

Commit

Permalink
Do not block traffic originating from an Ethernet interface in the cl…
Browse files Browse the repository at this point in the history
…oud. Ref #771.
  • Loading branch information
grossmj committed Nov 23, 2016
1 parent 7754d7f commit 38d9555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/compute/builtin/nodes/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _add_ubridge_connection(self, nio, port_number):
if port_info["type"] in ("ethernet", "tap"):

if sys.platform.startswith("win"):
yield from self._add_ubridge_ethernet_connection(bridge_name, port_info["interface"])
yield from self._add_ubridge_ethernet_connection(bridge_name, port_info["interface"], block_host_traffic=False)

else:

Expand Down

0 comments on commit 38d9555

Please sign in to comment.