Feature #9470
pxeboot should assume / if no path provided in root-path
Start date:
2018-04-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
If the root-path DHCP option is set to a string such as "tftp://10.0.0.1" then parsing will fail and the literal string will be used as the path prefix for TFTP requests.
In the absence of a path, pxeboot should assume "/" (which is generally correct for TFTP).
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 924d84dc7aa9fc64a9236547607679645a139d85
commit 924d84dc7aa9fc64a9236547607679645a139d85 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2018-05-11T15:00:16.000Z 9469 pxeboot should default to TFTP in absence of root-path 9470 pxeboot should assume / if no path provided in root-path 9471 pxeboot.5 example ISC DHCP daemon syntax does not work Reviewed by: Dominik Hassler <hadfl@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>