deb-ryu/ryu/controller
FUJITA Tomonori 4c2de66d32 stop import ofproto_v1_0 as ofproto
'from . import ofproto_v1_0 as ofproto' in ryu/ofproto/__init__.py is
a wrong assumption. We need to remove it.

This introduces ryu/ofproto/ofproto_common.py including only constatns
that OF version independent code must use. Note that I don't move data
structures there that multiple OF versions can share (like OVS does).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-07-17 19:32:13 +09:00
..
__init__.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
controller.py stop import ofproto_v1_0 as ofproto 2012-07-17 19:32:13 +09:00
dispatcher.py add missing super().__init__() 2012-05-01 08:31:40 +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 don't call send_delete_all_flows function in the core 2012-06-25 16:03:17 +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 Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
ofp_event.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00