Re: [libvirt] [PATCH v2] network: add an option to make dns public

2015-07-21 Thread Peter Krempa
On Mon, Jul 20, 2015 at 17:42:05 +0200, Cedric Bosdonnat wrote: > On Mon, 2015-07-20 at 16:25 +0200, Peter Krempa wrote: > > On Mon, Jul 20, 2015 at 11:29:15 +0200, Cédric Bosdonnat wrote: > > > In some use cases we don't want the virtual network's DNS to only > > > listen to the vnet interface. Ad

Re: [libvirt] [PATCH v2] network: add an option to make dns public

2015-07-20 Thread Cedric Bosdonnat
On Mon, 2015-07-20 at 16:25 +0200, Peter Krempa wrote: > On Mon, Jul 20, 2015 at 11:29:15 +0200, Cédric Bosdonnat wrote: > > In some use cases we don't want the virtual network's DNS to only > > listen to the vnet interface. Adding a publiclyAccessible attribute > > to the dns element in the config

Re: [libvirt] [PATCH v2] network: add an option to make dns public

2015-07-20 Thread Peter Krempa
On Mon, Jul 20, 2015 at 11:29:15 +0200, Cédric Bosdonnat wrote: > In some use cases we don't want the virtual network's DNS to only > listen to the vnet interface. Adding a publiclyAccessible attribute > to the dns element in the configuration allows the DNS to listen to > all interfaces. Would yo

[libvirt] [PATCH v2] network: add an option to make dns public

2015-07-20 Thread Cédric Bosdonnat
In some use cases we don't want the virtual network's DNS to only listen to the vnet interface. Adding a publiclyAccessible attribute to the dns element in the configuration allows the DNS to listen to all interfaces. It simply disables the bind-dynamic option of dnsmasq for the network. --- Thi