"dev" <[email protected]> wrote on 04/05/2016 04:24:18 PM:

> From: Russell Bryant <[email protected]>
> To: [email protected]
> Date: 04/05/2016 04:25 PM
> Subject: [ovs-dev] [PATCH 2/3] expr: Add address set support.
> Sent by: "dev" <[email protected]>
>
> 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 <[email protected]>

I gave this one a spin as well...

Acked-by: Ryan Moats <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to