copy service config from other node
This commit is contained in:
parent
54994f4c96
commit
41ae67b559
3 changed files with 85 additions and 22 deletions
|
@ -933,3 +933,6 @@ class CoreClient:
|
|||
config = self.emane_model_configs.get(_from)
|
||||
if config:
|
||||
self.emane_model_configs[_to] = config
|
||||
|
||||
def get_service_commands(self):
|
||||
self.create_nodes_and_links()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue