deb-ryu/ryu/controller
IWASE Yusuke 5099034d0c ofproto: Handle OFPErrorExperimenterMsg
Currently, OFPErrorExperimenterMsg is not registered into OpenFlow
message events dict as "EventOFPErrorExperimenterMsg", and could not be
converted to events by ofp_event module.

This patch obsolete OFPErrorExperimenterMsg class and fixes to use
EventOFPErrorMsg to handle the experimenter error messages.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2017-07-21 21:38:42 +09:00
..
__init__.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
conf_switch.py python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
controller.py controller: Change default OPF listen host to "0.0.0.0" 2017-02-22 12:22:46 +09:00
dpset.py dpset: Fix iteration error when disconnecting switches 2016-10-25 16:20:11 +09:00
event.py doc: Move Ryu App API doc into each source code 2016-05-18 16:00:34 +09:00
handler.py handler: Fix for frozen builds 2016-08-25 14:25:40 +09:00
mac_to_network.py python 3: Replace deprecated logging.warn with logging.warning 2016-06-18 13:53:50 +09:00
mac_to_port.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
network.py doc: Move Ryu App API doc into each source code 2016-05-18 16:00:34 +09:00
ofp_event.py doc: Move Ryu App API doc into each source code 2016-05-18 16:00:34 +09:00
ofp_handler.py ofproto: Handle OFPErrorExperimenterMsg 2017-07-21 21:38:42 +09:00
tunnels.py doc: Move Ryu App API doc into each source code 2016-05-18 16:00:34 +09:00