Message ID | 20230504215247.581443-3-prestwoj@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/3] hwsim: remove 'optimization' sending to only known MACs | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/tools/utils.py b/tools/utils.py index d2e1c33b..48d5d219 100644 --- a/tools/utils.py +++ b/tools/utils.py @@ -529,7 +529,8 @@ class Namespace: ret = 'Namespace: %s\n' % self.name ret += 'Processes:\n' for p in Process.get_all(): - ret += '\t%s' % str(p) + if p.namespace == self.name: + ret += '\t%s' % str(p) ret += 'Radios:\n' if len(self.radios) > 0: