[Bug 266048] [ixgbe] 82599ES reports IPv4 UDP with zero checksum as input errors

2022-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266048 Anthony Capone changed: What|Removed |Added CC||cap...@cap1.net --- Comment #2 fr

Re: getaddrinfo error for existing host without requested address family

2022-10-17 Thread Mike Karels
On Wed, 28 Sep 2022, Konstantin Belousov wrote: > On Tue, Sep 27, 2022 at 03:53:12PM -0500, Mike Karels wrote: > > I recently noticed the following behavior: > > > > % ping6 redrock > > ping6: Name does not resolve > > % host redrock > > redrock.karels.net has address 10.0.2.2 > > redrock.karels.

[Bug 184311] [bge] [panic] kernel panic with bge(4) on SunFire X2100

2022-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184311 Graham Perrin changed: What|Removed |Added Keywords||crash --- Comment #9 from Graham P

[Bug 138782] [panic] sbflush_internal: cc 0 || mb 0xffffff004127b000 || mbcnt 2304

2022-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=138782 Graham Perrin changed: What|Removed |Added Keywords||crash --- Comment #9 from Graham P

[Bug 121774] [swi] [panic] 6.3 kernel panic in swi1: net

2022-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=121774 Graham Perrin changed: What|Removed |Added Keywords||crash --- Comment #6 from Graham P

Netlink and vnet

2022-10-17 Thread Doug Rabson
In Linux container runtimes, typically netlink is used with network namespaces to manage the interfaces and addresses for a container. This typically involves briefly joining the network namespace to perform actions like socket(AF_NETLINK, ...). It would be nice to find a similar approach on FreeB

Re: Help wanted with MFC 256820

2022-10-17 Thread Hans Petter Selasky
On 10/17/22 01:59, Koichiro Iwao wrote: On Sun, Oct 16, 2022 at 06:12:40PM +0200, Hans Petter Selasky wrote: Hi, I think you should do: git cherry-pick -x 9823a0c0acf4fc277a71336ea737e1de7c65742f Then: git commit --amend And remove the "MFC after" tag. Then push it to stable/13 . You mayb