os-ken/ryu/tests/unit/controller
IWASE Yusuke 9774eb60af controller: Implement EventOFPPortStateChange
To notify ofp_port state change, this patch implements
ofp_event.EventOFPPortStateChange.
This event performs like EventOFPPortStatus, but ofp_handler will
send this event after updating "ports" dict of datapath instances.

And, this patch suppresses the warning when user app accessing
to datapath.ports for backward compatibility.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-05-18 15:59:13 +09:00
..
__init__.py Show warning when Datapath#ports is read 2015-04-08 12:57:49 +09:00
test_controller.py controller: Implement EventOFPPortStateChange 2016-05-18 15:59:13 +09:00