Skip to content

Commit 8040fc2

Browse files
committed
VR: add bind-interfaces to /etc/dnsmasq.d/cloud.conf
1 parent f13cf59 commit 8040fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/debian/opt/cloud/bin/cs/CsDhcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def process(self):
8282
CsHelper.service("dnsmasq", "reload")
8383

8484
def configure_server(self):
85-
# self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
85+
self.conf.add("bind-interfaces", 0)
8686
idx = 0
8787
listen_address = ["127.0.0.1"]
8888
for i in self.devinfo:

0 commit comments

Comments
 (0)