Hello Fujita,

Maybe I can send another patch and change to this:

from ryu.lib.packet import ether_types

if eth.ethertype == types.ETH_TYPE_LLDP:
    # ignore lldp packet
    return


It's easier to understand

2015-07-09 5:35 GMT+08:00 FUJITA Tomonori <[email protected]>:

> On Thu, 9 Jul 2015 00:51:59 +0800
> Yi Tseng <[email protected]> wrote:
>
> > Simple switch will flood lldp packet after it received it.
> >
> > It cause Switches app get wrong lldp packet, and there will be a lot of
> > links that doesn't exist
>
> Thanks, applied. I want to keep it simple though. The simple switch is
> just an example for newbies.
>



-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to