Possible regression in 3.1.0?
Matt Cowger
mcowger at salesforce.com
Fri Aug 10 17:06:10 UTC 2007
David,
Thanks for the pointer. Perhaps I will submit a patch for the release
notes, as I know this will break lots of people's PXELinux
infrastructures.
I'm not quite sure what you mean by redefining them as regular options?
Do you mean enabling the code snippet you provided below or changing
something about my config options?
--matt
-----Original Message-----
From: dhcp-hackers-bounce at isc.org [mailto:dhcp-hackers-bounce at isc.org]
On Behalf Of David W. Hankins
Sent: Friday, August 10, 2007 9:02 AM
To: dhcp-hackers at isc.org
Subject: Re: Possible regression in 3.1.0?
On Thu, Aug 09, 2007 at 05:08:25PM -0700, Matt Cowger wrote:
> option space pxelinux;
> option pxelinux.magic code 208 = string;
> option pxelinux.configfile code 209 = text;
> option pxelinux.pathprefix code 210 = text;
> option pxelinux.reboottime code 211 = unsigned integer 32;
>
> site-option-space "pxelinux";
What's happening here is options less than 224 aren't being pulled
out of the named site-local option space, they're being tried in
the dhcp option space.
More information about the dhcp-hackers
mailing list