On Wed, 28 Aug 2013 17:13:47 +0800 邱宏瑋 <[email protected]> wrote:
> I use the Ryu with simple_switch.py module to test in some network topology. > > I find the arp-request (destination MAC ff:ff:ff:ff:ff:ff:ff) will cause > broadcast storm in a loop network topology. > > I only find the learning bridge protocol in simple_switch.py . Yes, simple_switch.py works only with loopless networks. It's just the example code of dump l2 learning switches. > If i want to avoid the broadcast storm, i need to build spanning tree / > broadcast tree myself ? Yes. ------------------------------------------------------------------------------ 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
