[Bug 211219] [e1000] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 Kevin Bowling changed: What|Removed |Added Assignee|n...@freebsd.org |kbowl...@freebsd.org

[Bug 211219] [e1000] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #38 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=eea55de7b10808b86277d7fdbed2d05d3c6db1b2 commit eea55de7b10808b86277d7fdbed2d05d3c6db1b2 Author:

[Bug 255430] ng_bridge don't sends broadcast packet to first found link in case of error in other links

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255430 --- Comment #2 from Dancho Penev --- I don't see any change in patch semantics, it's just rephrasing so it should works. Will provide feedback when have time to test your patch. -- You are receiving this mail because: You are on the CC li

[Bug 230996] em/igb: Intel i210/i350: ifconfig: enabling "vlanhwtag" renders VLAN on i210/i350 NICs unusable

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230996 --- Comment #23 from Aaron --- (In reply to Kevin Bowling from comment #21) So after much poking around, turns out there's something in FreeBSD bridges and VLANs, where if you have a bridge on the untagged interface, it causes problems wit

[Bug 230996] em/igb: Intel i210/i350: ifconfig: enabling "vlanhwtag" renders VLAN on i210/i350 NICs unusable

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230996 --- Comment #22 from Brock Williams --- I tested my case with this patch, and it doesn't seem to make an improvement. I'm still seeing extremely slow throughput across the interface when vlanhwtag is enabled. -- You are receiving this ma

Re: jail - vnet bug - ping: UDP connect: No route to host

2021-04-27 Thread Özkan KIRIK
Hello Michael, Sorry for late reply. It works after starting ip6addrctl service. Thank you. On Mon, Apr 12, 2021 at 10:20 PM Michael Gmelin wrote: > > > On Mon, 12 Apr 2021 19:57:40 +0200 > Michael Gmelin wrote: > > > On Mon, 12 Apr 2021 17:45:36 +0300 > > Özkan KIRIK wrote: > > > > > root@f

[Bug 255430] ng_bridge don't sends broadcast packet to first found link in case of error in other links

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255430 Rodney W. Grimes changed: What|Removed |Added CC||n...@freebsd.org -- You are re

[Bug 248005] nd6 initializes nd_ifinfo->maxmtu = 0 on newly inserted network interfaces

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248005 --- Comment #6 from Andrey V. Elsukov --- How it worked before patch: # ifconfig vlan1000 create vlandev mce3 vlan 1000 up # ifconfig vlan1000 vlan1000: flags=8843 metric 0 mtu 9000 options=1c680003 ether 24:8a:07:b4:32:43

[Bug 255430] ng_bridge don't sends broadcast packet to first found link in case of error in other links

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255430 Lutz Donnerhacke changed: What|Removed |Added CC||don...@freebsd.org As