Responses inline. > > Apr 10 14:20:49|00047|poll_loop|DBG|[POLLIN] on fd 9: > Apr 10 14:20:49|00048|vconn|DBG|tcp:10.216.12.4:44308: received: > error_msg (xid=0x0): type1(OFPET_BAD_REQUEST) code8(?) payload: > packet_out (xid=0x0): in_port=6 actions_len=8 actions=FLOOD buffer=0x371d1403
Have you checked that you get the same bufferid in the packet in as you use to generate the packet out message. Also, are you using flowvisor? If yes, what version? If you don't care about the bufferid you should set it to -1. > > And the code was "buffer unknown". The strange thing is that it > happens with all the controller implementations I tried (Floodlight, > default controller, ...). Are you running default code shipped with the controller or your own code? > > I would like to know if anyone is having this problem and the possible > causes that would make it happen, and moreover, if this is a blocking > error. > That is, can my controller work even after this kind of error? This error is bad, because it means that the action you sent out isn't actually getting executed. Your controller probably won't run correctly, but that really depends on the design of your application. > > Thank you all. > -- > Leonardo > _______________________________________________ > openflow-discuss mailing list > openflow-discuss@lists.stanford.edu > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss _______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss