changed net_cmd to host_cmd and node_net_cmd to cmd, for simpler more logical naming
This commit is contained in:
parent
d4af459653
commit
6006710c32
16 changed files with 74 additions and 76 deletions
|
@ -1915,4 +1915,4 @@ class Session(object):
|
|||
utils.mute_detach(data)
|
||||
else:
|
||||
node = self.get_node(node_id)
|
||||
node.node_net_cmd(data, wait=False)
|
||||
node.cmd(data, wait=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue