Re: [ovs-dev] [PATCH] cfm: Send properly formatted CCMs.

2011-10-10 Thread Ben Pfaff
Thank you, I pushed this. On Sun, Oct 09, 2011 at 01:42:51PM -0700, Ethan Jackson wrote: > Looks good to me. > > Ethan > > On Fri, Oct 7, 2011 at 15:45, Ben Pfaff wrote: > > Wireshark complained that Open vSwitch-generated CFM messages were > > malformed. ?Upon looking at the standard, I spotte

Re: [ovs-dev] [PATCH] cfm: Send properly formatted CCMs.

2011-10-09 Thread Ethan Jackson
Looks good to me. Ethan On Fri, Oct 7, 2011 at 15:45, Ben Pfaff wrote: > Wireshark complained that Open vSwitch-generated CFM messages were > malformed.  Upon looking at the standard, I spotted that Open vSwitch > failed to include the final, required "End TLV" byte with value 0. > > This commit

[ovs-dev] [PATCH] cfm: Send properly formatted CCMs.

2011-10-07 Thread Ben Pfaff
Wireshark complained that Open vSwitch-generated CFM messages were malformed. Upon looking at the standard, I spotted that Open vSwitch failed to include the final, required "End TLV" byte with value 0. This commit adds the End TLV byte to generated CCMs but still accepts the truncated messages f