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

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