[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

2017-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122 --- Comment #14 from Eugene Grosbein --- (In reply to Heinz N. Gies from comment #13) Have you tried to use /etc/rc.conf to disable these features of em0 that anyway got disabled by the bridge? And then create the bridge and try to add mem

Re: [Bug 221385] [Regression] v6 mapped v4 addresses not working in 11.1

2017-10-17 Thread Michael Tuexen
> On 17. Oct 2017, at 03:32, Lewis Donzis wrote: > > Would appreciate some guidance on this. It seems like a reasonably serious > regression, so I’m surprised it hasn’t already been fixed. > > Since all of our code binds a particular library, we were able to work around > it by overriding the

Re: [Bug 221385] [Regression] v6 mapped v4 addresses not working in 11.1

2017-10-17 Thread Michael Tuexen
> On 17. Oct 2017, at 03:32, Lewis Donzis wrote: > > Would appreciate some guidance on this. It seems like a reasonably serious > regression, so I’m surprised it hasn’t already been fixed. I just MFCed the fix to stable/11: https://svnweb.freebsd.org/base?view=revision&revision=324686 Does th

Re: [Bug 221385] [Regression] v6 mapped v4 addresses not working in 11.1

2017-10-17 Thread Lewis Donzis
> On Oct 17, 2017, at 7:52 AM, Michael Tuexen > wrote: > >> On 17. Oct 2017, at 03:32, Lewis Donzis wrote: >> >> Would appreciate some guidance on this. It seems like a reasonably serious >> regression, so I’m surprised it hasn’t already been fixed. > I just MFCed the fix to stable/11: > >

vmxnet3 driver bug?

2017-10-17 Thread Lewis Donzis
The VMXNET3 driver appears to have a bug that prevents it from correctly reporting when the link goes down. There are two lines of code that should be deleted in /usr/src/sys/dev/vmware/vmxnet3/if_vmx.c: @@ -3619,8 +3619,6 @@ vmxnet3_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)

Should RO_RTFREE() also free the cached lle entry?

2017-10-17 Thread Ryan Stone
About a year back we brought back lle (the ARP/NDP entry) caching back into the network stack. As near as I can tell, the ethernet layer will take a reference on the lle and place a pointer to it in the ro_lle field in the struct route passed down from the upper layer. The upper layer is expected

Re: Should RO_RTFREE() also free the cached lle entry?

2017-10-17 Thread Ryan Stone
Ah, never mind. When I started to investigate this problem I was looking at an old tree. I tried to verify that it was still a problem on -head, but missed that r315956 fixed the problem in a different way than I was expecting. Sorry for the noise. ___

[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

2017-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122 Heinz N. Gies changed: What|Removed |Added Status|Open|Closed Resolution|---

Re: setfib (ez)jails and wierd routing

2017-10-17 Thread Marko Cupać
On Mon, 16 Oct 2017 20:07:28 +0200 Marek Zarychta wrote: > Hi, > > try after to set "ifconfig bce1 fib 2" after disabling PF. > This should do the work. Hi Marek, thank you for your advice, it seems to be getting me closer to the solution. PF is not enabled on this host. I've set `ifconfig

Re: setfib (ez)jails and wierd routing

2017-10-17 Thread Marek Zarychta
On Tue, Oct 17, 2017 at 08:28:16PM +0200, Marko Cupać wrote: > On Mon, 16 Oct 2017 20:07:28 +0200 > Marek Zarychta wrote: > > > Hi, > > > > try after to set "ifconfig bce1 fib 2" after disabling PF. > > This should do the work. > > Hi Marek, > > thank you for your advice, it seems to be gett

Re: setfib (ez)jails and wierd routing

2017-10-17 Thread Julian Elischer
On 18/10/17 3:30 am, Marek Zarychta wrote: On Tue, Oct 17, 2017 at 08:28:16PM +0200, Marko Cupać wrote: On Mon, 16 Oct 2017 20:07:28 +0200 Marek Zarychta wrote: Hi, try after to set "ifconfig bce1 fib 2" after disabling PF. This should do the work. Hi Marek, thank you for your advice, it

[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

2017-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122 Julian Elischer changed: What|Removed |Added CC||jul...@freebsd.org --- Comment #