Hi OVSers..

ofproto/ofproto-dpif-xlate.c fn compose_output_action__ doesn't deal with
errors reported by build_tunnel_send. eg (invalid arp cache value)

It shoots out invalid packet while waiting for an arp reply to fix the
cache.
Wouldn't it be better if somehow it dropped the packets until we got a good
arp?

I can't see how it could cache them until it got a good arp.

It doesn't look like there is a way to abandon the packet or hold on to
it...  the parent functions are void return value too.

Regards,

Dave.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to