Blame SOURCES/0061-base-rdsosreport.sh-add-ip-a-output.patch

18971c
From be10aecb17b1f71682cfc364553cf35f150a1045 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Tue, 10 Dec 2013 12:58:37 +0100
18971c
Subject: [PATCH] base/rdsosreport.sh: add "ip a" output
18971c
18971c
---
18971c
 modules.d/99base/rdsosreport.sh | 2 ++
18971c
 1 file changed, 2 insertions(+)
18971c
18971c
diff --git a/modules.d/99base/rdsosreport.sh b/modules.d/99base/rdsosreport.sh
18971c
index bfa55bbb..5e11166e 100755
18971c
--- a/modules.d/99base/rdsosreport.sh
18971c
+++ b/modules.d/99base/rdsosreport.sh
18971c
@@ -42,6 +42,8 @@ command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree
18971c
 
18971c
 cat /proc/mdstat
18971c
 
18971c
+command -v ip >/dev/null 2>/dev/null && ip addr
18971c
+
18971c
 if command -v journalctl >/dev/null 2>/dev/null; then
18971c
     journalctl -ab --no-pager -o short-monotonic
18971c
 else