Re: [ovs-dev] [PATCH v3 1/2] Add address set support.

2016-06-30 Thread Ryan Moats
"dev" wrote on 06/30/2016 06:36:17 PM: > From: Russell Bryant > To: Kyle Mestery > Cc: "dev@openvswitch.org" > Date: 06/30/2016 06:36 PM > Subject: Re: [ovs-dev] [PATCH v3 1/2] Add address set support. > Sent by: "dev" > > On Thursday, Ju

Re: [ovs-dev] [PATCH v3 1/2] Add address set support.

2016-06-30 Thread Russell Bryant
On Thursday, June 30, 2016, Kyle Mestery wrote: > On Tue, Jun 28, 2016 at 3:50 AM, > > wrote: > > From: Russel Bryant > > > > > 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, ..., add

Re: [ovs-dev] [PATCH v3 1/2] Add address set support.

2016-06-24 Thread Babu Shanmugam
Hi Flavio, I agree with your suggestions and will include them in the next version. Thank you, Babu On Thursday 23 June 2016 10:46 PM, Flaviof wrote: On Thu, Jun 23, 2016 at 1:05 AM, > wrote: From: Russel Bryant mailto:russ...@ovn.org>> Update the OVN ex

Re: [ovs-dev] [PATCH v3 1/2] Add address set support.

2016-06-23 Thread Flaviof
On Thu, Jun 23, 2016 at 1:05 AM, wrote: > From: Russel Bryant > > 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 ca

[ovs-dev] [PATCH v3 1/2] Add address set support.

2016-06-22 Thread bschanmu
From: Russel Bryant 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.