--
> *From:* Iwase Yusuke
> *Sent:* Thursday, February 23, 2017 4:03:18 PM
> *To:* [email protected]
> *Cc:* [email protected]
> *Subject:* Re: [Ryu-devel] Bug with Simple_Switch
>
> Hi Talal,
>
> You mean at the following?
> https://github.co
this problem, I just rolled back to previous Ryu.
Cheers,
Talal
From: Iwase Yusuke
Sent: Thursday, February 23, 2017 4:03:18 PM
To: [email protected]
Cc: [email protected]
Subject: Re: [Ryu-devel] Bug with Simple_Switch
Hi Talal,
You mean a
Hi Talal,
You mean at the following?
https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_13.py#L82
> AttributeError: 'NoneType' object has no attribute 'ethertype'
This error shows that the packet data contained in Packet-In message was
NOT an Ethernet frame or terribly truncated for
Dear All,
I just updated Ryu in my system and got an error with simple_switch "
if eth.ethertype == ether_types.ETH_TYPE_LLDP:
AttributeError: 'NoneType' object has no attribute 'ethertype'
"
Any idea?
Cheers,
Talal
---