That obviously requires writing a C++ code. But, the good news is that we have hooks examples provided with Kea code and documentation.
Marcin On 13.11.2017 15:50, Rene Stoutjesdijk wrote: > Hello Marcin, > > thx for pointing me into that direction. > i'll have a closer look into it. > > wkr > rene > > On Mon, Nov 13, 2017 at 1:21 PM, Marcin Siodelski <[email protected] > <mailto:[email protected]>> wrote: > > Hello, > Any non-standard behavior like this can be implemented using hooks. > You'd need to create a simple hook library which implements > pkt4_send callout. > > See: > -https://jenkins.isc.org/job/Kea_doc/doxygen/index.html#hooksFramework > -https://jenkins.isc.org/job/Kea_doc/doxygen/de/df3/dhcpv4Hooks.html > <https://jenkins.isc.org/job/Kea_doc/doxygen/index.html#hooksFramework > -https://jenkins.isc.org/job/Kea_doc/doxygen/de/df3/dhcpv4Hooks.html> > > Marcin Siodelski > ISC > > > On 11.11.2017 16:23, Rene Stoutjesdijk wrote: > > Good day, > > i'm new too the list and couldn't find yet an answer to my challenge, > > hopefully you can help. > > > > Is it possible to setup KEA for DHCPv4 in such a way that: > > - if a discover comes in then following items are checked: > > - if a gi-addr is being used and if the broadcast_flag (0x8000) > is set > > then the response will be set with a unicast flag > > > > > > > > thx in advance for your response > > > > > > > > > > > > _______________________________________________ > > Kea-users mailing list > > [email protected] <mailto:[email protected]> > > https://lists.isc.org/mailman/listinfo/kea-users > <https://lists.isc.org/mailman/listinfo/kea-users> > > > > _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
