Binding to "any"

Poul-Henning Kamp phk at phk.freebsd.dk
Tue May 15 01:27:48 CEST 2007


In message <871whjtq5p.fsf at des.linpro.no>, Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=
 writes:

>Currently, there is a known issue with varnishd on FreeBSD, where if you
>run it with "-a :80" it will only bind to IN6ADDR_ANY instead of both
>INADDR_ANY and IN6ADDR_ANY.

I think the failure condition in the wildcard case should be "couldn't
bind to any address", wouldn't that solve it ?

It could be generalized to "for each -a argument, fail only if no
binding was achieved at all".

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-dev mailing list