<div dir="ltr">Sorry I just realized you're looking for something different.<div>You can use libkea-dhcpsrv libraries to interact with the allocation engine at a lower level. Handle with care. See:</div><div><a href="https://reports.kea.isc.org/dev_guide/d8/d5f/libdhcpsrv.html">https://reports.kea.isc.org/dev_guide/d8/d5f/libdhcpsrv.html</a></div><div>Hope this helps!</div><div>-David</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 24, 2024 at 1:03 PM David Farje <<a href="mailto:davidabelfarje@gmail.com">davidabelfarje@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Kea provides a control channel that supports Unix Domain Sockets which is a form of local inter-process communication.<div>You'll be using a file to communicate with kea instead of the network. The file path can be configured in kea-dhcp6.conf</div><div><br></div><div> "control-socket": {<br> "socket-type": "unix",<br> "socket-name": "/tmp/kea6-ctrl-socket"<br> },<br></div><div><br></div><div>You can send your JSON configs directly there.</div><div><br></div><div>Hope this helps!</div><div>David Farje</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 24, 2024 at 12:25 PM Templin (US), Fred L via Kea-users <<a href="mailto:kea-users@lists.isc.org" target="_blank">kea-users@lists.isc.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
<div lang="EN-US">
<div>
<p class="MsoNormal">Hi, I have an application that runs on the same system as the kea server from which I want<u></u><u></u></p>
<p class="MsoNormal">to perform inter-process IPv6 address/prefix delegation requests with kea without having<u></u><u></u></p>
<p class="MsoNormal">to engage the network stack. Does kea provide an API for inter-process communication in<u></u><u></u></p>
<p class="MsoNormal">that way?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thank you - Fred<u></u><u></u></p>
</div>
</div>
-- <br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a>.<br>
<br>
Kea-users mailing list<br>
<a href="mailto:Kea-users@lists.isc.org" target="_blank">Kea-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a><br>
</div></blockquote></div>
</blockquote></div>