lagopus
lagopus copied to clipboard
ofp barrier reply error
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.
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; "
Thanks!
We will fix this issues in next release.