Re: [Kea-users] ignore the broadcast flag in a discover and response with unicast

2017-11-13 Thread Francis Dupont
It requires to write code but it does not strictly require C++ code even it this case it will be simpler than to master interfaces between C++ and "external" languages as Python, OCaml, Lua or V8 cf. the fdxhook branch available on github where I describe such experiment. Regards Francis Dupont

Re: [Kea-users] ignore the broadcast flag in a discover and response with unicast

2017-11-13 Thread Rene Stoutjesdijk
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 wrote: > Hello, > Any non-standard behavior like this can be implemented using hooks. You'd > need to create a simple hook library

Re: [Kea-users] ignore the broadcast flag in a discover and response with unicast

2017-11-13 Thread Marcin Siodelski
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