Page MenuHomeFreeBSD

Always issue the pxe request
ClosedPublic

Authored by bapt on May 27 2017, 12:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 15 2023, 3:43 PM
Unknown Object (File)
Sep 21 2023, 5:31 PM
Unknown Object (File)
Sep 11 2023, 4:44 AM
Unknown Object (File)
Jul 1 2023, 1:03 PM
Unknown Object (File)
May 16 2023, 11:27 AM
Unknown Object (File)
May 16 2023, 11:15 AM
Unknown Object (File)
May 16 2023, 11:02 AM
Unknown Object (File)
May 9 2023, 11:44 AM
Subscribers

Details

Summary

All the code are now only issue one single dhcp request a startup of the loader
meaning we can always request a the PXE informations from the
dhcp server.

Previous code lost that information, meaning no option 55 anymore (meaning not
working with the kea dhcp server) and no request for rootpath etc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/boot/common/dev_net.c
271 ↗(On Diff #28902)

There is an catch now. With BIOS pxe you get the ack there, but with the values as requested by the PXE rom, not the loader. so you will miss the FREEBSD user class setup;)

sys/boot/common/dev_net.c
271 ↗(On Diff #28902)

yes the next step is to drop that

This revision is now accepted and ready to land.May 27 2017, 12:31 PM
This revision was automatically updated to reflect the committed changes.