CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

error sending ethernet packet #202

Closed JAHuah closed 9 years ago

JAHuah commented 9 years ago

Hi!

in this time we want to comment one error. This error arises when we try to send packet with only ethernet information (eth dst, eth src and eth type).

When we see the log, we can read this:

ep 07 09:03:15|00001|dp_ports|ERR|s1-eth1 device has assigned IPv6 address fe80::b4fd:9ff:fedc:c55d Sep 07 09:03:15|00002|dp_ports|ERR|s1-eth2 device has assigned IPv6 address fe80::8ccb:76ff:fe43:728b Sep 07 09:03:15|00003|dp_ports|ERR|s1-eth3 device has assigned IPv6 address fe80::a8a5:d7ff:fe75:3e1a Sep 07 09:03:21|00004|netdev|WARN|error sending Ethernet packet on s1-eth1: Invalid argument Sep 07 09:03:21|00005|netdev|WARN|error sending Ethernet packet on s1-eth2: Invalid argument Sep 07 09:03:21|00006|netdev|WARN|error sending Ethernet packet on s1-eth3: Invalid argument

please, Can you help us?

Thank you