On Wed, Sep 07, 2011 at 08:05:59PM -0700, David Erickson wrote: > On 9/7/2011 7:02 PM, Ben Pfaff wrote: > >On Wed, Sep 07, 2011 at 06:54:27PM -0700, David Erickson wrote: > >>I am seeing the following in the ovs-vswitchd.log when sending LLDP > >>packets using OpenFlow's Packet Out on OVS 1.2.1: > >> > >>Sep 07 21:47:08|00151|dpif|WARN|system@xenbr0: execute 1 failed > >>(Invalid argument) on packet 00:00:00:00:00:02> 01:80:c2:00:00:0e, > >>ethertype Unknown (0x88cc), length 48: > >> 0x0000: 0207 0400 0000 0000 0204 0302 0001 0602 ................ > >> 0x0010: 0078 fe0c 0026 e100 0100 0000 0000 0002 .x...&.......... > >> 0x0020: 0000 > >What is set as the packet's in_port? This sounds like the same problem > >that Aaron Rosen previously reported. I'm working on a fix. > > This one was set to None (0xffff)
Same bug, then. As a workaround for the moment, instead set it to some relatively small port number that does not exist, e.g. 100. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
