Try to fix VPCS and loobpack adapters not working together. Ref #771.

This commit is contained in:
grossmj
2016-11-15 17:36:51 +11:00
parent 5166d894eb
commit 3c384a7bf0
2 changed files with 2 additions and 11 deletions

View File

@ -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: