deb-ryu/ryu/controller
FUJITA Tomonori ae0253a36c simplify handler registration core
- we don't need register_cls() any more.
- register_instance() isn't called with dispatchers argument.
- set_ev_cls is always called with dispatchers argument.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-09-05 09:23:37 +09:00
..
__init__.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
controller.py fix pep8 1.3.3 warnings 2012-08-22 06:27:12 +09:00
dispatcher.py fix pep8 1.3.3 warnings 2012-08-22 06:27:12 +09:00
dp_type.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
dpset.py ryu/controller/dpset.py: code simplification 2012-05-20 19:51:03 +09:00
event.py silence pep8 warning 2012-06-04 07:03:45 +09:00
handler.py simplify handler registration core 2012-09-05 09:23:37 +09:00
mac_to_network.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
mac_to_port.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
network.py fix pep8 1.3.3 warnings 2012-08-22 06:27:12 +09:00
ofp_event.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
ofp_handler.py register OFP handlers via register_instance 2012-09-05 09:23:35 +09:00