changes to update commands to leverage either node_net_cmd/net_cmd

This commit is contained in:
Blake Harnden 2019-10-10 15:25:12 -07:00
parent bc58693339
commit f6cdeb23de
13 changed files with 67 additions and 37 deletions

View file

@ -2044,4 +2044,5 @@ class Session(object):
utils.mute_detach(data)
else:
node = self.get_node(node_id)
node.cmd(data, wait=False)
data = utils.split_args(data)
node.node_net_cmd(data, wait=False)