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 9167cd3 commit 393b5d2Copy full SHA for 393b5d2
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
@@ -226,7 +226,7 @@ def add(self, entry):
226
i = IPAddress(entry['ipv4_address'])
227
# Calculate the device
228
for v in self.devinfo:
229
- if i > v['network'].network and i < v['network'].broadcast:
+ if i > v['network'].network and v['network'].broadcast and i < v['network'].broadcast:
230
v['dnsmasq'] = True
231
# Virtual Router
232
v['gateway'] = entry['default_gateway']
0 commit comments