aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Cambria <mcambria@redhat.com>2021-11-12 09:07:24 -0500
committerJake Hunsaker <jhunsake@redhat.com>2021-11-17 14:25:40 -0500
commit83bade79da931225f12a1f40e576884bfe7173dd (patch)
tree63ca924e9a091ad45893e752d89bc1c504cb7808
parent38a0533de3dd2613eefcc4865a2916e225e3ceed (diff)
downloadsos-83bade79da931225f12a1f40e576884bfe7173dd.tar.gz
Collect "ip route cache" data
Signed-off-by: Michael Cambria <mcambria@redhat.com>
-rw-r--r--sos/report/plugins/networking.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/report/plugins/networking.py b/sos/report/plugins/networking.py
index f2bdca06..cc93c9e9 100644
--- a/sos/report/plugins/networking.py
+++ b/sos/report/plugins/networking.py
@@ -95,6 +95,8 @@ class Networking(Plugin):
"networkctl status -a",
"ip route show table all",
"ip -6 route show table all",
+ "ip -d route show cache",
+ "ip -d -6 route show cache",
"ip -4 rule",
"ip -6 rule",
"ip -s -d link",