Re: [ovs-dev] [PATCH] ofproto-dpif: Enable smooth transition between CFM and BFD.

2013-08-20 Thread Alex Wang
Thanks a lot! ;D On Tue, Aug 20, 2013 at 3:12 PM, Ethan Jackson wrote: > Merged thanks. > > Like an idiot I forgot to put my signed-off-by so I'll put it here. > > Signed-off-by: Ethan Jackson > > Ethan > > On Tue, Aug 20, 2013 at 11:45 AM, Alex Wang wrote: > > When user switches between usin

Re: [ovs-dev] [PATCH] ofproto-dpif: Enable smooth transition between CFM and BFD.

2013-08-20 Thread Ethan Jackson
Merged thanks. Like an idiot I forgot to put my signed-off-by so I'll put it here. Signed-off-by: Ethan Jackson Ethan On Tue, Aug 20, 2013 at 11:45 AM, Alex Wang wrote: > When user switches between using CFM and BFD, there will be a short > down time before the new protocol goes up. This can

[ovs-dev] [PATCH] ofproto-dpif: Enable smooth transition between CFM and BFD.

2013-08-20 Thread Alex Wang
When user switches between using CFM and BFD, there will be a short down time before the new protocol goes up. This can unintentionally change the traffic pattern of the bundled ports. To prevent this, it is proposed that user can enable both CFM and BFD before transition, wait for the new protoc