r5755 - trunk/varnish-cache/bin/varnishtest/tests

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Jan 18 09:00:54 CET 2011


Author: tfheen
Date: 2011-01-18 09:00:53 +0100 (Tue, 18 Jan 2011)
New Revision: 5755

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00003.vtc
Log:
Add comment about non-local binds in c00003.vtc


Modified: trunk/varnish-cache/bin/varnishtest/tests/c00003.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00003.vtc	2011-01-14 20:07:05 UTC (rev 5754)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00003.vtc	2011-01-18 08:00:53 UTC (rev 5755)
@@ -9,8 +9,11 @@
 	txresp -hdr "Connection: close" -body "012345\n"
 } -start
 
+# This requires non-local binds to be disabled.  If you see this fail
+# and are on Linux, ensure /proc/net/ipv4/ip_nonlocal_bind is set to 0.
 varnish v1 -cliok "param.set listen_address ${bad_ip}:0"
 varnish v1 -vcl+backend {} -clierr 300 start
+
 varnish v1 -cliok "param.set listen_address 127.0.0.1:0,${bad_ip}:9082"
 varnish v1 -start
 




More information about the varnish-commit mailing list