cleanup and support for editing links within the web app and rest api
This commit is contained in:
parent
5f6f718e92
commit
f9200db939
8 changed files with 180 additions and 38 deletions
|
@ -83,6 +83,7 @@ def link_config(network, interface, link_options, devname=None, interface_two=No
|
|||
if not nodeutils.is_node(network, [NodeTypes.EMANE, NodeTypes.PHYSICAL]):
|
||||
config["devname"] = devname
|
||||
|
||||
logger.info("configuring link for network(%s): %s", network.name, config)
|
||||
network.linkconfig(**config)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue