From: Dave B. <bla...@us...> - 2012-03-13 15:27:48
|
Update of /cvsroot/sblim/jsr48-client In directory vz-cvs-3.sog:/tmp/cvs-serv20436 Modified Files: NEWS sblim-cim-client2.properties Log Message: 3492214 - Add a SenderIPAddress property indications Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.258 retrieving revision 1.259 diff -u -d -r1.258 -r1.259 --- NEWS 13 Mar 2012 15:05:36 -0000 1.258 +++ NEWS 13 Mar 2012 15:27:45 -0000 1.259 @@ -1,5 +1,6 @@ Changes in HEAD ================ +3492214 Add a SenderIPAddress property indications 3492246 Rename new indication trace property 3490355 TCK: Cannot instantiate WBEMClientFactory 3490032 TCK: WBEMException must validate error ID Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- sblim-cim-client2.properties 13 Mar 2012 15:05:37 -0000 1.25 +++ sblim-cim-client2.properties 13 Mar 2012 15:27:46 -0000 1.26 @@ -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 |