Hello,
I got the follow error when i send Rule to switch:
[DEBUG - 2018-12-17 15:33:00,235] Log.debug - ------- SET RULE -------
[INFO - 2018-12-17 15:33:00,247] Log.info - Starting rule match of OF 1.0
[DEBUG - 2018-12-17 15:33:00,255] EventOFPErrorMsg received.
version=0x1, msg_type=0x1, msg_len=0x4c, xid=0x1edfe32b
`-- msg_type: OFPT_ERROR(1)
[ERROR - 2018-12-17 15:33:00,255] Error in the datapath
cc4e24425c000000 from ('10.16.0.192', 7802)
[DEBUG - 2018-12-17 15:33:00,256] EVENT ofp_event->switches
EventOFPStateChange
[ERROR - 2018-12-17 15:33:00,257] hub: uncaught exception: Traceback
(most recent call last):
File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line
59, in _launch
return func(*args, **kwargs)
File
"/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py",
line 536, in datapath_connection_factory
datapath.serve()
File
"/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py",
line 454, in serve
self._recv_loop()
File
"/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py",
line 196, in deactivate
method(self)
File
"/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py",
line 355, in _recv_loop
handler(ev)
File
"/usr/local/lib/python2.7/dist-packages/ryu/controller/ofp_handler.py", line
281, in error_msg_handler
if msg.type == ofp.OFPET_EXPERIMENTER:
AttributeError: 'module' object has no attribute 'OFPET_EXPERIMENTER'
The error is in datapath?
Thanks
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel