copy over wlan config, emane, mobility config, service config, service file config
This commit is contained in:
parent
9dd42e0359
commit
086e3316eb
3 changed files with 34 additions and 3 deletions
|
@ -870,6 +870,7 @@ class CanvasGraph(tk.Canvas):
|
|||
copy_map[canvas_nid] = node.id
|
||||
self.core.canvas_nodes[copy.id] = node
|
||||
self.nodes[node.id] = node
|
||||
self.core.copy_node_config(core_node.id, copy.id)
|
||||
|
||||
edges = self.nodes[canvas_nid].edges
|
||||
for edge in edges:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue