Hey Everyone, being pretty new with OpenFlow, I started with the tutorial ( http://www.openflow.org/wk/index.php/HOTITutorial2010) but when I should go through of_tutorial.py ( https://github.com/noxrepo/pox/blob/master/pox/samples/of_tutorial.py) I wanted to edit it myself, trying something out. When importing it in eclipse (using pydev) and although I refer to the pox project for the source I receive an error at
self.send_packet(packet_in.buffer_id, packet_in.data, of.OFPP_FLOOD, packet_in.in_port) since no variable called OFPP_FLOOD can be found (The actual error message is "Undefined variable from import: OFPP_FLOOD". How do I access those values since they it looks like I might need them in future a couple of times ;). Kind regards, Julius
