<div dir="ltr">Hi Peter,<div><br></div><div>So let me get this straight. You are suggesting I try doing it the right way?!?  ;)</div><div><br></div><div>Agreed. Using concat, if nothing else, seems to be the documented method for making this happen. Using concat also makes me want to drink.</div><div><br></div><div>Thanks for the links, too. I'm not sure how I missed those with all the goog'ing I was doing for this. When I duplicate the desired behavior with concat instead of with duct tape, I'll hit the list back with the config.</div><div><br></div><div>Thank you for your time.</div><div><br></div><div><br></div><div>Regards,</div><div>Ryan Gray<br><br><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 12, 2018 at 8:02 AM Peter Rathlev <<a href="mailto:peter@rathlev.dk">peter@rathlev.dk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 2018-09-12 at 07:19 -0500, Ryan Gray wrote:<br>
> I am sure that this works on the server. That is not because I found<br>
> it in the documentation, but just based on seeing it myself. <br>
<br>
Well something doesn't work, otherwise I assume you wouldn't have<br>
posted the first email. :-)<br>
<br>
My point was since I cannot find "append" anywhere in the man pages for<br>
current versions of the server, then maybe that's just not a supported<br>
thing and it could be wrecking havoc. A bug, yes, but only something<br>
that appears when configuring non-supported things.<br>
<br>
Searching the interwebs I found this:<br>
<br>
  <a href="https://lists.isc.org/pipermail/dhcp-users/2009-October/010456.html" rel="noreferrer" target="_blank">https://lists.isc.org/pipermail/dhcp-users/2009-October/010456.html</a><br>
<br>
Almost exactly the same problem as yours: Using "append" to add option<br>
15 makes options 1, 3 and 6 disappear. No answers to that one though.<br>
<br>
Also see this:<br>
<br>
  <a href="https://www.syslinux.org/archives/2003-January/001448.html" rel="noreferrer" target="_blank">https://www.syslinux.org/archives/2003-January/001448.html</a><br>
<br>
Maybe "append" was a dhcpd 3.x thing?<br>
<br>
> When the "append dhcp-parameter-request-list" and the "option vendor-<br>
> encapsulated-options...." are included in the config block for that<br>
> subnet, 3, 6, and 28 are just not sent.    That was, until I added<br>
> the line "append dhcp-parameter-request-list 3", then one for 6 and<br>
> another for 28. I suspect these aren't the only options missing, but<br>
> the only ones I'm caring about today.<br>
> <br>
> I agree this behavior seems odd. That said, I have proven, at least<br>
> here, that these changes fix the issue. This seems like one of those<br>
> murky things that's going to manifest again during an upgrade or<br>
> other system change. :)<br>
<br>
My guess is that using the documented "concat" function will actually<br>
solve your problem of disappearing options. I'm guessing this since we<br>
use it that way and are not missing any options.<br>
<br>
-- <br>
Peter<br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote></div><br></div></div>