Skip to content

Commit

Permalink
[networking] Capture nmstatectl commands
Browse files Browse the repository at this point in the history
Capture 'nmstatectl show' and 'nmstatectl show --running-config'

Related: RHEL-50639

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill authored and TurboTurtle committed Jul 31, 2024
1 parent 9578727 commit 1c9a440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sos/report/plugins/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def setup(self):
"ip neigh show nud noarp",
"biosdevname -d",
"tc -s qdisc show",
"nmstatectl show",
"nmstatectl show --running-config",
])

if self.path_isdir('/sys/class/devlink'):
Expand Down

0 comments on commit 1c9a440

Please sign in to comment.