| H A D | utils.py | 4 import json as _json 167 def tool(name, args, json=None, ns=None, host=None): argument 169 if json: 173 if json: 178 def ip(args, json=None, ns=None, host=None): argument 181 return tool('ip', args, json=json, host=host) 184 def ethtool(args, json=None, ns=None, host=None): argument 185 return tool('ethtool', args, json=json, ns=ns, host=host)
|