dreport: Added ip address plugin

Change-Id: I1ec3489330abf23eaf87e26a12424d1949f3bf4b
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/tools/dreport.d/plugins.d/ipaddr b/tools/dreport.d/plugins.d/ipaddr
new file mode 100644
index 0000000..3f1159f
--- /dev/null
+++ b/tools/dreport.d/plugins.d/ipaddr
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# config: 2 30
+# @brief: Collect ip addr information.
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="ip addr"
+file_name="ipaddr.log"
+command="ip addr"
+
+add_cmd_output "$command" "$file_name" "$desc"