[Ovirt-devel] [PATCH server] Fix dnsmasq config to not conflict with libvirt.

Joey Boggs jboggs at redhat.com
Wed Feb 25 17:27:38 UTC 2009


Jason Guiditta wrote:
> Signed-off-by: Jason Guiditta <jguiditt at redhat.com>
> ---
>  .../modules/ovirt/templates/ovirt-dhcp.conf.erb    |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/installer/modules/ovirt/templates/ovirt-dhcp.conf.erb b/installer/modules/ovirt/templates/ovirt-dhcp.conf.erb
> index 4569f77..acbdb39 100644
> --- a/installer/modules/ovirt/templates/ovirt-dhcp.conf.erb
> +++ b/installer/modules/ovirt/templates/ovirt-dhcp.conf.erb
> @@ -1,4 +1,6 @@
>  interface=<%= dhcp_interface %>
> +bind-interfaces
> +except-interface=lo
>  dhcp-range=<%= dhcp_network %>.<%= dhcp_start %>,<%= dhcp_network%>.<%= dhcp_stop %>
>  domain=<%= dhcp_domain %>
>  dhcp-option=option:router,<%= prov_network_gateway %>
>   

ACK




More information about the ovirt-devel mailing list