On Mon, 6 Apr 2015 14:14:17 +0900 Satoshi Kobayashi <[email protected]> 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 user > accesses to Datapath#ports with the currently openflow versions (>= 1.3) is > friendly. > > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > ryu/controller/controller.py | 22 +++++++- > ryu/controller/ofp_handler.py | 7 ++- > ryu/tests/unit/controller/__init__.py | 0 > ryu/tests/unit/controller/test_controller.py | 83 > ++++++++++++++++++++++++++++ > 4 files changed, 109 insertions(+), 3 deletions(-) > create mode 100644 ryu/tests/unit/controller/__init__.py > create mode 100644 ryu/tests/unit/controller/test_controller.py Applied, thanks! ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
