Re: [ovs-discuss] Failed assertion in ovs-vswitchd when running OVN

2017-12-08 Thread Ben Pfaff
Thanks for testing! I applied this to master. I don't think it needs backporting, because branch-2.8 doesn't have this assertion. On Thu, Dec 07, 2017 at 06:59:40PM -0800, Kevin Lin wrote: > The patch worked for me! (network works, and no more warnings in ovs-vswitchd) > > > On Dec 7, 2017, at

Re: [ovs-discuss] Failed assertion in ovs-vswitchd when running OVN

2017-12-07 Thread Kevin Lin
The patch worked for me! (network works, and no more warnings in ovs-vswitchd) > On Dec 7, 2017, at 3:54 PM, Ben Pfaff wrote: > > On Thu, Dec 07, 2017 at 02:44:36PM -0800, Kevin Lin wrote: >> Hi Ben, >> >> I’ve included the traces for an ARP request, and a ping. ovs-vswitchd also

Re: [ovs-discuss] Failed assertion in ovs-vswitchd when running OVN

2017-12-07 Thread Ben Pfaff
On Thu, Dec 07, 2017 at 02:44:36PM -0800, Kevin Lin wrote: > Hi Ben, > > I’ve included the traces for an ARP request, and a ping. ovs-vswitchd also > logs errors for the return traffic, but I didn’t include that as it seems > redundant. > > root@ip-172-31-2-45:/# ovs-appctl ofproto/trace

Re: [ovs-discuss] Failed assertion in ovs-vswitchd when running OVN

2017-12-07 Thread Kevin Lin
Hi Ben, I’ve included the traces for an ARP request, and a ping. ovs-vswitchd also logs errors for the return traffic, but I didn’t include that as it seems redundant. root@ip-172-31-2-45:/# ovs-appctl ofproto/trace kelda-int 'arp,in_port=1,vlan_tci=0x,dl_src=02:00:0a:c5

Re: [ovs-discuss] Failed assertion in ovs-vswitchd when running OVN

2017-12-07 Thread Ben Pfaff
On Thu, Dec 07, 2017 at 09:26:14AM -0800, Kevin Lin wrote: > Hi, > > I work on Kelda (kelda.io ) with Ethan Jackson. We run a > containerized, distributed version of OVN. The master branch of > openvswitch/ovs (commit 07754b23ee5027508d64804d445e617b017cc2d1) fails with > the