[ovs-dev] [ovs-dev, 4/4] ovn-northd: Add logical flows to support native DHCP

Ryan Moats ryanmoats at Ryans-MacBook-Pro-4.local
Tue Jun 14 14:57:59 UTC 2016


> 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 <blp at ovn.org>
> X-Patchwork-Id: 632636
> To: dev at openvswitch.org
> Cc: Ben Pfaff <blp at ovn.org>
> Date: Wed,  8 Jun 2016 22:38:01 -0700
> 
> From: Numan Siddique <nusiddiq at 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 <nusiddiq at redhat.com>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---

This patch set appears to have multiple collisions when I try
to apply it - should it be rebased?

Ryan



More information about the dev mailing list