<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Francis,<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">I did experiment loaded bootp hook and it worked with following DEBUG message:<br>kea4 | DEBUG BOOTP_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: Option parse failed. Tried to parse 161 bytes from 158-byte long buffer.<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">However rest of processing was succeded and device became online.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Is this something stable, that can be trusted to work with on some production environment ?</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Thanks!</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">pon., 1 gru 2025 o 16:44 Francis Dupont <<a href="mailto:fdupont@isc.org">fdupont@isc.org</a>> napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Something which perhaps works: load the other standard hook which unpacks/<br>
parses incoming packets and handles lenient pasrsing: the bootp hook.<br>
It will throw on malformed packets: not a very good thing as hooks are not<br>
supposed to throw but the exception is caught and processing continues with<br>
the partially parsed packet. BTW I am interested by this experiment so<br>
if it works or not can you answer to this message?<br>
<br>
Thanks<br>
<br>
Francis Dupont <<a href="mailto:fdupont@isc.org" target="_blank">fdupont@isc.org</a>><br>
<br>
PS: the bootp hook must be loaded before the lease query hook: they are called<br>
in the order they are configured / loaded.<br>
</blockquote></div>