eblot / pybootd

A minimalist bootp/dhcp/pxe and tftp server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pybootd fails If the host has IP addresses with 169.254.0.0/16 addresses

alexpilotti opened this issue · comments

Pybootd fails is the host contains interfaces where the netmask is not set, for example in case on auto assigned RFC 3927 IPs (169.254.0.0./16).

Fixed by: cloudbase@5b7e756

Patch applied