Re: [ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2016-02-08 Thread Ben Pfaff
Thanks, applied to master. On Sun, Feb 07, 2016 at 06:29:32AM +, Ofer Ben-Yacov wrote: > It does. > > Thanks, > Ofer. > > ‫בתאריך יום ו׳, 5 בפבר׳ 2016 ב-22:57 מאת ‪Ben Pfaff‬‏ <‪b...@ovn.org‬‏>:‬ > > > On Thu, Feb 04, 2016 at 09:49:35AM +, Ofer Ben-Yacov wrote: > > > The tunnel key in d

Re: [ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2016-02-06 Thread Ofer Ben-Yacov
It does. Thanks, Ofer. ‫בתאריך יום ו׳, 5 בפבר׳ 2016 ב-22:57 מאת ‪Ben Pfaff‬‏ <‪b...@ovn.org‬‏>:‬ > On Thu, Feb 04, 2016 at 09:49:35AM +, Ofer Ben-Yacov wrote: > > The tunnel key in decoupled from the actual implementation of the tunnel. > > The only tunnel protocol that is currently supporte

Re: [ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2016-02-05 Thread Ben Pfaff
On Thu, Feb 04, 2016 at 09:49:35AM +, Ofer Ben-Yacov wrote: > The tunnel key in decoupled from the actual implementation of the tunnel. > The only tunnel protocol that is currently supported in this schema is > VxLAN. (the encapsulation is set by enum with single value: > vxlan_over_ipv4 ). Th

Re: [ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2016-02-04 Thread Ofer Ben-Yacov
The tunnel key in decoupled from the actual implementation of the tunnel. The only tunnel protocol that is currently supported in this schema is VxLAN. (the encapsulation is set by enum with single value: vxlan_over_ipv4 ). This is fine and the new key field can be used to set the VIN of the VxLAN

Re: [ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2016-02-03 Thread Ben Pfaff
On Tue, Dec 29, 2015 at 02:36:56PM +0200, Ofer Ben Yacov wrote: > Add tunnel key to Physical_Locator to support different > tunnel ID on different locators on the same logical switch. This doesn't define any encapsulation that makes use of the new feature. This needs to also update the schema v

[ovs-dev] [PATCH V2] Add tunnel key to Physical_Locator

2015-12-29 Thread Ofer Ben Yacov
Add tunnel key to Physical_Locator to support different tunnel ID on different locators on the same logical switch. --- vtep/vtep.ovsschema | 7 --- vtep/vtep.xml | 22 -- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/vtep/vtep.ovsschema b/vtep