removed lock for distributed commands and limited usage to uploads

This commit is contained in:
Blake Harnden 2019-10-16 20:19:51 -07:00
parent 8aef9f273f
commit 009ce8143e
2 changed files with 6 additions and 8 deletions

View file

@ -167,7 +167,6 @@ class PhysicalNode(CoreNodeBase):
# this is reached when this node is linked to a network node
# tunnel to net not built yet, so build it now and adopt it
_, remote_tap = self.session.create_gre_tunnel(net, self.server)
# net.detach(remote_tap)
self.adoptnetif(remote_tap, ifindex, hwaddr, addrlist)
return ifindex
else: