Tested-by: Ramu Ramamurthy <ramu.ramamur...@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 <nusid...@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.
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to