On Fri, Oct 23, 2015 at 02:11:08PM +0530, Numan Siddique wrote: > A new table is created for controller flows. A logical flow is created > for every datapath, to submit the packets matching DHCP pattern to > the controller table. > > An entry is created in the controller table by the ovn-controller to do a > packet-in on every port's MAC address that matches it's chasis id. > > Signed-off-by: Numan Siddique <nusid...@redhat.com>
I'm not sure I fully understand the intent here. The concept I've been using for OVN logical flows (which I now understand I haven't articulated), is that whether the controller is involved in processing should be hidden from the logical flow table. That is, instead of "controller" as the action, the action would be whatever should actually be done to the packet. Then ovn-controller can implement that through the flow table, or by sending the packet to the controller, or some other appropriate way. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev