Re: [ovs-dev] [PATCH] bfd: Fix check_tnl_key error.

2013-08-14 Thread Alex Wang
Thanks, On Wed, Aug 14, 2013 at 1:50 PM, Ben Pfaff wrote: > No. I updated the commit message and applied this to master. Thanks. > > On Wed, Aug 14, 2013 at 01:49:00PM -0700, Alex Wang wrote: > > Exactly, sorry, I didn't check the exact command line. Do I need to send > > another patch? > > >

Re: [ovs-dev] [PATCH] bfd: Fix check_tnl_key error.

2013-08-14 Thread Ben Pfaff
No. I updated the commit message and applied this to master. Thanks. On Wed, Aug 14, 2013 at 01:49:00PM -0700, Alex Wang wrote: > Exactly, sorry, I didn't check the exact command line. Do I need to send > another patch? > > > On Wed, Aug 14, 2013 at 1:45 PM, Ben Pfaff wrote: > > > On Wed, Au

Re: [ovs-dev] [PATCH] bfd: Fix check_tnl_key error.

2013-08-14 Thread Alex Wang
Exactly, sorry, I didn't check the exact command line. Do I need to send another patch? On Wed, Aug 14, 2013 at 1:45 PM, Ben Pfaff wrote: > On Wed, Aug 14, 2013 at 01:12:33PM -0700, Alex Wang wrote: > > This commit fixes the bug introduced by commit fab52e16f7d8 (BFD: Add > > check_tnl_key feat

Re: [ovs-dev] [PATCH] bfd: Fix check_tnl_key error.

2013-08-14 Thread Ben Pfaff
On Wed, Aug 14, 2013 at 01:12:33PM -0700, Alex Wang wrote: > This commit fixes the bug introduced by commit fab52e16f7d8 (BFD: Add > check_tnl_key feature to BFD code.). The bug caused the opposite of > the intended behaviour. > > Unit test is added for the 'check_tnl_key' feature. > > Signed-off