Skip to content

Commit

Permalink
add workaround from issue reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanHoogland committed Jan 14, 2025
1 parent 35fe19f commit 3b1a83a
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 3b1a83a

Please sign in to comment.