lagopus icon indicating copy to clipboard operation
lagopus copied to clipboard

ofp barrier reply error

Open nehemiahchang opened this issue 10 years ago • 2 comments

I use "Lagopus 0.1.1" and "Ryu" to test ofp barrier request. The testing environment is described below: Ryu sends barrier request to lagoups every 1 second. We expect that lagopus will send barrier reply per barrier request. But only the first barrier reply is sent by lagopus. Lagopus does not send the following barrier replies.

nehemiahchang avatar Jan 16 '15 11:01 nehemiahchang

I think that is issue at the file ./src/dataplane/ofproto/comm.c. I try to add the following at line 171 and the issue is solved. " reply->barrier.channel_id = data->barrier.channel_id; "

nehemiahchang avatar Jan 19 '15 01:01 nehemiahchang

Thanks!

We will fix this issues in next release.

ynkjm avatar Jan 20 '15 10:01 ynkjm