Ignore loopback when trying to find a socket to copy for proxying
authorAlan T. DeKok <aland@freeradius.org>
Mon, 13 Sep 2010 14:20:23 +0000 (16:20 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 13 Sep 2010 14:20:23 +0000 (16:20 +0200)
commitc34b51f82d6cb3e850abe27075952928f5b497f2
tree0d74201051813c8aafdfa5abb1a6a0695bafa0e1
parent8430b7a455cb43e24458e0f17887ac4694742f51
Ignore loopback when trying to find a socket to copy for proxying

If 127.0.0.1:2000 was defined as the *first* listener, the proxy code
would use that.  Instead, it should ignore loopback, and prefer to use
another IP, or *
src/main/listen.c