pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
539 stars 125 forks source link

Do not ack an option if the client didn't request it first #170

Closed jcea closed 5 years ago

jcea commented 5 years ago

As documented in RFC 2347 page 3, the server MUST NOT ack an option not requested first by the client.

This change makes possible to PXE a Raspberry PI 3B+.

jcea commented 5 years ago

I think that being able to boot a Raspberry PI is important enough to justify a new PYPI release.

psychomario commented 5 years ago

Hi, Unfortunately this project is no longer being maintained, so I don't plan on performing any work on it. Feel free to fork it to continue your improvements.

icb- commented 5 years ago

@psychomario if you want to transfer the project to an organization and add me (icb) as a maintainer in PyPI, I should be able to take care of PyPXE.

psychomario commented 5 years ago

@icb- Done, let me know if anything is not as expected or if you need further access.

psychomario commented 5 years ago

Also, Thank you.