removed lock for distributed commands and limited usage to uploads
This commit is contained in:
parent
8aef9f273f
commit
009ce8143e
2 changed files with 6 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue