On Tue, 20 Sep 2016 13:49:18 +0900 Shinpei Muraoka <[email protected]> wrote:
> Henceforth, Ryu-Book includes the source files for application of Ryu. > This patch Integrates the source files for application of Ryu-Book. > Just for information, the source files for application of Ryu-Book > will Integrate as for OpenFlow1.3. > > Signed-off-by: Shinpei Muraoka <[email protected]> > --- > ryu/app/simple_monitor_13.py | 95 ++++++++++++++++++++++++++++++ > ryu/app/simple_switch_igmp_13.py | 92 +++++++++++++++++++++++++++++ > ryu/app/simple_switch_lacp_13.py | 106 ++++++++++++++++++++++++++++++++++ > ryu/app/simple_switch_rest_13.py | 114 ++++++++++++++++++++++++++++++++++++ > ryu/app/simple_switch_stp_13.py | 121 > +++++++++++++++++++++++++++++++++++++++ > 5 files changed, 528 insertions(+) > create mode 100644 ryu/app/simple_monitor_13.py > create mode 100644 ryu/app/simple_switch_igmp_13.py > create mode 100644 ryu/app/simple_switch_lacp_13.py > create mode 100644 ryu/app/simple_switch_rest_13.py > create mode 100644 ryu/app/simple_switch_stp_13.py Applied, thanks! ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
