This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new f2e688af260 VR: add bind-interfaces to /etc/dnsmasq.d/cloud.conf
(#10739)
f2e688af260 is described below
commit f2e688af260bf616851c506f8484708b0a6e9c8c
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Apr 18 13:20:13 2025 +0200
VR: add bind-interfaces to /etc/dnsmasq.d/cloud.conf (#10739)
---
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
index 385cc49a90f..f9212db2abe 100755
--- a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
+++ b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
@@ -82,7 +82,7 @@ class CsDhcp(CsDataBag):
CsHelper.service("dnsmasq", "reload")
def configure_server(self):
- # self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
+ self.conf.add("bind-interfaces", 0)
idx = 0
listen_address = ["127.0.0.1"]
for i in self.devinfo: