On Mon, May 2, 2016 at 9:32 PM, Ryan Moats <[email protected]> wrote:
> "dev" <[email protected]> wrote on 04/28/2016 08:51:41 AM: > > > From: Numan Siddique <[email protected]> > > To: ovs dev <[email protected]> > > 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" <[email protected]> > > > > 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 <[email protected]> > > 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 <[email protected]> > Tested-by: Ryan Moats <[email protected]> > Thank you for the Ack and Testing it. Regards Numan _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
