os-ken/ryu/controller
Satoshi Kobayashi 172d9702ac Show warning when Datapath#ports is read
Datapath#ports is kept for compatibility with the previous openflow versions (< 1.3). Datapath#ports is not updated when received EventOFPPortStatus. This behavior may confuse users. Wherefore, showing warning message when the user accesses to Datapath#ports with the currently openflow versions (>= 1.3) is friendly.

Signed-off-by: Satoshi Kobayashi <satoshi-k@stratosphere.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-04-08 12:57:49 +09:00
..
__init__.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
conf_switch.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
controller.py Show warning when Datapath#ports is read 2015-04-08 12:57:49 +09:00
dpset.py doc: add components page 2014-05-27 20:24:50 +09:00
event.py fix bidirectional event confusion 2014-01-23 15:42:51 +09:00
handler.py controller.handler: simplify code 2014-04-10 07:09:56 +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 network: add a helper function to list ports that doesn't raise 2013-07-13 08:17:49 +09:00
ofp_event.py doc: add components page 2014-05-27 20:24:50 +09:00
ofp_handler.py Show warning when Datapath#ports is read 2015-04-08 12:57:49 +09:00
tunnels.py log-cleanup: remove an unused logger instance 2013-03-06 01:33:18 +09:00