Skip to content

Commit 3b1a83a

Browse files
committed
add workaround from issue reporter
1 parent 35fe19f commit 3b1a83a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def configure_server(self):
139139
# Listen Address
140140
if self.cl.is_redundant():
141141
listen_address.append(gateway)
142+
listen_address.append(ip)
142143
else:
143144
listen_address.append(ip)
144145
# Add localized "data-server" records in /etc/hosts for VPC routers

0 commit comments

Comments
 (0)