Skip to content

Commit 6532246

Browse files
committed
VR: dnsmasq does not listen on 127.0.0.1
1 parent e196275 commit 6532246

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
@@ -84,7 +84,7 @@ def process(self):
8484
def configure_server(self):
8585
# self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
8686
idx = 0
87-
listen_address = ["127.0.0.1"]
87+
listen_address = []
8888
for i in self.devinfo:
8989
if not i['dnsmasq']:
9090
continue

0 commit comments

Comments
 (0)