"dev" <dev-boun...@openvswitch.org> wrote on 04/05/2016 04:24:18 PM:

> From: Russell Bryant <russ...@ovn.org>
> To: dev@openvswitch.org
> Date: 04/05/2016 04:25 PM
> Subject: [ovs-dev] [PATCH 2/3] expr: Add address set support.
> Sent by: "dev" <dev-boun...@openvswitch.org>
>
> Update the OVN expression parser to support address sets.  Previously,
> you could have a set of IP or MAC addresses in this form:
>
>     {addr1, addr2, ..., addrN}
>
> This patch adds support for a bit of indirection where we can define a
> set of addresses and refer to them by name.
>
>     address_set(name)
>
> A future patch will expose the ability to define address sets for use.
>
> Signed-off-by: Russell Bryant <russ...@ovn.org>

I gave this one a spin as well...

Acked-by: Ryan Moats <rmo...@us.ibm.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to