Hi, On Tue, 19 Jan 2016 09:12:54 -0200 "Wolfz" <[email protected]> wrote: > I didn't find this file. How I do it?
The fix is committed by goda@. We are thinking next snapshot will fix the problem you reported. I'd like you to test when the snapshot is released. Thanks, > -----Mensagem original----- > De: YASUOKA Masahiko [mailto:[email protected]] > Enviada em: segunda-feira, 18 de janeiro de 2016 06:58 > Para: [email protected] > Cc: [email protected]; [email protected]; [email protected] > Assunto: Re: ENC: VXLAN in version 5.9 > > Hi, > > On Sat, 16 Jan 2016 09:00:49 -0200 > "Wolfz" <[email protected]> wrote: >> I can see the packet vxlan arriving in destination but >> there is not return. Both directions is the same thing. I do the same >> test, same network with version 5.8 and is ok. > > Can you try the diff below? > > Index: sys/net/if_vxlan.c > =================================================================== > RCS file: /cvs/src/sys/net/if_vxlan.c,v > retrieving revision 1.36 > diff -u -p -r1.36 if_vxlan.c > --- sys/net/if_vxlan.c 14 Jan 2016 09:20:31 -0000 1.36 > +++ sys/net/if_vxlan.c 18 Jan 2016 08:56:28 -0000 > @@ -507,7 +507,7 @@ vxlan_lookup(struct mbuf *m, struct udph > return (0); > > vni = ntohl(v.vxlan_id) >> VXLAN_VNI_S; > - if ((v.vxlan_flags & htonl(VXLAN_FLAGS_VNI)) != 0) { > + if ((v.vxlan_flags & htonl(VXLAN_FLAGS_VNI)) == 0) { > if (vni != 0) > return (0); > > > > --- > Este email foi escaneado pelo Avast antivĂrus. > https://www.avast.com/antivirus >
