Re: [ovs-dev] [PATCH v6 2/2] ovn: Add address_set() support for ACLs.

2016-07-02 Thread Ben Pfaff
On Tue, Jun 28, 2016 at 02:20:41PM +0530, bscha...@redhat.com wrote: > From: Russell Bryant > > This feature was originally proposed here: > > http://openvswitch.org/pipermail/dev/2016-March/067440.html > > A common use case for OVN ACLs involves needing to match a set of IP

Re: [ovs-dev] [PATCH v6 2/2] ovn: Add address_set() support for ACLs.

2016-06-29 Thread Zong Kai LI
I've tested this serial patches, it works as expected. Only one thing I'm not sure: diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c > index a12b247..d85efd5 100644 > --- a/ovn/utilities/ovn-sbctl.c > +++ b/ovn/utilities/ovn-sbctl.c > @@ -779,6 +779,10 @@ static const struct

[ovs-dev] [PATCH v6 2/2] ovn: Add address_set() support for ACLs.

2016-06-28 Thread bschanmu
From: Russell Bryant This feature was originally proposed here: http://openvswitch.org/pipermail/dev/2016-March/067440.html A common use case for OVN ACLs involves needing to match a set of IP addresses. outport == "lp1" && ip4.src == {10.0.0.5, 10.0.0.25, 10.0.0.50}