diff options
-rw-r--r-- | sos/plugins/networking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index ae6cb1bb..ae5ea717 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -89,6 +89,7 @@ class Networking(Plugin): self.add_forbidden_path("/proc/net/rpc/*/channel") self.add_forbidden_path("/proc/net/rpc/*/flush") + self.add_cmd_output("ip -o addr", root_symlink = "ip_addr") self.add_cmd_output("route -n", root_symlink="route") self.collect_iptable("filter") self.collect_iptable("nat") |