Commit a382b831 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to use 10.255.255.255 as un-bindable IP number, in the hope that there

is some limit to linux kernels promiscuousness.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4504 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c84aae5a
......@@ -562,7 +562,7 @@ main(int argc, char * const *argv)
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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment