|
From: Dave B. <bla...@us...> - 2012-02-23 20:17:58
|
Update of /cvsroot/sblim/jsr48-client
In directory vz-cvs-3.sog:/tmp/cvs-serv1377
Modified Files:
Tag: Experimental
sblim-cim-client2.properties
Log Message:
3492214 - Add a SenderIPAddress property indications
Index: sblim-cim-client2.properties
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -u -d -r1.1.2.28 -r1.1.2.29
--- sblim-cim-client2.properties 23 Feb 2012 18:20:57 -0000 1.1.2.28
+++ sblim-cim-client2.properties 23 Feb 2012 20:17:56 -0000 1.1.2.29
@@ -668,4 +668,18 @@
# Recognition: On next creation of WBEMListener
# Format: [class:]property[,property]*
#
-#sblim.wbem.listenerIndicationTraceFilter=
\ No newline at end of file
+#sblim.wbem.listenerIndicationTraceFilter=
+
+# If set to true, a property will be added to all indications that identifies
+# the sender's IP address. If set to false, the property will not be added.
+#
+# The property is a CIMProperty with:
+# name = "SBLIMJCC_SenderIPAddress"
+# type = CIMDataType.STRING_T
+# value = String returned by InetAddress.getHostAddress() (i.e. 1.2.3.4)
+#
+# Type: Boolean
+# Recognition: On next creation of a WBEMListener
+# Default: false
+#
+#sblim.wbem.listenerAddSenderIPAddress=false
\ No newline at end of file
|