1
1
mirror of https://github.com/eblot/pybootd.git synced 2024-08-17 18:00:33 +03:00

Fix invalid variable to track buggy clients

This commit is contained in:
Emmanuel Blot 2020-04-10 18:40:07 +02:00
parent 668a1d94d9
commit 9e5b35a12d

View File

@ -751,7 +751,9 @@ class BootpServer:
if pxe:
self.uuidpool[mac_addr] = uuid
if mac_addr in self.buggy_clients:
if mac_str in self.buggy_clients:
self.log.debug('Force global broadcast for buggy client %s',
mac_str)
addr = ('255.255.255.255', addr[1])
# send the response