On Sat, 27 Apr 2024 09:51:01 -0400 Willem de Bruijn wrote:
+def ip(args, json=None, ns=None, host=None):
- if ns:
args = '-netns ' + ns + " " + args
Minor: inconsistent use of single and double comma strings. Maybe there's a reasoning that I'm just missing.
I also need to coerce ns to be a string, it may be class NetNS. v2 coming in 3... 2... 1...