We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b89f08 commit 75f8990Copy full SHA for 75f8990
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
@@ -231,7 +231,7 @@ def add(self, entry):
231
i = IPAddress(entry['ipv4_address'])
232
# Calculate the device
233
for v in self.devinfo:
234
- if i > v['network'].network and i < v['network'].broadcast:
+ if i > v['network'].network and v['network'].broadcast and i < v['network'].broadcast:
235
v['dnsmasq'] = True
236
# Virtual Router
237
v['gateway'] = entry['default_gateway']
0 commit comments