On Wed, 28 Aug 2013 11:34:27 +0900 Satoshi Kobayashi <[email protected]> wrote:
> > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > bin/ryu-manager | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) Thanks, but with this patch, ryu-manager does not recoginize command line files anymore. With this patch: fujita-air:ryu fujita$ ryu-manager ryu/app/simple_switch.py loading app ryu.controller.ofp_handler instantiating app ryu.controller.ofp_handler What we expect: fujita-air:ryu fujita$ ryu-manager ryu/app/simple_switch.py loading app ryu/app/simple_switch.py loading app ryu.controller.ofp_handler instantiating app ryu.controller.ofp_handler instantiating app ryu/app/simple_switch.py As discussed other mails, the problem is that topology/switches is imported twice. ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
