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 Marcin Siodelski
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 > r

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 which implements

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 -https://jenkins.isc.org/job/Kea_doc/doxygen/de/df3/dhcpv4Hooks.htm

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

2017-11-11 Thread Rene Stoutjesdijk
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