Re: [ovs-dev] [PATCH 2/6] cfm: Immediately signal fault on bad CCM reception.

2011-03-28 Thread Ethan Jackson
> Could you include the subject along with the commit number whenever > you reference one in a commit log?  Thanks. > > The opening { for the lookup_remote_maid() function should be on a > line by itself. Haha oops. I'll make all these changes before merging. Thanks for the review. Ethan __

Re: [ovs-dev] [PATCH 2/6] cfm: Immediately signal fault on bad CCM reception.

2011-03-28 Thread Ben Pfaff
On Fri, Mar 25, 2011 at 04:39:25PM -0700, Ethan Jackson wrote: > Commit af5739857a23c29953520e0fe9e79860d12b256c caused the CFM > library to immediately signal a fault upon reception of an > unexpected remote MPID. This commit does the same for MAIDs, and > remote maintenance points with invalid C

[ovs-dev] [PATCH 2/6] cfm: Immediately signal fault on bad CCM reception.

2011-03-25 Thread Ethan Jackson
Commit af5739857a23c29953520e0fe9e79860d12b256c caused the CFM library to immediately signal a fault upon reception of an unexpected remote MPID. This commit does the same for MAIDs, and remote maintenance points with invalid CCM intervals. --- lib/cfm.c | 72 +++