We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c7a2b + ab02cf7 commit 766eab8Copy full SHA for 766eab8
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
@@ -158,7 +158,7 @@ def preseed(self):
158
self.add_host("::1", "localhost ip6-localhost ip6-loopback")
159
self.add_host("ff02::1", "ip6-allnodes")
160
self.add_host("ff02::2", "ip6-allrouters")
161
- if self.config.is_router():
+ if self.config.is_router() or self.config.is_dhcp():
162
self.add_host(self.config.address().get_guest_ip(), "%s data-server" % CsHelper.get_hostname())
163
164
def write_hosts(self):
0 commit comments