]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't use AI_ADDRCONFIG when binding to wildcard addresses
authorJán Tomko <jtomko@redhat.com>
Thu, 29 May 2014 09:21:25 +0000 (11:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 2 Jun 2014 15:12:01 +0000 (17:12 +0200)
commit819ca36e2b65a0a34263547161a98cec497780c8
tree7ff89fd0fbf275f20a51224df67fc2224afae876
parent25a5df16a6d3b4785f4f45efc0e9efec659869fe
Don't use AI_ADDRCONFIG when binding to wildcard addresses

https://bugzilla.redhat.com/show_bug.cgi?id=1098659

With parallel boot, network addresses might not yet be assigned [1],
but binding to wildcard addresses should work.

For non-wildcard addresses, ADDRCONFIG is still used. Document this
in libvirtd.conf.

[1] http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
daemon/libvirtd.conf
src/rpc/virnetsocket.c