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
> 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
> 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
> 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:
>
>
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)
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
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.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122
Heinz N. Gies changed:
What|Removed |Added
Status|Open|Closed
Resolution|---
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122
Julian Elischer changed:
What|Removed |Added
CC||jul...@freebsd.org
--- Comment #
12 matches
Mail list logo