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

Jason Guiditta jguiditt at redhat.com
Tue Feb 24 22:27:18 UTC 2009


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 %>
-- 
1.6.0.6




More information about the ovirt-devel mailing list