4c2de66d32
'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> |
||
---|---|---|
.. | ||
__init__.py | ||
controller.py | ||
dispatcher.py | ||
dp_type.py | ||
dpset.py | ||
event.py | ||
handler.py | ||
mac_to_network.py | ||
mac_to_port.py | ||
network.py | ||
ofp_event.py |