diff options
author | Michael Cambria <mcambria@redhat.com> | 2021-11-12 09:07:24 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-11-17 14:25:40 -0500 |
commit | 83bade79da931225f12a1f40e576884bfe7173dd (patch) | |
tree | 63ca924e9a091ad45893e752d89bc1c504cb7808 | |
parent | 38a0533de3dd2613eefcc4865a2916e225e3ceed (diff) | |
download | sos-83bade79da931225f12a1f40e576884bfe7173dd.tar.gz |
Collect "ip route cache" data
Signed-off-by: Michael Cambria <mcambria@redhat.com>
-rw-r--r-- | sos/report/plugins/networking.py | 2 |
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", |