Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-17 Thread Ben Pfaff
I was just getting back to it. I pushed it to master with that change. On Tue, May 17, 2016 at 03:35:36PM -0700, Dennis Sam wrote: > Hi Ben, > > Any update of this patch? > > Thanks > > On Sat, May 14, 2016 at 10:05 PM, Dennis Sam wrote: > > > > > On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff

Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-17 Thread Dennis Sam
Hi Ben, Any update of this patch? Thanks On Sat, May 14, 2016 at 10:05 PM, Dennis Sam wrote: > > On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff wrote: > >> On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: >> > Extend the Global table to allow for additional configurations by >> re-usi

Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-14 Thread Dennis Sam
On Sat, May 14, 2016 at 11:57 AM, Ben Pfaff wrote: > On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: > > Extend the Global table to allow for additional configurations by > re-using > > the idea of an other_config column. > > > > Signed-off-by: Dennis Sam > > Seems fine to me. > > >

Re: [ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-14 Thread Ben Pfaff
On Wed, May 11, 2016 at 11:51:29AM -0700, Dennis Sam wrote: > Extend the Global table to allow for additional configurations by re-using > the idea of an other_config column. > > Signed-off-by: Dennis Sam Seems fine to me. > - "version": "1.5.1"} > + "version": "1.5.2"} Though it doesn't mak

[ovs-dev] [PATCH 1/1] Add other_config to Global table

2016-05-11 Thread Dennis Sam
Extend the Global table to allow for additional configurations by re-using the idea of an other_config column. Signed-off-by: Dennis Sam --- vtep/vtep.ovsschema | 7 +-- vtep/vtep.xml | 8 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/vtep/vtep.ovsschema b/vt