Re: [ovs-discuss] Patch for PACKET_OUT getting deleted twice crash

2021-06-14 Thread Tony van der Peet
I did the patch as suggested, and it looks something like this: --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -4168,9 +4168,13 @@ dpif_netdev_execute(struct dpif *dpif, struct dpif_execute *execute) flow_hash_5tuple(execute->flow, 0)); } +/* We are not

Re: [ovs-discuss] Patch for PACKET_OUT getting deleted twice crash

2021-06-14 Thread Tony van der Peet
Yes, I can create that patch. Tony On Sat, Jun 12, 2021 at 5:24 AM Ilya Maximets wrote: > On 6/9/21 3:12 PM, Aaron Conole wrote: > > Ilya Maximets writes: > > > >> On 6/7/21 3:59 PM, Ilya Maximets wrote: > >>> On 6/7/21 3:09 PM, Aaron Conole wrote: > Ilya Maximets writes: > >

Re: [ovs-discuss] error: "could not add network device s1u to ofproto (Address family not supported by protocol)"

2021-06-14 Thread tony yang
I checked the default path and it is not there. I don’t know why cus I have never change the default path On Mon, Jun 14, 2021 at 19:26 Ben Pfaff wrote: > On Mon, Jun 14, 2021 at 05:20:19PM +0100, tony yang wrote: > > Dear all: > > > > I had a error when I run the ovs-gtp using the command sudo

Re: [ovs-discuss] error: "could not add network device s1u to ofproto (Address family not supported by protocol)"

2021-06-14 Thread Ben Pfaff
On Mon, Jun 14, 2021 at 05:20:19PM +0100, tony yang wrote: > Dear all: > > I had a error when I run the ovs-gtp using the command sudo > ./1-setup-switch.sh > > yangtony1999@yangtony1999:~/mosaic5g/ovs-gtp$ sudo ./1-setup-switch.sh > ovs-vsctl: Error detected while setting up 'edge': could not

[ovs-discuss] error: "could not add network device s1u to ofproto (Address family not supported by protocol)"

2021-06-14 Thread tony yang
Dear all: I had a error when I run the ovs-gtp using the command sudo ./1-setup-switch.sh yangtony1999@yangtony1999:~/mosaic5g/ovs-gtp$ sudo ./1-setup-switch.sh ovs-vsctl: Error detected while setting up 'edge': could not open network device edge (File exists). See ovs-vswitchd log for details.