Re: [ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-10 Thread Justin Pettit
> On Sep 10, 2015, at 2:30 PM, Ben Pfaff wrote: > > On Thu, Sep 10, 2015 at 02:07:22PM -0700, Justin Pettit wrote: >> >>> On Sep 5, 2015, at 4:40 PM, Ben Pfaff wrote: >>> >>> On Fri, Sep 04, 2015 at 05:39:01PM -0700, Justin Pettit wrote: Introduce a new "direction" column to the ACL tabl

Re: [ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-10 Thread Ben Pfaff
On Thu, Sep 10, 2015 at 02:07:22PM -0700, Justin Pettit wrote: > > > On Sep 5, 2015, at 4:40 PM, Ben Pfaff wrote: > > > > On Fri, Sep 04, 2015 at 05:39:01PM -0700, Justin Pettit wrote: > >> Introduce a new "direction" column to the ACL table that accepts the > >> values "to-lport" and "from-lpor

Re: [ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-10 Thread Justin Pettit
> On Sep 5, 2015, at 4:40 PM, Ben Pfaff wrote: > > On Fri, Sep 04, 2015 at 05:39:01PM -0700, Justin Pettit wrote: >> Introduce a new "direction" column to the ACL table that accepts the >> values "to-lport" and "from-lport". Also reserve the ACL priority 65535 >> for return traffic associated w

Re: [ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-05 Thread Ben Pfaff
On Sat, Sep 05, 2015 at 04:40:41PM -0700, Ben Pfaff wrote: > On Fri, Sep 04, 2015 at 05:39:01PM -0700, Justin Pettit wrote: > > Introduce a new "direction" column to the ACL table that accepts the > > values "to-lport" and "from-lport". Also reserve the ACL priority 65535 > > for return traffic as

Re: [ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-05 Thread Ben Pfaff
On Fri, Sep 04, 2015 at 05:39:01PM -0700, Justin Pettit wrote: > Introduce a new "direction" column to the ACL table that accepts the > values "to-lport" and "from-lport". Also reserve the ACL priority 65535 > for return traffic associated with the "allow-related" action. > > Signed-off-by: Justi

[ovs-dev] [PATCH 1/2] ovn-nb: Add direction and reduce max priority for ACLs.

2015-09-04 Thread Justin Pettit
Introduce a new "direction" column to the ACL table that accepts the values "to-lport" and "from-lport". Also reserve the ACL priority 65535 for return traffic associated with the "allow-related" action. Signed-off-by: Justin Pettit --- ovn/ovn-nb.ovsschema |4 ++- ovn/ovn-nb.xml |