removed saving default configurations for wlan and mobility by default, updated session.add_node to set default configurations for wlan and emane
This commit is contained in:
parent
eced9863ad
commit
9445b63bd2
5 changed files with 11 additions and 7 deletions
|
@ -30,6 +30,8 @@ def add_node_data(node_proto):
|
|||
options.opaque = node_proto.opaque
|
||||
options.image = node_proto.image
|
||||
options.services = node_proto.services
|
||||
if node_proto.emane:
|
||||
options.emane = node_proto.emane
|
||||
if node_proto.server:
|
||||
options.server = node_proto.server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue