[ovs-dev] [PATCH v3 2/2] ovn: Add logical flows to support nativeDHCP

Numan Siddique nusiddiq at redhat.com
Tue May 3 08:43:43 UTC 2016


On Mon, May 2, 2016 at 9:32 PM, Ryan Moats <rmoats at us.ibm.com> wrote:

> "dev" <dev-bounces at openvswitch.org> wrote on 04/28/2016 08:51:41 AM:
>
> > From: Numan Siddique <nusiddiq at redhat.com>
> > To: ovs dev <dev at openvswitch.org>
> > Date: 04/28/2016 08:52 AM
> > Subject: [ovs-dev] [PATCH v3 2/2] ovn: Add logical flows to support
> > native DHCP
> > Sent by: "dev" <dev-bounces at openvswitch.org>
> >
> > 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.
> >
> > A logical flow is added for each logical port to handle DHCP packets
> > using the 'dhcp_offer' action if the CMS has defined DHCP options
> > in the 'Subnet' column.
> >
> > Signed-Off-by: Numan Siddique <nusiddiq at redhat.com>
>
> Like patch 1 in the series, I've tested this out end-to-end via openstack
> (with https://review.openstack.org/#/c/243174) and rally and it holds up
> well enough to give it the following thumbs up:
>
> Acked-by: Ryan Moats <rmoats at us.ibm.com>
> Tested-by: Ryan Moats <rmoats at us.ibm.com>
>

​Thank you for the Ack and Testing it.

Regards
Numan
​



More information about the dev mailing list