DaanHoogland commented on code in PR #10440:
URL: https://github.com/apache/cloudstack/pull/10440#discussion_r1965287172


##########
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py:
##########
@@ -84,7 +84,7 @@ def process(self):
     def configure_server(self):
         # self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
         idx = 0
-        listen_address = ["127.0.0.1"]
+        listen_address = []

Review Comment:
   if we have info of the type of network at this point we can make the 
initializer conditional. (just a thought)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to