On Tue, Nov 24, 2015 at 04:48:59PM +0530, bscha...@redhat.com wrote: > This patch series introduces native dhcp support in ovn controller. > v4 has few bug fixes in the test cases > > Babu Shanmugam (3): > ovn: Dedicated connection handler for packet-ins > ovn: New flows for DHCP tranffic > ovn: Process dhcp packet-ins and respond through packet-outs > > Numan Siddique (1): > ovn: Add tests for ovn dhcp
Hi Babu and Numan. So far, we've been able to build OVN so that the logic of the system is implemented in terms of OVN logical flows. That is, the logical flow table determines what happens in every significant way in OVN. It would be nice to preserve this property for DHCP. A design of this form would have to include a way for the flow table to extract DHCP header and option information from packets, and for the flow table to create new DHCP packets and set their header and option values. It would be more work, but then the DHCP behavior could be controlled entirely from ovn-northd by modifying the flow table. I'd like to discuss whether this is practical and worth the effort. Do you have any initial thoughts? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev