> From patchwork Thu Jun 9 05:38:01 2016 > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [ovs-dev,4/4] ovn-northd: Add logical flows to support native DHCP > From: Ben Pfaff <b...@ovn.org> > X-Patchwork-Id: 632636 > To: dev@openvswitch.org > Cc: Ben Pfaff <b...@ovn.org> > Date: Wed, 8 Jun 2016 22:38:01 -0700 > > From: Numan Siddique <nusid...@redhat.com> > > OVN implements a native DHCP support which caters to the common > use case of providing an IP address to a booting instance by > providing stateless replies to DHCP requests based on statically > configured address mappings. To do this it allows a short list of > DHCP options to be configured and applied at each compute host > running ovn-controller. > > A new table 'Subnet' is added in OVN NB DB to store the DHCP options. > > For each logical port following flows are added if the CMS has defined > DHCP options in the 'Subnet' column > > - A logical flow which copies the DHCP options to the DHCP > request packets using the 'put_dhcp_opts' action and advances the > packet to the next stage. > > - A logical flow which implements the DHCP reponder by sending > the DHCP reply back to the inport once the 'put_dhcp_opts' action > is applied. > > Signed-off-by: Numan Siddique <nusid...@redhat.com> > Signed-off-by: Ben Pfaff <b...@ovn.org> > ---
This patch set appears to have multiple collisions when I try to apply it - should it be rebased? Ryan _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev