Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Ben Pfaff
Applied, thanks. On Tue, Oct 29, 2013 at 01:34:46PM -0700, Bruce Davie wrote: > This patch looks good, thanks. > > Bruce > > On Oct 29, 2013, at 1:02 PM, Ben Pfaff wrote: > > > A number of new key-value pairs have been added to the bfd and bfd_status > > columns of the OVS schema since the VTEP

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Bruce Davie
This patch looks good, thanks. Bruce On Oct 29, 2013, at 1:02 PM, Ben Pfaff wrote: > A number of new key-value pairs have been added to the bfd and bfd_status > columns of the OVS schema since the VTEP schema was created. To aid > interoperability between OVS instances and VTEPs, this patch brin

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Ben Pfaff
This should have been marked as "v2", because I redid it based on the new vswitch.xml wording. Bruce, will you look it over? On Tue, Oct 29, 2013 at 01:02:23PM -0700, Ben Pfaff wrote: > A number of new key-value pairs have been added to the bfd and bfd_status > columns of the OVS schema since the

[ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Ben Pfaff
A number of new key-value pairs have been added to the bfd and bfd_status columns of the OVS schema since the VTEP schema was created. To aid interoperability between OVS instances and VTEPs, this patch brings the VTEP schema into line with that of OVS. CC: Bruce Davie Signed-off-by: Ben Pfaff -

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-29 Thread Ben Pfaff
On Thu, Oct 24, 2013 at 12:21:59PM -0700, Bruce Davie wrote: > Looks mostly good (and a helpful improvement on the prior > documentation). One small error: Thanks, I fixed up the errors you reported and applied this to master. > Would you like to update my vtep.xml patch with these improvements

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Bruce Davie
Ben, Looks mostly good (and a helpful improvement on the prior documentation). One small error: + and the rate at which it is willing to transmit them. Open vSwitch uses a detection multiplier of three, meaning that an endpoint + signals a connectivity fault if it fails to r

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Ben Pfaff
On Thu, Oct 24, 2013 at 09:53:19AM -0700, Ben Pfaff wrote: > On Thu, Oct 24, 2013 at 08:30:51AM -0700, Bruce Davie wrote: > > A number of new key-value pairs have been added to the bfd and bfd_status > > columns of the OVS schema since the VTEP schema was created. To aid > > interoperability betwee

Re: [ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Ben Pfaff
On Thu, Oct 24, 2013 at 08:30:51AM -0700, Bruce Davie wrote: > A number of new key-value pairs have been added to the bfd and bfd_status > columns of the OVS schema since the VTEP schema was created. To aid > interoperability between OVS instances and VTEPs, this patch brings > the VTEP schema into

[ovs-dev] [PATCH] vtep: Bring BFD specification in vtep.xml into sync with OVS.

2013-10-24 Thread Bruce Davie
A number of new key-value pairs have been added to the bfd and bfd_status columns of the OVS schema since the VTEP schema was created. To aid interoperability between OVS instances and VTEPs, this patch brings the VTEP schema into line with that of OVS. Signed-off-by: Bruce Davie --- vtep/vtep.x