Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def configure_server(self):
# Listen Address
if self.cl.is_redundant():
listen_address.append(gateway)
listen_address.append(ip)
else:
listen_address.append(ip)
# Add localized "data-server" records in /etc/hosts for VPC routers
Expand Down
Loading