Re: [Ryu-devel] [PATCH] Show warning when Datapath#ports is read

2015-04-08 Thread FUJITA Tomonori
On Mon, 6 Apr 2015 14:14:17 +0900 Satoshi Kobayashi wrote: > 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 us

[Ryu-devel] [PATCH] Show warning when Datapath#ports is read

2015-04-05 Thread Satoshi Kobayashi
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