You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2014/07/29 22:45:50 UTC

svn commit: r1614481 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue Jul 29 20:45:49 2014
New Revision: 1614481

URL: http://svn.apache.org/r1614481
Log:
Clarify doc

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1614481&r1=1614480&r2=1614481&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Jul 29 20:45:49 2014
@@ -336,7 +336,8 @@ and send HTTP/HTTPS requests for all ima
         </property>
         <property name="Source address field" required="No">
         <i>[Only for HTTP Request with HTTPClient implementation]</i> <br></br>
-        Override the default local IP address for this sample.
+        This property is used to enable IP Spoofing.
+        It override the default local IP address for this sample.
         The JMeter host must have multiple IP addresses (i.e. IP aliases, network interfaces, devices).
         The value can be a host name, IP address, or a network interface device such as "eth0" or "lo" or "wlan0".<br></br>
         If the property <b>httpclient.localaddress</b> is defined, that is used for all HttpClient requests.