[ovs-dev] [PATCH v5 2/2] ovn: Add logical flows to support native DHCP

Ramu Ramamurthy ramu.ramamurthy at gmail.com
Mon May 16 22:35:45 UTC 2016


Tested-by: Ramu Ramamurthy <ramu.ramamurthy at us.ibm.com>

I tested v5 of this patchset to work end-to-end with openstack (using
your openstack changes which are also under review). The options tested
include dns-server and classless-static-route.

A question I have is why you program these out-acl flows at prio 34000,
whereas you did not need to program the corresponding in-acl flow ?
  table=1(      ls_out_acl), priority=34000, match=(eth.src ==
fa:16:3e:94:07:40 && ip4.src == 10.0.2.1 && udp && udp.src == 67 &&
udp.dst == 68), action=(ct_commit; next;)

On Mon, May 16, 2016 at 2:23 AM, Numan Siddique <nusiddiq at redhat.com> wrote:
> 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.
>



More information about the dev mailing list