r4504 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Thu Jan 28 10:58:09 CET 2010


Author: phk
Date: 2010-01-28 10:58:09 +0100 (Thu, 28 Jan 2010)
New Revision: 4504

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Try to use 10.255.255.255 as un-bindable IP number, in the hope that there
is some limit to linux kernels promiscuousness.



Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2010-01-28 09:36:15 UTC (rev 4503)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2010-01-28 09:58:09 UTC (rev 4504)
@@ -562,7 +562,7 @@
 	macro_def(vl, NULL, "tmpdir", vtc_tmpdir);
 	vtc_thread = pthread_self();
 
-	macro_def(vl, NULL, "bad_ip", "255.255.255.254");
+	macro_def(vl, NULL, "bad_ip", "10.255.255.255");
 	tmax = 0;
 	nmax = NULL;
 	t00 = TIM_mono();



More information about the varnish-commit mailing list