copy service config from other node

This commit is contained in:
Huy Pham 2020-01-09 08:54:15 -08:00
parent 54994f4c96
commit 41ae67b559
3 changed files with 85 additions and 22 deletions

View file

@ -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()