From nobody Sat Sep 30 23:00:03 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RyjNN28Dkz4vwk0 for ; Sat, 30 Sep 2023 23:00:04 +0000 (UTC) (envelope-from jwd@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RyjNN1Dr0z3cHH; Sat, 30 Sep 2023 23:00:04 +0000 (UTC) (envelope-from jwd@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696114804; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bL8LyWGzZB92URYqSXNfVZVaWFigvZ8OEEhhG8XL31o=; b=FUHrMNP1YLXJpWNm4yGRRNnXdMH1KnquB3RCrtYbCRtI9Xf1ZfFSBsLFHPDlwGN/8XouyO GqPQJWedoTzBvSVXVRexTsKt33OrmntAO2vak5L+u5BqoqkpA49YHFJXSiH/NrGSTSwB8J WZzXxGlobxmHGwQe9tOCa4IWNf1xLJ+vcrkcWNc/UaylFhPlJvGH+TPp+68gIAXZNR4Rzt RZh2/ZMzxjAl/ZJ2LTtwnBmK6qE1YK9wsSG3DCt6rHWByV7mpAdRYY86X50Vau1Mj00mo+ 7cW0/RCgXAnpm1lIJjYAMKEY7hPiq/yfn86nEatZarkfvd1G1os5uCRbKvuSjw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696114804; a=rsa-sha256; cv=none; b=aDm2fahNUVnkkBDjymT8r7pY19XdAph+ec3FmwdPG1iRRXl19Lczbr8xUjfFdCMlTyoFfD mmdvMv/EXmVn+ZgS6ZBkn4LsIDlkrAUoBKXeZViJ168ferfxOY93sXYWEdqK5wcbKvK1J9 ccSAW27llHoHR3ixX4ITlYj5Ha8N1qJtuPCpG2tOPBMTEFzMEM6A3xLnkaC7gtf7xwBCT6 ccpvDAHyz5rh2X1xMUOOQROVV7FnzsNcXKsGEAiaNTcrzIaUGi4bYCDGDR5X8bcbJUckU3 bd1/WAEStBjThCsFgnlaJQzo2NgYdgViiyAYIHZeWkPqiSdcvDnvSfSXfx8Iag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696114804; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bL8LyWGzZB92URYqSXNfVZVaWFigvZ8OEEhhG8XL31o=; b=QzPhH8i9T9BIramounS8iU0gCd9adpQz5kFhGC1mHHOBPQM13uQw25tiW2V1uZUqjPbY47 WLjbj1P+OHESyHnWZTb67RuTOJCt4Tf2BcuQny0bxaZZjoNqApEQ4CQu+ynOreYJ3kjj+m i13BfXH6LUfesqQPXSOCmiK9mCmgN+kmtHVCrDJseMCSD8jKjX3zZJViNulQt9+VCT7Vzu OutM4xx0yJk/z+/POIgN6CeZRSe5g0ElM3SaAsPEjbp/yPSyaPILrRR852z32Va9hMDeNE N8ImhD1ktqeGxY+045h8oB+YWuiA1aXtcH25/AfGo5vhnsJm2usbkR6c7rm7NQ== Received: by freefall.freebsd.org (Postfix, from userid 821) id ED8FF9338; Sat, 30 Sep 2023 23:00:03 +0000 (UTC) Date: Sat, 30 Sep 2023 23:00:03 +0000 From: John To: Konstantin Belousov Cc: "Freebsd-Net@FreeBSD.org" Subject: Re: kernel crash: devctl set driver -f mlx5_core6 ppt Message-ID: References: List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ----- Konstantin Belousov's Original Message ----- > On Fri, Sep 29, 2023 at 04:32:30AM +0000, John wrote: > > Hi Folks, > > > > Working against 13.2-STABLE. > > > > I have a chance to get some bhyve VMs running on new hardware > > with Mellanox 100Gb/s cards. After creating VF entries with iovctl > > at boottime, a devctl command to detach the mlx5 driver and attach > > the ppt driver causes the kernel to crash: > > > > # devctl set driver -f mlx5_core6 ppt > > > > backtrace here: https://people.freebsd.org/~jwd/mlx5.dump.txt > What is the line number for pci_iov_detach_method+0x5e? > Better, load vmcore into debugger and get the backtrace from kgdb. Took a bit to get a netdump off the system. Results: #12 0xffffffff810e0a89 in trap_fatal (frame=0xfffffe278b8e9860, eva=2016) at /usr/src/sys/amd64/amd64/trap.c:940 #13 0xffffffff810e0adf in trap_pfault (frame=0xfffffe278b8e9860, usermode=false, signo=, ucode=) at /usr/src/sys/amd64/amd64/trap.c:759 #14 #15 0xffffffff80860a0d in PCI_IOV_UNINIT (dev=0xfffffa0085704400) at ./pci_iov_if.h:44 #16 pci_iov_delete_iov_children (dinfo=0xfffffa0086e3b300) at /usr/src/sys/dev/pci/pci_iov.c:873 #17 0xffffffff808607ce in pci_iov_detach_method (bus=, dev=0xfffffa0085704400) at /usr/src/sys/dev/pci/pci_iov.c:208 #18 0xffffffff80ea64a1 in PCI_IOV_DETACH (dev=0xfffff80110ffb400, child=0xfffffa0085704400) at ./pci_if.h:510 #19 pci_iov_detach (dev=0xfffffa0085704400) at /usr/src/sys/dev/pci/pci_iov.h:47 #20 remove_one (pdev=0xfffff8011000c180) at /usr/src/sys/dev/mlx5/mlx5_core/mlx5_main.c:1739 #21 0xffffffff80e82666 in linux_pci_detach_device (pdev=pdev@entry=0xfffff8011000c180) at /usr/src/sys/compat/linuxkpi/common/src/linux_pci.c:524 #22 0xffffffff80e84e74 in linux_pci_detach (dev=0xfffffa0085704400) at /usr/src/sys/compat/linuxkpi/common/src/linux_pci.c:514 #23 0xffffffff80c4d9f6 in DEVICE_DETACH (dev=0xfffffa0085704400) at ./device_if.h:234 #24 device_detach (dev=dev@entry=0xfffffa0085704400) at /usr/src/sys/kern/subr_bus.c:3093 #25 0xffffffff80c54f7b in devctl2_ioctl (cdev=, cmd=, data=0xfffff8014bcc8500 "mlx5_core6", fflag=, td=) at /usr/src/sys/kern/subr_bus.c:5949 #26 0xffffffff80aa376c in devfs_ioctl (ap=0xfffffe278b8e9ba8) at /usr/src/sys/fs/devfs/devfs_vnops.c:942 #27 0xffffffff80d0c7b8 in vn_ioctl (fp=0xfffff80150025730, com=18446744071589646072, data=0xfffff8014bcc8500, active_cred=0xfffff80166137300, td=0x0) at /usr/src/sys/kern/vfs_vnops.c:1701 #28 0xffffffff80aa3e3e in devfs_ioctl_f (fp=0x6, com=18446744071589646072, data=0xfc, cred=0x0, td=0x0) at /usr/src/sys/fs/devfs/devfs_vnops.c:873 Moving up the stack frames: 41 static __inline void PCI_IOV_UNINIT(device_t dev) 42 { 43 kobjop_t _m; 44 KOBJOPLOOKUP(((kobj_t)dev)->ops,pci_iov_uninit); 45 ((pci_iov_uninit_t *) _m)(dev); 46 } p ((kobj_t)dev)->ops $8 = (kobj_ops_t) 0x0 #define KOBJOPLOOKUP(OPS,OP) do { \ kobjop_desc_t _desc = &OP##_##desc; \ kobj_method_t **_cep = \ &OPS->cache[_desc->id & (KOBJ_CACHE_SIZE-1)]; \ Leading to OPS == NULL > > If I create the VF in ppt mode I can correctly detach > > the ppt driver and attach the mlx5 driver. > > > > Also of note, if multiple VFs are created and a single > > VF is targeted for the detach operation, all VFs are operated > > on. It seems the VFs are not seen as individual entities > > but a group of children in detach_method(). From nobody Sun Oct 1 13:56:49 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5H60FQ5z4vL1d for ; Sun, 1 Oct 2023 13:56:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5H56Mq9z4SmD for ; Sun, 1 Oct 2023 13:56:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696168609; a=rsa-sha256; cv=none; b=QFTNaU05SS5bGgAhNVsvcKnt8pCIjLcAUFMObYJ3p2Zrt1P1b6x0a6/RmM1OkE5wQudg2/ UZNC/Cs1dY43yvL4b371O1LHlNeXICawKv6SuZtcgkEbrJitqfUCdyoSwLfXHMzerT0/ha oaj2SZs8TG3B+YIDFqaUAbQdmvgb6fhtSimimnNYAqyl74pP8Bvuw00YBCA3paTrsL4j4/ YXTeiU9kNyd+7N7nscVfW7/zzpWiGrK2SEreXUT8pLCyfbWPCzzjgkDuY+13FNm4Zke4CA Rx2120CHzNH5g77GHxpqr7XTs/4JF/s0O7ENCcvFicpv5Z/2fw+iAez8PDghjg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696168609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tj6HEOxdUrtEgUL1DZTIG+MSXIkU9uBuwCJ9ukshouc=; b=NGqXnSjbJrOpQEcffSCBqU5XCy1DIkDcm0q/ePLd3JOPiyBV2pDDLhcXwT/AMQJeP7wAiL 7qGbeyEAz/FVvMKiceDDq0h6dW6TG1jgBPoo2jL372kJaWE/ArBtj51MjcxG7uuvnZy1Vu +PhTpc1WejPjk3oKPqg4vVEG9WmFCgnKrtbSHGsVuPZMlKNjkkwRneM/6J08RqtaHsfM6e JpCrOz6t96jsXRktmLKpBDtaXBYcvGROy+XYkxPOzg77aNRibOEeuaA/h5ddYjqf5Kwo6H 7nrmvkbP141UlHxvyqaaC3NX8kSunjibPWitEE23nfgWyGXAkNVNUVUYpssrYw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5H55SThzY2n for ; Sun, 1 Oct 2023 13:56:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391DunuI007904 for ; Sun, 1 Oct 2023 13:56:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391Dunp8007903 for net@FreeBSD.org; Sun, 1 Oct 2023 13:56:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233617] kldunload if_ix could crash system in iflib Date: Sun, 01 Oct 2023 13:56:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash, iflib X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status keywords see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233617 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |crash See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 331 | |14 --- Comment #1 from Graham Perrin --- Thank you, (In reply to Lev A. Serebryakov from comment #0) I see that bug 233114 was fixed, is this kernel panic reproducible with any recently active branch of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 13:56:49 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5H653Vlz4vLFT for ; Sun, 1 Oct 2023 13:56:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5H63smpz4SmN for ; Sun, 1 Oct 2023 13:56:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696168610; a=rsa-sha256; cv=none; b=TWH4ZYbCh+I+Npi1LNiNWBp/AZUWpDU2d11sh/Ow4h9dHQsx/BnXxgW99wpE3XLehoqxc/ /w1gqqNwlgetf6IZ7xXPmPd8ZEw+8poTyqt6zAf71vZpIhtRprh4VZeidMbY5Z5z3gv1xh wWX27iQlQCECgUhei/jkNVjrjXwER36rvdwEE+1j+GhcVEJRoIjMgmX+YzgFI8qLK9LLXW 9761AwUcPR16tF56DntWF6H7QC9oySgTRNI8AhIR3cwyxVDMDuciJyOukop2BZJgWkvEXW D4bZ7F+hpSYw84uxW9BqHFd3G0nT2ITU49D2kUCqK3deYGzp+BI8CM4D77ApaA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696168610; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=84TZOcq9NirAsIHf1Y1mrsIsRlWB/KP0GhNcdYfgUWg=; b=XynHwacX4vaa+H4UHu/uqhyM4QqAmmrF4EC4fv4cX4HKlGgr6jj68FdPnvRI72lYcS6Axw qWhVRbuF3Gn14huA8gksx5tvh63WMTaPz3vVGvpzFGs13oOf+Cr8zrsjubRxkEaGwhvv1r +pcPhXUU0xHIgGYCfT6rTzhMdAG8bQ8+fbV/FAsoiuiVMfWqRQG7ZDtx1tHeAyyymOjbtz FKjKupDmGIwtE5071xAomUXRo5QyPIUs7sNbfUtYtRvOp40bcgMigjk26pTYbn6cD841tw HuW9opdiAU80l72fo8qs9M4uGcAQLaQsCk3xA2uB003CaO300Be2jXKDlR1aVQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5H62ZdczY2p for ; Sun, 1 Oct 2023 13:56:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391DuoKZ007925 for ; Sun, 1 Oct 2023 13:56:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391DuoG2007924 for net@FreeBSD.org; Sun, 1 Oct 2023 13:56:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233114] [ix] X520 NIC drops link ("no carrier") after several runs of "pktgen -f rx -i ix0" Date: Sun, 01 Oct 2023 13:56:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233114 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 336 | |17 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 13:58:17 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5Jp3kvTz4vL5c for ; Sun, 1 Oct 2023 13:58:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5Jp2ftDz4Tb1 for ; Sun, 1 Oct 2023 13:58:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696168698; a=rsa-sha256; cv=none; b=tkYgX0mbSdLK6Rc4y/uNXt6WK0Ps3WGno9NguT2NDX7kka5ahaw9VcoT/WBE+tdO/2BjCI wCd8sgNt1vFuN77u5Ms9v2KVdBVKtYadWJhQ0aYqS/omcJgJ7XP+31l7rq7vSPikEcfhvG sALneUoA+zdT0nkFl7lAEKcug8HGOWb97vHbKsJj8R+pVCTzyY9M03nPHUUVA8S5j5ZAJM Csp0xP9jOQ1uHY7Q79CPKEq8IF110HLttgb9W/UPnYjD+a0jcrShserGz149aUc0SfgE+p S1EKM59bHcEa5GvKhkPIgxuN7OI4KYf3sipo3bM5QUr/eZJxiCX2sfvsE/pAhw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696168698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x4ZtrSgrttdZ/pTrAQXRvef4OlCXlkq7xtykATq4wzI=; b=xwE/FpCmQge7xBWzV0tlDX8EwEIyikbqCcUW4Y95MpjhhSptIpPNrvjLg3XaNGSz9rzvH/ hEEluoS3e30WLNJlW5xTDlzxZJtYVQWtHfuJUPU8Dr84X+UrwP63+dYPqOEmnefuk8PM8Y R0Mnwl5y9C548ohHuYnDY7ntr4SegptOtCaYXGkNXhHw1uO/iTT8ohVcS75FY6MbraRs7x az36kS1vLCPkaeJOK5Ds6wEc5asUNlAFGKvr1c5LX0kzgKcBSNOQxyBbn6JGqX7zYgHegV fJPwKX9UMbJd7LjH7v/MFN+7dErLjJ/Ty5dADt4SI6Fix+TKPDp6DxRVBjNXuQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5Jp1cmlzY7C for ; Sun, 1 Oct 2023 13:58:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391DwIJv008685 for ; Sun, 1 Oct 2023 13:58:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391DwIw9008684 for net@FreeBSD.org; Sun, 1 Oct 2023 13:58:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 264014] QinQ not working with a lot of switches Date: Sun, 01 Oct 2023 13:58:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: iflib X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264014 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 13:59:14 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5Kw3wXCz4vL5h for ; Sun, 1 Oct 2023 13:59:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5Kw0Pzlz4V3H for ; Sun, 1 Oct 2023 13:59:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696168756; a=rsa-sha256; cv=none; b=je/g+t1L5PZeXOqqLHfBmgNkBdeCe6lR/ax8OkwlsCm+vHGTuSndaMiS9f18iqV4Ml6WXR DW2oOBxcrDCr3l+hCaOen+s7aETub6sSs3hfU/i1ZjVaSt/DU/lVGPHocIvEjdJyA4R28Z 6UsNA86KPaOYsdN6bHRjWQ70Y+5WfVK1J3YGrzfXlDZ/9OfntVTxD6oR6czqK/3aTlu7MB 0uVxDjhfd1sNN1DJ693peLp5yDGYLEXZ6ZsvTnKBxTQ68B/zeGzxLSvYx1Ey3ulGZHGJBE uBTJGTgsnWm1rSDDcSF3YKnC+h2Xui1hAtU9H4hGbhjcukWBD+6VmvUCrIKuKg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696168756; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZmPdU+6cou0Fb5Fs2CfWCvRyr1t+CHMVnAf3G6nImY0=; b=Fk7gyphW2kGW+7UtjpRZjypTRO3e/bkfi3bjjhc3nI6IQ0l99hBvmUqMdXON36YNybjudr N3f7bvNdeOPnVRooyRpVRtT9RcNJNdUDXaVNG21HgV+Tmvvfj9yOXj3RQsnRXOnWw0okE2 oHleTkgJzfzKBdqfFaZLLSQxzYp8MQjKK6swNobIbcOeAA3TUTQsa0Zdh3F8E93t7es/RV 2QKoEtqNfDcbZoedLWprgagU6qMeHOxOn41/rLJR58z39Jrjl+Wi7C4nEVy737Fl+lf64L FYCOKgstzP8HumrvOvcWMwuC/RDyhzdquKU1A/lHCxDod4mKAdS7BjIf4N9X0Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5Kv6ZgKzXQM for ; Sun, 1 Oct 2023 13:59:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391DxFxr009132 for ; Sun, 1 Oct 2023 13:59:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391DxFlA009131 for net@FreeBSD.org; Sun, 1 Oct 2023 13:59:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown Date: Sun, 01 Oct 2023 13:59:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: IntelNetworking, iflib, performance X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256375 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 14:00:38 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5MV23nSz4vLG2 for ; Sun, 1 Oct 2023 14:00:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5MV12Ssz4Vd5 for ; Sun, 1 Oct 2023 14:00:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696168838; a=rsa-sha256; cv=none; b=NJjVly0FVYrOI2xHDN8CePNuRVr3qxp1Fk11DVdgxNtpI26cU+nGsKwidLKN3bJF5zRMAb WrA5CBv9fyI2zJuyfQe5x5uTFXeI6g0FKDZejB8Yo1yQtt1gLD5VxS0JRCxQ8r3ZYEikkM BXja3IJYsNgZdY0TI+5OdpcGXPkZnMr+gCdKhlwvKj7NldRXL8MiTpjbT026+eObgyTyxs Wdc4VZnrybxMlBcSlNOo9q0EDf8l2iyN9t8A4+Fx/h2EQZUa36qpgvOWV0c/au6rcbyv9X N8FkDh4B3czTIPPHQPITP1b8DcBbOhom4rVlJMZmBjBrM3oaQRZa2xWK3vmwdA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696168838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=20OBA4wuoDVkYYJBn2A4qhDNcKh5G6uRHL7hAmJd+rQ=; b=jZ5wKeAcfDstdZZFmuRBxBh1ZaXTKkt0oD4mPFOn3sxM962+dIueCK9SGwB/bmjmCsVM14 ghy7ne6+2dc7OYklouRaXzVsDur7K9v32KtgggcBq3Lkx3wFvQvMk6tPvN5jvwhiHrdMJO zdFm6yAn9ts6izbIrlL95Y/IhBU9gqVKc3fActzwiUTHgMmE3zNtobJfOcSf+H/K7TDUAt at3TzYk+MdC9z0PrinhZJIcIfcIuChslL53GqELAanBgdPLWcTfy5W4I+4IrWn/P1/UsC1 xcMdWWW37F4gnU66S1Z77+odeZmEQ3A5rGJn6wLR9R/XkkxuYPaFegMAjfTj1Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5MV06VNzXQT for ; Sun, 1 Oct 2023 14:00:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391E0bV0012039 for ; Sun, 1 Oct 2023 14:00:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391E0b40012038 for net@FreeBSD.org; Sun, 1 Oct 2023 14:00:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 251154] mlx4en sometimes panics on ACPI S3 suspend/resume Date: Sun, 01 Oct 2023 14:00:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251154 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 14:13:46 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz5ff4v8Xz4vM6f for ; Sun, 1 Oct 2023 14:13:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz5ff3TqFz4X85 for ; Sun, 1 Oct 2023 14:13:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696169626; a=rsa-sha256; cv=none; b=FKpV6rOE+qoN7Vrn/H2uWugzlCspw3Moj35Qgrg1ffele4hx1smQ/DtZru3iN5syH/5dDr 8J0gucd2/0rgwKt87QXs11TEv/1EyVxA/r6/ue56U081fiDsrUtfjQEh09WuTLKWgzfxZi wWnfg5XXujKw7moQUphImKMba3YwiSuVQadGY9DZu9hBNES+TAtwrrW2sDv+Ur+FoEDWrV TnjZjBPI6R+WZ7zDDcAKEc4rV0FdgW+Ix5ZdR8j1AidMkX90K0G1x1qeTmUal0vGymOr2w isrV8SmYSkULaI+1F3wDbgBbTGcCtj0+eV/YDrZLcvYmJ2sh7YbRyW9liuQGJA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696169626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Uywo+ppSEgdkwy9OZoYP70xpjWlHMXd5edrT5q+rcHs=; b=WLkLHu1wNOayi/+O8c2W5n+y9RNeBUWo9XWL98MQsZM84DXFcKIkXgOdCywN/vtLocQtPl s7K5OLxEWzBSN1RPtx7OEPiWBb8pIgr8XF4+ZpL2Y33JWZugi3K0gzp6w2JQxpeMkKJU4v KJguGbs97rm78LV12uHjzBw7FEweDB0nfJgPA1SJw/8ynjFlFRiG6OdYXPTXzEWgfeH5a+ lcQdPKCIFh6ypE7Mta+7G7MmtQJCX8kgnrMydhjCaGxCPKlMGdaqg2qD0jWuvhlFWIiWfZ iREUWKzxNXbjyhvzXb0Ds4JW3FaZCBYgigfKoy5iqYKNyeUcuRvrgPsOeefy/A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz5ff2YTKzYTf for ; Sun, 1 Oct 2023 14:13:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391EDkUD040128 for ; Sun, 1 Oct 2023 14:13:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391EDkMD040127 for net@FreeBSD.org; Sun, 1 Oct 2023 14:13:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 251226] ixgbe: resume from real S3 suspend resets the whole system (Intel X520 NIC) Date: Sun, 01 Oct 2023 14:13:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: IntelNetworking, iflib, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251226 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 15:06:12 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz6q84VvFz4vR1R for ; Sun, 1 Oct 2023 15:06:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz6q83SGZz4fYN for ; Sun, 1 Oct 2023 15:06:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696172772; a=rsa-sha256; cv=none; b=OAXl1nM0ryDDIsQk/ngTeVTig/yVs3aYUsFE+C4BTKZj8wDLe9DkUuaWmwlTADdQ/fDFCa Zn7Y/D6JCIIUXyDhpanmgLeP0pFgsy4nW0aeRUuB8NMl15SmuVcQaEUH2GlKfFMtug+4t+ oMA6CFf8I6RezZucz1ZRj0MOkRvzhl92N4N8lF0WUukfXJasV6xblAKWBkvY/UGY4kmWq/ adIQZ1N42juJqjmlw5SEHG/c4IBWtTSrDlVpjquX4DKPVsgzSzd9QIQ8ffUAp2fOTfjUrD e/hM99BpRA2enSwTVz4oXuWTeot6hHDrF6KaEmP+/NrGOP93haDBvE1JxX7w/g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696172772; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=emqM5PZS/Q+VJm8Hg4JZ87wqp8PMHDtLS1arbPNqeRg=; b=ySDvAJaPYcjtPFaKE6RgKxQhHZHIUd0LZebM3CJQYvgDYSaWZgYBvuiSQ5WbKTPXSUgibn iPpJLdGikv4EUsoFUJrKVICouEI0DJt5Bw81RuZE2xoF1rjZ2dNpZQLHLVidw7cvDYQuo+ 4GiACBjrggV16HzXCTZQJKA3hHhazRpeu5GDhXtJqOrO+U2ZXKxo++7t8KSeiV99/nHW5Q GKawSmpt+niUKqMA9Ayco2X0dyJoPPkL+wj/4oYqiqonuojqvmphayJXAwHw6iUO3Xu89I aktZQmc/KrGmGn3XrY1556+OkpxHCOSw48KXfIbfGvAgl6kXoxoVpFtOYNuSHw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz6q82QQMzZhL for ; Sun, 1 Oct 2023 15:06:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391F6CM3016351 for ; Sun, 1 Oct 2023 15:06:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391F6C3Z016350 for net@FreeBSD.org; Sun, 1 Oct 2023 15:06:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 260867] pf: divert-to packets infinitely loop when written back to divert socket Date: Sun, 01 Oct 2023 15:06:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc keywords cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260867 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |pf@FreeBSD.org Summary|[pf][patch] divert-to |pf: divert-to packets |packets infinitely loop |infinitely loop when |when written back to divert |written back to divert |socket |socket Keywords|patch | CC|net@FreeBSD.org, | |pf@FreeBSD.org | Status|New |Open --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 1 16:08:55 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rz8CW3Tk9z4vV8F for ; Sun, 1 Oct 2023 16:08:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rz8CW2Sp6z3MD6 for ; Sun, 1 Oct 2023 16:08:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696176535; a=rsa-sha256; cv=none; b=foZe/krGcFj2Dfk66GjEhqfAWVVazILGbdpbpJh6xJK5N42PrkAoGMHBwIL6qn1fj0q6iD 1vAgcG2oXOXWRWWBYFtNGp2e6ww+xINU4bLUkkMg09CNfrfU6TPOGlyrxqubowbGVb24Ej FT1y7xXgIRR6dWxtyfwTKVwBsRZxOw4a/zWPa9Y8pmZFHBB16/TUhDeo4PlcOOYiEu+Ebe VXovsAIVGYH3sZXWnES0r4p+m8mNjfEFFMeWHufKkhK8D3KkLlzokHwa9S5RL24QEVET+l huoe1aM8LoJltQEK8F29cgMK7mpz36doSJlcs+LT1yLJ8G4s5jrgOSc3CqYiHA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696176535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PkFm4vvECP/tS3W3IX0pCF5tHAfQYmKRc4pdUI/MNIU=; b=isPl4bcUoC6v9rHhtt47wJznpJ4YhRTp5/Ycgs83Ri5gRbfMh9wzJx3ail3nb89PkrxH/6 qh/fClHHavtEJ62mb8ePR+bdYBYLwrkvQxlvV9EIYvqkH3O7eQzX8VVNpxHZaONyySp6nD P0pZ6rqjP3Q4DslOd/9YPyi8evBaYk/LdtlDnVGi034HIWSt0otKZDrBSDaQQ23PNC+KI0 VpfgJ8kyiaSFELWMfHC5IWqs63s9spQAedBj5FFVStPdttz+hQ7QNrlF4falWu7I/vYbgT utF9ZyBBQo2su7jAX5WfFT6yWm2gx+MkvVBveNufZu+9Tzs9VJF4Vo6Qk/3r4Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rz8CW1R8RzbDL for ; Sun, 1 Oct 2023 16:08:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391G8tmA003837 for ; Sun, 1 Oct 2023 16:08:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391G8tcl003836 for net@FreeBSD.org; Sun, 1 Oct 2023 16:08:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 219918] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT) Date: Sun, 01 Oct 2023 16:08:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status bug_file_loc short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219918 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch | Status|New |Open URL| |https://www.rfc-editor.org/ | |rfc/rfc4787 Summary|[patch] LibAlias: implement |LibAlias: implement RFC |RFC 4787 REQ 1 and 3 (full |4787 REQ 1 and 3 (full cone |cone NAT) |NAT) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 20:59:13 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzGfT5yqtz4vpP0 for ; Sun, 1 Oct 2023 20:59:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzGfT4qh3z4RF7 for ; Sun, 1 Oct 2023 20:59:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696193953; a=rsa-sha256; cv=none; b=HQypDs4Jyu2Cd64WOuPnTkDh64d3UcfRLz6vPzCjNfU14t2DqSLCDurv+TBBSU5ImNsY+S EW3OkwJ2HMesvYp2jDA5FVS3Qjmy5SFl/BA/omvs5OXI7UWNoqaoM0nnhc4WT9K/57DU1v +14e7XHA1lt+qQiSkY+tiYN/FaauUQuggfN8+Yl+YSoh80jo9LI5xND7ueofqATXbi/QXg IDr8xzvW+9bxVqICKOjIhbSqLNNRJKIucoXxu11SlKtG6q1JG8qbQoq2FLj3RKeMo7Hmnn rdRLoJXiGp9a5gi413azXWYi4WvMZ73I/10tcx9rDGAE7beXtv0Gea+yEQdqnA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696193953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OAwAlIqGrYVK6GGQ8qI/ux3bNtedYp6CY/Ybin4eFlw=; b=xafwo/akuTm2UdsXJlzHFY+2dStJDfpVXQjpEEkOA76x1n4ZQcuvoIPr6IV9JcHehTLRx5 ZZIfy+9GFZRSP5nsByhS9FKfloVjVbT3DA/wcwE8KlGHzvqGK+Um9t0cNPtoKqRBbDYN0d 2/TKoRKaJx1PAhGM33gM9fsK5Ho7mo2k0JhlchsCF7BZDBYjD2LymiI7vEQp6b5Wf1dKz4 a6DCEpYh8MLBVKsTjclCxJyZfwbUvUnJkCgXeiCUvF9rj4DcFUxHUetFzURFhvEXKe+r/U iMUAWj8TqpLo1RF8AB32Xees72EiiD5W3dbhJohBdO68SNXuHy5+8DKn7gBDxw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzGfT3rl0zlGT for ; Sun, 1 Oct 2023 20:59:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391KxDHc084226 for ; Sun, 1 Oct 2023 20:59:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391KxDLq084225 for net@FreeBSD.org; Sun, 1 Oct 2023 20:59:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 243554] multicast packets not seen on PHY bridge member Date: Sun, 01 Oct 2023 20:59:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243554 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People Status|New |Open Keywords|patch | --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 1 21:00:08 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzGgX6Xx5z4vpP8 for ; Sun, 1 Oct 2023 21:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzGgX46Tjz4S8l for ; Sun, 1 Oct 2023 21:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696194008; a=rsa-sha256; cv=none; b=LT36Wjp+Y+2RKbbyaf+HcNe1HeNd32aOqp5RjxW0KKOxacIqS+C1usISwrIVLYn9Tq00V/ R2YM9tFt+GMCZbUDMMARbmfVpq5MJ6VYd1fUL4HJI+lquTiLOC7kT2JUwYXdeSVxxDrwEP MhPYx4G2EnuzdbylXehwDNKqfsfu5DABGUcj9iHaSVNysX2xbp8wbvnFJQWYIYOD81LA+o SmVNZdwakHAhBwh9b8Dc1nIQmIErmOD8/A4iRyMn9T1KjExiqHMdOUHg3E7WifdJRJ6u/x xV+VzhceLJ0lq7XvWGsJ/dsYE5VJTwPabfHKfDzLkxdse3gAmhcDrQaMZH7wyg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696194008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rUnfUl5dexl8YcFzfoG0BHxEUcVQB2fCmvBnFKnAxLo=; b=TGNtsBE0W7y8UE6FOxiVBIJdQkCKnld2gMNmHmL3ILbuKunb6o1jaOrJvl4smSTdBS8Z9/ GQRW/WylAWfxos1n0K7Yf0nD1tpmsB9ScyjCZhv9wpYbaTaeaHlwxKsM3cZOAJZcmX1no9 0FHHdt8+HL5vR4YcreC43nyGOMN2KAbC1niFyRmzgS8VKDb/ftZz3e6rPFbnhxUbSF+ZCc xBhAzDkn8smPFXEKNiCVcnJioDC0svjZXN7jrfSBFJwxAdItltruREjuwYurgWUvbaj8Hf YRv68i5/Rjnktgc5BLPSWSecDNcNg34ipg8IltmnDXQpqhykuqgDhWsSpS4Qsg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzGgX3Ct8zknq for ; Sun, 1 Oct 2023 21:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391L080I086867 for ; Sun, 1 Oct 2023 21:00:08 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391L08Bn086866 for net@FreeBSD.org; Sun, 1 Oct 2023 21:00:08 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202310012100.391L08Bn086866@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: net@FreeBSD.org Subject: Problem reports for net@FreeBSD.org that need special attention Date: Sun, 1 Oct 2023 21:00:08 +0000 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16961940082.55d1F.85029" Content-Transfer-Encoding: 7bit --16961940082.55d1F.85029 Date: Sun, 1 Oct 2023 21:00:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 204438 | setsockopt() handling of kern.ipc.maxsockbuf limi New | 213410 | [carp] service netif restart causes hang only whe Open | 7556 | ppp: sl_compress_init() will fail if called anyth Open | 193452 | Dell PowerEdge 210 II -- Kernel panic bce (broadc Open | 202510 | [CARP] advertisements sourced from CARP IP cause Open | 207261 | netmap: Doesn't do TX sync with kqueue Open | 225438 | panic in6_unlink_ifa() due to race Open | 236888 | ppp daemon: Allow MTU to be overridden for PPPoE Open | 237072 | netgraph(4): performance issue [on HardenedBSD]? Open | 237973 | pf: implement egress keyword to simplify rules ac Open | 238324 | Add XG-C100C/AQtion AQC107 10GbE NIC driver Open | 240944 | em(4): Crash with Intel 82571EB NIC with AMD Pile In Progress | 118111 | rc: network.subr Add MAC address based interface 13 problems total for which you should take action. --16961940082.55d1F.85029 Date: Sun, 1 Oct 2023 21:00:08 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
New         |    204438 | setsockopt() handling of kern.ipc.maxsockbuf limi
New         |    213410 | [carp] service netif restart causes hang only whe
Open        |      7556 | ppp: sl_compress_init() will fail if called anyth
Open        |    193452 | Dell PowerEdge 210 II -- Kernel panic bce (broadc
Open        |    202510 | [CARP] advertisements sourced from CARP IP cause 
Open        |    207261 | netmap: Doesn't do TX sync with kqueue
Open        |    225438 | panic in6_unlink_ifa() due to race
Open        |    236888 | ppp daemon: Allow MTU to be overridden for PPPoE 
Open        |    237072 | netgraph(4): performance issue [on HardenedBSD]?
Open        |    237973 | pf: implement egress keyword to simplify rules ac
Open        |    238324 | Add XG-C100C/AQtion AQC107 10GbE NIC driver
Open        |    240944 | em(4): Crash with Intel 82571EB NIC with AMD Pile
In Progress |    118111 | rc: network.subr Add MAC address based interface 

13 problems total for which you should take action.
--16961940082.55d1F.85029-- From nobody Sun Oct 1 21:02:56 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzGkn0Frrz4vpcs for ; Sun, 1 Oct 2023 21:02:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzGkm6Hxwz4XtD for ; Sun, 1 Oct 2023 21:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696194176; a=rsa-sha256; cv=none; b=RX/MgDKzPD0euSovqfBoLmHDX8xAmnyv2CAk+BkhV9e8urlO7jAsaa5gGT1H900MKUDaTm WUEpRG5WL4MlalDUnfPA99pmUO2KCocV0sj930o78wmpXWQDfas2wAOMHXuEzHHG7TcUfa gKyMkDtVRRoBhEjkEttVzMrRZ7pQgYY+J76DfEHqzg4ZLbh7GP4tO9C7ytiea4AyQzLMkc y98eFZzTgj0yghAtOYS2n81ODXDSUj1d55mfSoslqrVCe6EnHzajsvJfPdjV9GOtWIjgLR rqBQQM+INhBftsIBCBwlBYJXRUeskmEnHUTKRArV/A3ijtkluh10ZvcMWTz+8Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696194176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1SlmT0e9oY1khyALpjZkKqK7ReM8JiHf1i5R2U9ZBXE=; b=W3UL1gxupg6YWG1atOtMrVcQFay/vDjLUSk0AUW0cXHAriBUkmZjV9WE3kwXvshvn8lGTk rtfmvHEylUn+KFufJylBtZX4XVTR8OnIj0KxdLzwR3xx7ej+OYQtrfAi45ax349obAlpld QgjQqQy0iwW/xz2SjfM4N7TKTEa06hj9POXG1rbDKSXvYeCF6/dRXyOpfe1XT/43f8z0Dy FnpddKJ5ul8j+Rv6GPCIUe5AsFlw6FU8AO/8RILkU3uncLM8QbJk2ued5eiSTPJZkO0Zlz 2mou7VNp8O6T8jl6BlRKha1H1eK7jlhOi4lMJT9p/XYsLFu+K+z2v64eNGmqEw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzGkm5LvPzlYQ for ; Sun, 1 Oct 2023 21:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 391L2udg098805 for ; Sun, 1 Oct 2023 21:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 391L2uLY098804 for net@FreeBSD.org; Sun, 1 Oct 2023 21:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Sun, 01 Oct 2023 21:02:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #8 from Michael Tuexen --- (In reply to Mark Johnston from comment #6) I tested your patch in review D39215 and it resolves the issues. However, in other places inp_vflag is modified when using mapped addresses. I have done this dance in review D42031 and it resolves the panic, too. This seems to be consistent. I'm not sure which one is the correct approach. Is the intention of review D39215 than such a inp_vflag is not necessary anymore and can be removed fr= om the other places? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Oct 2 09:21:52 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzb7m2dk4z4vr1h for ; Mon, 2 Oct 2023 09:22:12 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4022.proton.ch (mail-4022.proton.ch [185.70.40.22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rzb7k0JStz4RCj for ; Mon, 2 Oct 2023 09:22:09 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail header.b=O26GBBqP; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.40.22 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu; dmarc=pass (policy=none) header.from=enki-multimedia.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail; t=1696238527; x=1696497727; bh=EU3r3qZzUNIWiCzTRl1uTRNHiCW8EzK1Qww3MrDQZKs=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=O26GBBqPiXES8s2yKAD8sxDUbgMwjBZUBHK1URI1mBpHiKQlC2J2FAAONGjss1Aca g4ST1yHiG+UGVXyzOTKyNgig8B607EtlByERHuiIw9ASu3frZFW1gkKotWgc7nxsI7 Pi9p9OJn9mQx7VEGPGVFDT6jipWLKeDCVAXvsMbkuTA3+6XQ7tIYTE9FbAKF/q5zGh HDNkmDmJ9DUDY/CHtRnr4D8dqYJZrjO9LSINgr+3N3baGDhxShBGD90a69qR3h7RW/ m8I2YcgHOCjhoii5ke51Kb/l6/v5Ez2JTRM/yc1KBQRTTzpkUv6/HnuMVH6WHo+NhB Qh5JZWCLuEaQw== Date: Mon, 02 Oct 2023 09:21:52 +0000 To: "freebsd-net@FreeBSD.org" From: Benoit Chesneau Subject: ipv6 only host and no IPV4 in jail? Message-ID: Feedback-ID: 9066678:user:proton List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8" X-Spamd-Bar: - X-Spamd-Result: default: False [-1.88 / 15.00]; AUTOGEN_PHP_SPAMMY(1.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.98)[-0.984]; DMARC_POLICY_ALLOW(-0.50)[enki-multimedia.eu,none]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MIME_BASE64_TEXT(0.10)[]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+,1:+,2:~]; TO_DN_EQ_ADDR_ALL(0.00)[]; BLOCKLISTDE_FAIL(0.00)[185.70.40.22:server fail]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[enki-multimedia.eu:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_PHPMAILER_SIG(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Rzb7k0JStz4RCj This is a multi-part message in MIME format. --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGkgYWxsLAoKSSBoYXZlIGEgd2VpcmQgaXNzdWUgdGhlcmUsCgpJIGhhdmUgYW4gaXB2NiBvbmx5 IGhvc3QgYW9uIHdoaWNoIEkgYW0gc3RhcnRpbmcgYSBqYWlsLkphbGlsIGhhdmUgYSB2bmV0IGlu dGVyZmFjZSB0aHJvdWdoIGEgYnJpZGdlIGNyZWF0ZWQgb24gdGhlIGhvc3Q6CgpGb3Igc29tZSBy ZWFzb24gdGhlIGphaWwgY2FuJ3QgZ2V0IGFjY2VzcyBhbmQgaXMgbm90IGFjY2Vzc2libGUgdG8g aW50ZXJuZXQgd2hlbiBJIHNldHVwIGFuIElQVjQgb24gaXQgKGFuZCByaWdodCBnYXRld2F5KS4g SXMgdGhpcyBzb21ldGhpbmcgZXhwZWN0ZWQ/IFNIb3VsZCB0aGUgSG9zdCBiZSBhbHNvIElQVjQg YXdhcmU/CgpIb3N0IGNvbmZpZzoKCkhvc3Q6CmBgYAp2bGFuMjAwYnJpZGdlOiBmbGFncz04ODQz PFVQLEJST0FEQ0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElDQVNUPiBtZXRyaWMgMCBtdHUgOTAw MApldGhlciA1ODo5YzpmYzoxMDpmYzo0MQppZCAwMDowMDowMDowMDowMDowMCBwcmlvcml0eSAz Mjc2OCBoZWxsb3RpbWUgMiBmd2RkZWxheSAxNQptYXhhZ2UgMjAgaG9sZGNudCA2IHByb3RvIHJz dHAgbWF4YWRkciAyMDAwIHRpbWVvdXQgMTIwMApyb290IGlkIDAwOjAwOjAwOjAwOjAwOjAwIHBy aW9yaXR5IDMyNzY4IGlmY29zdCAwIHBvcnQgMAptZW1iZXI6IGUwYV9iYXN0aWxsZTQgZmxhZ3M9 MTQzPExFQVJOSU5HLERJU0NPVkVSLEFVVE9FREdFLEFVVE9QVFA+CmlmbWF4YWRkciAwIHBvcnQg OCBwcmlvcml0eSAxMjggcGF0aCBjb3N0IDIwMDAKbWVtYmVyOiB0YXAwIGZsYWdzPTE0MzxMRUFS TklORyxESVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQPgppZm1heGFkZHIgMCBwb3J0IDkgcHJpb3Jp dHkgMTI4IHBhdGggY29zdCAyMDAwMDAwCm1lbWJlcjogdGFwMSBmbGFncz0xNDM8TEVBUk5JTkcs RElTQ09WRVIsQVVUT0VER0UsQVVUT1BUUD4KaWZtYXhhZGRyIDAgcG9ydCAxMCBwcmlvcml0eSAx MjggcGF0aCBjb3N0IDIwMDAwMDAKbWVtYmVyOiB2bGFuMjAwIGZsYWdzPTE0MzxMRUFSTklORyxE SVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQPgppZm1heGFkZHIgMCBwb3J0IDYgcHJpb3JpdHkgMTI4 IHBhdGggY29zdCA4MDAgZ3JvdXBzOiBicmlkZ2UKCmUwYV9iYXN0aWxsZTQ6IGZsYWdzPTg5NjM8 VVAsQlJPQURDQVNULFJVTk5JTkcsUFJPTUlTQyxTSU1QTEVYLE1VTFRJQ0FTVD4gbWV0cmljIDAg bXR1IDkwMDAKZGVzY3JpcHRpb246IHZuZXQgaG9zdCBpbnRlcmZhY2UgZm9yIEJhc3RpbGxlIGph aWwgZnBjb3VjaGRiCm9wdGlvbnM9ODxWTEFOX01UVT4KZXRoZXIgMDI6MjA6OWM6NGM6ODQ6ZjAK aHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBhCmdyb3VwczogZXBhaXIKbWVkaWE6IEV0aGVybmV0IDEw R2Jhc2UtVCAoMTBHYmFzZS1UIDxmdWxsLWR1cGxleD4pCnN0YXR1czogYWN0aXZlIG5kNiBvcHRp b25zPTI5PFBFUkZPUk1OVUQsSUZESVNBQkxFRCxBVVRPX0xJTktMT0NBTD4KYGBgCgpHdWVzdAoK YGBgCiMgaWZjb25maWcgdm5ldDAKdm5ldDA6IGZsYWdzPTg4NjM8VVAsQlJPQURDQVNULFJVTk5J TkcsU0lNUExFWCxNVUxUSUNBU1Q+IG1ldHJpYyAwIG10dSAxNTAwCm9wdGlvbnM9ODxWTEFOX01U VT4KZXRoZXIgMGU6MjA6OWM6NGM6ODQ6ZjAKaHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBiCmluZXQ2 IFhYWFg6WFhYWDpYWFhYOjIwMDo6MzAgcHJlZml4bGVuIDY0CmluZXQ2IGZlODA6OmMyMDo5Y2Zm OmZlNGM6ODRmMCV2bmV0MCBwcmVmaXhsZW4gNjQgc2NvcGVpZCAweDIKaW5ldCAxMC4yMDAuMS44 IG5ldG1hc2sgMHhmZmZmZmYwMCBicm9hZGNhc3QgMTAuMjAwLjEuMjU1Cmdyb3VwczogZXBhaXIK bWVkaWE6IEV0aGVybmV0IDEwR2Jhc2UtVCAoMTBHYmFzZS1UIDxmdWxsLWR1cGxleD4pCnN0YXR1 czogYWN0aXZlIG5kNiBvcHRpb25zPTIxPFBFUkZPUk1OVUQsQVVUT19MSU5LTE9DQUw+CiMgbmV0 c3RhdCAtcm40ClJvdXRpbmcgdGFibGVzCgpJbnRlcm5ldDoKRGVzdGluYXRpb24gR2F0ZXdheSBG bGFncyBOZXRpZiBFeHBpcmUKZGVmYXVsdCAxMC4yMDAuMS4xIFVHUyB2bmV0MAoxMC4yMDAuMS4w LzI0IGxpbmsjMiBVIHZuZXQwCjEwLjIwMC4xLjggbGluayMyIFVIUyBsbzAxMjcuMC4wLjEgbGlu ayMxIFVIIGxvMAoKYGBgCgpCZW5vw650IENoZXNuZWF1LCBFbmtpIE11bHRpbWVkaWEK4oCUCnQu ICszMzYwODY1NTQ5MAoKU2VudCB3aXRoIFtQcm90b24gTWFpbF0oaHR0cHM6Ly9wcm90b24ubWUv KSBzZWN1cmUgZW1haWwu --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDE0 cHg7Ij5IaSBhbGwsJm5ic3A7PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBz YW5zLXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij48YnI+PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1m YW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij5JIGhhdmUgYSB3ZWly ZCBpc3N1ZSB0aGVyZSw8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMt c2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWls eTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPkkgaGF2ZSBhbiBpcHY2IG9u bHkgaG9zdCBhb24gd2hpY2ggSSBhbSBzdGFydGluZyBhIGphaWwuSmFsaWwgaGF2ZSBhIHZuZXQg aW50ZXJmYWNlICZuYnNwO3Rocm91Z2ggYSBicmlkZ2UgY3JlYXRlZCBvbiB0aGUgaG9zdDo8L2Rp dj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTog MTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2Vy aWY7IGZvbnQtc2l6ZTogMTRweDsiPkZvciBzb21lIHJlYXNvbiB0aGUgamFpbCBjYW4ndCBnZXQg YWNjZXNzIGFuZCBpcyBub3QgYWNjZXNzaWJsZSB0byBpbnRlcm5ldCB3aGVuIEkgc2V0dXAgYW4g SVBWNCBvbiBpdCAoYW5kIHJpZ2h0IGdhdGV3YXkpLiBJcyB0aGlzIHNvbWV0aGluZyBleHBlY3Rl ZD8gU0hvdWxkIHRoZSBIb3N0IGJlIGFsc28gSVBWNCBhd2FyZT88L2Rpdj48ZGl2IHN0eWxlPSJm b250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rp dj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTog MTRweDsiPkhvc3QgY29uZmlnOjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwg c2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQt ZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+SG9zdDo8L2Rpdj48 ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRw eDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsg Zm9udC1zaXplOiAxNHB4OyI+PHNwYW4+dmxhbjIwMGJyaWRnZTogZmxhZ3M9ODg0MyZsdDtVUCxC Uk9BRENBU1QsUlVOTklORyxTSU1QTEVYLE1VTFRJQ0FTVCZndDsgbWV0cmljIDAgbXR1IDkwMDA8 L3NwYW4+PGRpdj48c3Bhbj4JZXRoZXIgNTg6OWM6ZmM6MTA6ZmM6NDE8L3NwYW4+PC9kaXY+PGRp dj48c3Bhbj4JaWQgMDA6MDA6MDA6MDA6MDA6MDAgcHJpb3JpdHkgMzI3NjggaGVsbG90aW1lIDIg ZndkZGVsYXkgMTU8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JbWF4YWdlIDIwIGhvbGRjbnQgNiBw cm90byByc3RwIG1heGFkZHIgMjAwMCB0aW1lb3V0IDEyMDA8L3NwYW4+PC9kaXY+PGRpdj48c3Bh bj4Jcm9vdCBpZCAwMDowMDowMDowMDowMDowMCBwcmlvcml0eSAzMjc2OCBpZmNvc3QgMCBwb3J0 IDA8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JbWVtYmVyOiBlMGFfYmFzdGlsbGU0IGZsYWdzPTE0 MyZsdDtMRUFSTklORyxESVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQJmd0Ozwvc3Bhbj48L2Rpdj48 ZGl2PjxzcGFuPgkgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7aWZtYXhhZGRyIDAgcG9ydCA4 IHByaW9yaXR5IDEyOCBwYXRoIGNvc3QgMjAwMDwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPgltZW1i ZXI6IHRhcDAgZmxhZ3M9MTQzJmx0O0xFQVJOSU5HLERJU0NPVkVSLEFVVE9FREdFLEFVVE9QVFAm Z3Q7PC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CSAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtp Zm1heGFkZHIgMCBwb3J0IDkgcHJpb3JpdHkgMTI4IHBhdGggY29zdCAyMDAwMDAwPC9zcGFuPjwv ZGl2PjxkaXY+PHNwYW4+CW1lbWJlcjogdGFwMSBmbGFncz0xNDMmbHQ7TEVBUk5JTkcsRElTQ09W RVIsQVVUT0VER0UsQVVUT1BUUCZndDs8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JICZuYnNwOyAm bmJzcDsgJm5ic3A7ICZuYnNwO2lmbWF4YWRkciAwIHBvcnQgMTAgcHJpb3JpdHkgMTI4IHBhdGgg Y29zdCAyMDAwMDAwPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW1lbWJlcjogdmxhbjIwMCBmbGFn cz0xNDMmbHQ7TEVBUk5JTkcsRElTQ09WRVIsQVVUT0VER0UsQVVUT1BUUCZndDs8L3NwYW4+PC9k aXY+PGRpdj48c3Bhbj4JICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwO2lmbWF4YWRkciAwIHBv cnQgNiBwcmlvcml0eSAxMjggcGF0aCBjb3N0IDgwMDwvc3Bhbj48L2Rpdj48c3Bhbj4JZ3JvdXBz OiBicmlkZ2U8L3NwYW4+PGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwg c2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNwYW4+PGJyPjwvc3Bhbj48L2Rpdj48ZGl2 IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsi PjxzcGFuPjxzcGFuPmUwYV9iYXN0aWxsZTQ6IGZsYWdzPTg5NjMmbHQ7VVAsQlJPQURDQVNULFJV Tk5JTkcsUFJPTUlTQyxTSU1QTEVYLE1VTFRJQ0FTVCZndDsgbWV0cmljIDAgbXR1IDkwMDA8L3Nw YW4+PGRpdj48c3Bhbj4JZGVzY3JpcHRpb246IHZuZXQgaG9zdCBpbnRlcmZhY2UgZm9yIEJhc3Rp bGxlIGphaWwgZnBjb3VjaGRiPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW9wdGlvbnM9OCZsdDtW TEFOX01UVSZndDs8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JZXRoZXIgMDI6MjA6OWM6NGM6ODQ6 ZjA8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JaHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBhPC9zcGFu PjwvZGl2PjxkaXY+PHNwYW4+CWdyb3VwczogZXBhaXI8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4J bWVkaWE6IEV0aGVybmV0IDEwR2Jhc2UtVCAoMTBHYmFzZS1UICZsdDtmdWxsLWR1cGxleCZndDsp PC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CXN0YXR1czogYWN0aXZlPC9zcGFuPjwvZGl2PjxzcGFu PgluZDYgb3B0aW9ucz0yOSZsdDtQRVJGT1JNTlVELElGRElTQUJMRUQsQVVUT19MSU5LTE9DQUwm Z3Q7PC9zcGFuPjwvc3Bhbj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNh bnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFt aWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PGJyPjwvZGl2PjxkaXYg c3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+ R3Vlc3Q8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZv bnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWws IHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQt ZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNwYW4+IyBpZmNv bmZpZyB2bmV0MDwvc3Bhbj48ZGl2PjxzcGFuPnZuZXQwOiBmbGFncz04ODYzJmx0O1VQLEJST0FE Q0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElDQVNUJmd0OyBtZXRyaWMgMCBtdHUgMTUwMDwvc3Bh bj48L2Rpdj48ZGl2PjxzcGFuPglvcHRpb25zPTgmbHQ7VkxBTl9NVFUmZ3Q7PC9zcGFuPjwvZGl2 PjxkaXY+PHNwYW4+CWV0aGVyIDBlOjIwOjljOjRjOjg0OmYwPC9zcGFuPjwvZGl2PjxkaXY+PHNw YW4+CWh3YWRkciAwMjpjNDpiNTozYTo5MTowYjwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPglpbmV0 NiBYWFhYOlhYWFg6WFhYWDoyMDA6OjMwIHByZWZpeGxlbiA2NDwvc3Bhbj48L2Rpdj48ZGl2Pjxz cGFuPglpbmV0NiBmZTgwOjpjMjA6OWNmZjpmZTRjOjg0ZjAldm5ldDAgcHJlZml4bGVuIDY0IHNj b3BlaWQgMHgyPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CWluZXQgMTAuMjAwLjEuOCBuZXRtYXNr IDB4ZmZmZmZmMDAgYnJvYWRjYXN0IDEwLjIwMC4xLjI1NTwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFu Pglncm91cHM6IGVwYWlyPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW1lZGlhOiBFdGhlcm5ldCAx MEdiYXNlLVQgKDEwR2Jhc2UtVCAmbHQ7ZnVsbC1kdXBsZXgmZ3Q7KTwvc3Bhbj48L2Rpdj48ZGl2 PjxzcGFuPglzdGF0dXM6IGFjdGl2ZTwvc3Bhbj48L2Rpdj48c3Bhbj4JbmQ2IG9wdGlvbnM9MjEm bHQ7UEVSRk9STU5VRCxBVVRPX0xJTktMT0NBTCZndDs8L3NwYW4+PGJyPjwvZGl2PjxkaXYgc3R5 bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNw YW4+PHNwYW4+PHNwYW4+IyBuZXRzdGF0IC1ybjQ8L3NwYW4+PGRpdj48c3Bhbj5Sb3V0aW5nIHRh Ymxlczwvc3Bhbj48L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2PjxzcGFuPkludGVybmV0Ojwvc3Bh bj48L2Rpdj48ZGl2PjxzcGFuPkRlc3RpbmF0aW9uICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNw O0dhdGV3YXkgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtGbGFncyAm bmJzcDsgJm5ic3A7IE5ldGlmIEV4cGlyZTwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPmRlZmF1bHQg Jm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsxMC4yMDAuMS4xICZuYnNw OyAmbmJzcDsgJm5ic3A7ICZuYnNwOyBVR1MgJm5ic3A7ICZuYnNwOyAmbmJzcDsgdm5ldDA8L3Nw YW4+PC9kaXY+PGRpdj48c3Bhbj4xMC4yMDAuMS4wLzI0ICZuYnNwOyAmbmJzcDsgJm5ic3A7bGlu ayMyICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFUgJm5ic3A7ICZu YnNwOyAmbmJzcDsgJm5ic3A7IHZuZXQwPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+MTAuMjAwLjEu OCAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgbGluayMyICZuYnNwOyAmbmJzcDsgJm5ic3A7 ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFVIUyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgbG8w PC9zcGFuPjwvZGl2PjxzcGFuPjEyNy4wLjAuMSAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsg Jm5ic3A7bGluayMxICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFVI ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtsbzA8L3NwYW4+PGJyPjwvc3Bhbj48 L3NwYW4+PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBm b250LXNpemU6IDE0cHg7Ij5gYGA8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWws IHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj4NCjxkaXYgY2xhc3M9InBy b3Rvbm1haWxfc2lnbmF0dXJlX2Jsb2NrIiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5z LXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij4NCiAgICA8ZGl2IGNsYXNzPSJwcm90b25tYWlsX3Np Z25hdHVyZV9ibG9jay11c2VyIj4NCiAgICAgICAgPGRpdiBzdHlsZT0iZm9udC1zdHlsZTogbm9y bWFsOyBmb250LXdlaWdodDogbm9ybWFsOyBsZXR0ZXItc3BhY2luZzogbm9ybWFsOyB0ZXh0LWlu ZGVudDogMHB4OyB0ZXh0LXRyYW5zZm9ybTogbm9uZTsgd2hpdGUtc3BhY2U6IG5vcm1hbDsgd29y ZC1zcGFjaW5nOiAwcHg7IHRleHQtZGVjb3JhdGlvbjogbm9uZTsgZm9udC1mYW1pbHk6IEhlbHZl dGljYTsgZm9udC1zaXplOiAxMnB4OyBjb2xvcjogcmdiKDAsIDAsIDApOyI+QmVub8OudCBDaGVz bmVhdSwgRW5raSBNdWx0aW1lZGlhPGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtc3R5bGU6IG5v cm1hbDsgZm9udC13ZWlnaHQ6IG5vcm1hbDsgbGV0dGVyLXNwYWNpbmc6IG5vcm1hbDsgdGV4dC1p bmRlbnQ6IDBweDsgdGV4dC10cmFuc2Zvcm06IG5vbmU7IHdoaXRlLXNwYWNlOiBub3JtYWw7IHdv cmQtc3BhY2luZzogMHB4OyB0ZXh0LWRlY29yYXRpb246IG5vbmU7IGZvbnQtZmFtaWx5OiBIZWx2 ZXRpY2E7IGZvbnQtc2l6ZTogMTJweDsgY29sb3I6IHJnYigwLCAwLCAwKTsiPuKAlDxicj48L2Rp dj48ZGl2IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtd2VpZ2h0OiBub3JtYWw7IGxl dHRlci1zcGFjaW5nOiBub3JtYWw7IHRleHQtaW5kZW50OiAwcHg7IHRleHQtdHJhbnNmb3JtOiBu b25lOyB3aGl0ZS1zcGFjZTogbm9ybWFsOyB3b3JkLXNwYWNpbmc6IDBweDsgdGV4dC1kZWNvcmF0 aW9uOiBub25lOyBmb250LWZhbWlseTogSGVsdmV0aWNhOyBmb250LXNpemU6IDEycHg7IGNvbG9y OiByZ2IoMCwgMCwgMCk7Ij50LiArMzM2MDg2NTU0OTAmbmJzcDs8YnI+PC9kaXY+DQogICAgPC9k aXY+DQogICAgPGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250 LXNpemU6IDE0cHg7Ij48YnI+PC9kaXY+DQogICAgPGRpdiBjbGFzcz0icHJvdG9ubWFpbF9zaWdu YXR1cmVfYmxvY2stcHJvdG9uIj4NCiAgICAgICAgU2VudCB3aXRoIDxhIHRhcmdldD0iX2JsYW5r IiBocmVmPSJodHRwczovL3Byb3Rvbi5tZS8iIHJlbD0ibm9vcGVuZXIgbm9yZWZlcnJlciI+UHJv dG9uIE1haWw8L2E+IHNlY3VyZSBlbWFpbC4NCiAgICA8L2Rpdj4NCjwvZGl2Pg0K --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8-- From nobody Mon Oct 2 09:21:52 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzbt31HkVz4vsb2 for ; Mon, 2 Oct 2023 09:55:23 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from delivery.e-purifier.com (delivery.e-purifier.com [41.168.2.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rzbt102YRz4Z6r for ; Mon, 2 Oct 2023 09:55:20 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=fail ("headers rsa verify failed") header.d=freebsd.org header.s=dkim header.b=gUm6YTpE; dkim=pass header.d=enki-multimedia.eu header.s=protonmail header.b=O26GBBqP; spf=softfail (mx1.freebsd.org: 41.168.2.23 is neither permitted nor denied by domain of benoitc@enki-multimedia.eu) smtp.mailfrom=benoitc@enki-multimedia.eu; dmarc=pass (policy=none) header.from=enki-multimedia.eu; arc=reject ("signature check failed: fail, {[1] = sig:freebsd.org:reject}") Received: from [192.168.202.37] (helo=SEC-NGP-AG07) by delivery.e-purifier.com with smtp (Exim 4.96) (envelope-from ) id 1qnFdu-0006GZ-1k for freebsd-net@freebsd.org; Mon, 02 Oct 2023 11:55:10 +0200 Received: from mail pickup service by SEC-NGP-AG07.neotel.e-purifier.co.za with Microsoft SMTPSVC; Mon, 2 Oct 2023 11:53:35 +0200 Received: from zalj1.e-purifier.com ([192.168.201.1]) by SEC-NGP-AG07.neotel.e-purifier.co.za with Microsoft SMTPSVC(7.5.7601.17514); Mon, 2 Oct 2023 11:23:09 +0200 Received: from mx2.freebsd.org ([96.47.72.81]) by zalj1.e-purifier.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qnF8F-0003Us-2S for kwf@nanoteq.com; Mon, 02 Oct 2023 11:22:34 +0200 Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "R3" (verified OK)) by mx2.freebsd.org (Postfix) with ESMTPS id 4Rzb8166jLz4RPv for ; Mon, 2 Oct 2023 09:22:25 +0000 (UTC) (envelope-from freebsd-net+bounces-3988-kwf=nanoteq.com@FreeBSD.org) Received: from mlmmj.nyi.freebsd.org (mlmmj.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:24]) by mx1.freebsd.org (Postfix) with ESMTP id 4Rzb814Mrzz4S2j for ; Mon, 2 Oct 2023 09:22:25 +0000 (UTC) (envelope-from freebsd-net+bounces-3988-kwf=nanoteq.com@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696238545; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=EU3r3qZzUNIWiCzTRl1uTRNHiCW8EzK1Qww3MrDQZKs=; b=gUm6YTpEOdmTgmOvRh0I1HH+1R2u1PilZlCXQbdrQ32aG7pgOBX72r946OtQK8Ix12J62k fpM4yHCNlyXdKAPrwneNpvhhrgojd244i5AC65+sWWQdrK3l+nkC3GZ3SfmcaPz+5rDSNi gXBAppjYS5kAQTXHq2aFPIFD9g/l4Q9jwX0CuEkua0lNIf3Qys6+ziP4JYOBn3TRuXJF9E YXPjlJXk7g5k71lvEQhh1z7Ehfe49s4Tr6ldkkC4kDa5ylwrr44brBl+QDtVBwVreC60ze tY9EU1HRBazJJTLc2wHTwXAiD7t0t3msylWwY5IxHg8cTdeFtin+tKGtOJyH4Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696238545; a=rsa-sha256; cv=none; b=tQolfrtQP50VBm9iBJFyQ892968tp2zVHYxPSSYRrKYcIqLHxQ/Yt9sHoCQ4wgIAOg1CqX BUgbe66XEVaCVTTy1JrOqmtdIdIWFTLwx+bnP4it9GBYmS4/rTw+bqHxoJ0KmGT8JDCWTu syH4Yn6gnBzK0MYN1RMIyuEXYEKqDAjbBwCc5y75JNHXQWSlsI5HWewAVlkWz6bO0kcfny lWq84iskkhi2/lbqYm4Io9gkHg3vr2jbERTcD5ItoPyc6KsUosqciWuaKSHP0aMcxwCGqt ueM+Uv0pMtlHIvIk9LtUtgFR17QvPKtinnAIG+YdTI3zYoc76IhubVf+NrQKEQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail header.b=O26GBBqP; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.40.22 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu; dmarc=pass (policy=none) header.from=enki-multimedia.eu ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696238545; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=EU3r3qZzUNIWiCzTRl1uTRNHiCW8EzK1Qww3MrDQZKs=; b=IeWnTDgWywukCy51eWYLU7HxN1ElBWsDTJgOg0/yBckdbyuiFJCv7fgwSX1Bfd/dncc+Ea Y8XyqAtouaNiqL26R2LJnW63ds1WC1vgrb/mR4iAiJBKlisvsp28Q5ZtrChqslL8h7FNNQ 6hJgNGx3E0/GIVPQs74ppwe1TI9/9iAek/QpJq76CrzK4dbYYsAA6la7Fmf4hVWVEuPOrq q5vc7JeJzufAlrDV47uJQ511tCZ37o/nwZOtMwiQWyiZiwKwVfHqnoGKKFVUENpQzQHLZG bMaE2J7GPysIBaR6tzIXpckXhAkV996K3prJFuXvMH84Gs1MSbjsRla5Bhq6pg== Received: from mlmmj.nyi.freebsd.org (mlmmj.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:24]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzb7n1sHBz4vqkT; Mon, 2 Oct 2023 09:22:13 +0000 (UTC) (envelope-from freebsd-net+bounces-3988@FreeBSD.org) X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzb7m2dk4z4vr1h for ; Mon, 2 Oct 2023 09:22:12 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4022.proton.ch (mail-4022.proton.ch [185.70.40.22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rzb7k0JStz4RCj for ; Mon, 2 Oct 2023 09:22:09 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail; t=1696238527; x=1696497727; bh=EU3r3qZzUNIWiCzTRl1uTRNHiCW8EzK1Qww3MrDQZKs=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=O26GBBqPiXES8s2yKAD8sxDUbgMwjBZUBHK1URI1mBpHiKQlC2J2FAAONGjss1Aca g4ST1yHiG+UGVXyzOTKyNgig8B607EtlByERHuiIw9ASu3frZFW1gkKotWgc7nxsI7 Pi9p9OJn9mQx7VEGPGVFDT6jipWLKeDCVAXvsMbkuTA3+6XQ7tIYTE9FbAKF/q5zGh HDNkmDmJ9DUDY/CHtRnr4D8dqYJZrjO9LSINgr+3N3baGDhxShBGD90a69qR3h7RW/ m8I2YcgHOCjhoii5ke51Kb/l6/v5Ez2JTRM/yc1KBQRTTzpkUv6/HnuMVH6WHo+NhB Qh5JZWCLuEaQw== Date: Mon, 02 Oct 2023 09:21:52 +0000 To: "freebsd-net@FreeBSD.org" From: Benoit Chesneau Subject: ipv6 only host and no IPV4 in jail? Message-ID: Feedback-ID: 9066678:user:proton List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8" X-Spam-Score: -0.5 (/) X-Spam-Report: Action: no action Symbol: RWL_MAILSPIKE_EXCELLENT(-0.40) Symbol: FROM_HAS_DN(0.00) Symbol: FROM_NEQ_ENVFROM(0.10) Symbol: RCVD_COUNT_FIVE(0.00) Symbol: HAS_LIST_UNSUB(-0.01) Symbol: AUTOGEN_PHP_SPAMMY(1.50) Symbol: MIME_GOOD(0.00) Symbol: SUBJECT_ENDS_QUESTION(1.00) Symbol: NEURAL_HAM(-0.19) Symbol: MAILLIST(-0.40) Symbol: MID_RHS_MATCH_FROM(0.00) Symbol: BLOCKLISTDE_FAIL(0.00) Symbol: DKIM_REPUTATION(0.00) Symbol: R_SPF_ALLOW(0.00) Symbol: GENERIC_REPUTATION(0.00) Symbol: ARC_ALLOW(0.00) Symbol: ASN(0.00) Symbol: DWL_DNSWL_LOW(-1.00) Symbol: SPF_REPUTATION_HAM(0.00) Symbol: DKIM_TRACE(0.00) Symbol: DMARC_POLICY_ALLOW(0.00) Symbol: FORGED_RECIPIENTS_MAILLIST(0.00) Symbol: TO_DN_EQ_ADDR_ALL(0.00) Symbol: HAS_PHPMAILER_SIG(0.00) Symbol: TAGGED_FROM(0.00) Symbol: RCVD_TLS_LAST(0.00) Symbol: R_DKIM_ALLOW(-1.21) Symbol: MIME_BASE64_TEXT(0.10) Symbol: RCVD_IN_DNSWL_MED(0.00) Symbol: IP_REPUTATION_HAM(0.00) Symbol: RCPT_COUNT_ONE(0.00) Symbol: MIME_TRACE(0.00) Symbol: FORGED_SENDER_MAILLIST(0.00) Symbol: RCVD_DKIM_ARC_DNSWL_MED(0.00) Message-ID: t1d4CimLo2K345CiV8mGDaQrW5KW1Kz335yZOtRdu-XGYjY7m2zHVkxBOSxxLXavsgCVxWSVVO1JXNQ9F294ywF7MWuGh0L6HrYbKKvB2rA=@enki-multimedia.eu X-OriginalArrivalTime: 02 Oct 2023 09:23:09.0487 (UTC) FILETIME=[0F0D0BF0:01D9F512] x-archived: yes x-dbused: RGF0YSBTb3VyY2U9MTkyLjE2OC4yMDEuMjY= x-abuse-contact: abuse@e-purifier.com X-Spamd-Bar: / X-Spamd-Result: default: False [-0.87 / 15.00]; ARC_REJECT(1.00)[signature check failed: fail, {[1] = sig:freebsd.org:reject}]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; AUTOGEN_PHP_SPAMMY(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail]; MAILLIST(-0.16)[generic]; MIME_BASE64_TEXT(0.10)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; HAS_LIST_UNSUB(-0.01)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_PHPMAILER_SIG(0.00)[]; R_DKIM_REJECT(0.00)[freebsd.org:s=dkim]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; DKIM_TRACE(0.00)[freebsd.org:-,enki-multimedia.eu:+]; R_SPF_SOFTFAIL(0.00)[~all]; DKIM_MIXED(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; DMARC_POLICY_ALLOW(0.00)[enki-multimedia.eu,none]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:36937, ipnet:41.168.0.0/17, country:ZA]; RCVD_COUNT_SEVEN(0.00)[9] X-Rspamd-Queue-Id: 4Rzbt102YRz4Z6r This is a multi-part message in MIME format. --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGkgYWxsLAoKSSBoYXZlIGEgd2VpcmQgaXNzdWUgdGhlcmUsCgpJIGhhdmUgYW4gaXB2NiBvbmx5 IGhvc3QgYW9uIHdoaWNoIEkgYW0gc3RhcnRpbmcgYSBqYWlsLkphbGlsIGhhdmUgYSB2bmV0IGlu dGVyZmFjZSB0aHJvdWdoIGEgYnJpZGdlIGNyZWF0ZWQgb24gdGhlIGhvc3Q6CgpGb3Igc29tZSBy ZWFzb24gdGhlIGphaWwgY2FuJ3QgZ2V0IGFjY2VzcyBhbmQgaXMgbm90IGFjY2Vzc2libGUgdG8g aW50ZXJuZXQgd2hlbiBJIHNldHVwIGFuIElQVjQgb24gaXQgKGFuZCByaWdodCBnYXRld2F5KS4g SXMgdGhpcyBzb21ldGhpbmcgZXhwZWN0ZWQ/IFNIb3VsZCB0aGUgSG9zdCBiZSBhbHNvIElQVjQg YXdhcmU/CgpIb3N0IGNvbmZpZzoKCkhvc3Q6CmBgYAp2bGFuMjAwYnJpZGdlOiBmbGFncz04ODQz PFVQLEJST0FEQ0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElDQVNUPiBtZXRyaWMgMCBtdHUgOTAw MApldGhlciA1ODo5YzpmYzoxMDpmYzo0MQppZCAwMDowMDowMDowMDowMDowMCBwcmlvcml0eSAz Mjc2OCBoZWxsb3RpbWUgMiBmd2RkZWxheSAxNQptYXhhZ2UgMjAgaG9sZGNudCA2IHByb3RvIHJz dHAgbWF4YWRkciAyMDAwIHRpbWVvdXQgMTIwMApyb290IGlkIDAwOjAwOjAwOjAwOjAwOjAwIHBy aW9yaXR5IDMyNzY4IGlmY29zdCAwIHBvcnQgMAptZW1iZXI6IGUwYV9iYXN0aWxsZTQgZmxhZ3M9 MTQzPExFQVJOSU5HLERJU0NPVkVSLEFVVE9FREdFLEFVVE9QVFA+CmlmbWF4YWRkciAwIHBvcnQg OCBwcmlvcml0eSAxMjggcGF0aCBjb3N0IDIwMDAKbWVtYmVyOiB0YXAwIGZsYWdzPTE0MzxMRUFS TklORyxESVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQPgppZm1heGFkZHIgMCBwb3J0IDkgcHJpb3Jp dHkgMTI4IHBhdGggY29zdCAyMDAwMDAwCm1lbWJlcjogdGFwMSBmbGFncz0xNDM8TEVBUk5JTkcs RElTQ09WRVIsQVVUT0VER0UsQVVUT1BUUD4KaWZtYXhhZGRyIDAgcG9ydCAxMCBwcmlvcml0eSAx MjggcGF0aCBjb3N0IDIwMDAwMDAKbWVtYmVyOiB2bGFuMjAwIGZsYWdzPTE0MzxMRUFSTklORyxE SVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQPgppZm1heGFkZHIgMCBwb3J0IDYgcHJpb3JpdHkgMTI4 IHBhdGggY29zdCA4MDAgZ3JvdXBzOiBicmlkZ2UKCmUwYV9iYXN0aWxsZTQ6IGZsYWdzPTg5NjM8 VVAsQlJPQURDQVNULFJVTk5JTkcsUFJPTUlTQyxTSU1QTEVYLE1VTFRJQ0FTVD4gbWV0cmljIDAg bXR1IDkwMDAKZGVzY3JpcHRpb246IHZuZXQgaG9zdCBpbnRlcmZhY2UgZm9yIEJhc3RpbGxlIGph aWwgZnBjb3VjaGRiCm9wdGlvbnM9ODxWTEFOX01UVT4KZXRoZXIgMDI6MjA6OWM6NGM6ODQ6ZjAK aHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBhCmdyb3VwczogZXBhaXIKbWVkaWE6IEV0aGVybmV0IDEw R2Jhc2UtVCAoMTBHYmFzZS1UIDxmdWxsLWR1cGxleD4pCnN0YXR1czogYWN0aXZlIG5kNiBvcHRp b25zPTI5PFBFUkZPUk1OVUQsSUZESVNBQkxFRCxBVVRPX0xJTktMT0NBTD4KYGBgCgpHdWVzdAoK YGBgCiMgaWZjb25maWcgdm5ldDAKdm5ldDA6IGZsYWdzPTg4NjM8VVAsQlJPQURDQVNULFJVTk5J TkcsU0lNUExFWCxNVUxUSUNBU1Q+IG1ldHJpYyAwIG10dSAxNTAwCm9wdGlvbnM9ODxWTEFOX01U VT4KZXRoZXIgMGU6MjA6OWM6NGM6ODQ6ZjAKaHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBiCmluZXQ2 IFhYWFg6WFhYWDpYWFhYOjIwMDo6MzAgcHJlZml4bGVuIDY0CmluZXQ2IGZlODA6OmMyMDo5Y2Zm OmZlNGM6ODRmMCV2bmV0MCBwcmVmaXhsZW4gNjQgc2NvcGVpZCAweDIKaW5ldCAxMC4yMDAuMS44 IG5ldG1hc2sgMHhmZmZmZmYwMCBicm9hZGNhc3QgMTAuMjAwLjEuMjU1Cmdyb3VwczogZXBhaXIK bWVkaWE6IEV0aGVybmV0IDEwR2Jhc2UtVCAoMTBHYmFzZS1UIDxmdWxsLWR1cGxleD4pCnN0YXR1 czogYWN0aXZlIG5kNiBvcHRpb25zPTIxPFBFUkZPUk1OVUQsQVVUT19MSU5LTE9DQUw+CiMgbmV0 c3RhdCAtcm40ClJvdXRpbmcgdGFibGVzCgpJbnRlcm5ldDoKRGVzdGluYXRpb24gR2F0ZXdheSBG bGFncyBOZXRpZiBFeHBpcmUKZGVmYXVsdCAxMC4yMDAuMS4xIFVHUyB2bmV0MAoxMC4yMDAuMS4w LzI0IGxpbmsjMiBVIHZuZXQwCjEwLjIwMC4xLjggbGluayMyIFVIUyBsbzAxMjcuMC4wLjEgbGlu ayMxIFVIIGxvMAoKYGBgCgpCZW5vw650IENoZXNuZWF1LCBFbmtpIE11bHRpbWVkaWEK4oCUCnQu ICszMzYwODY1NTQ5MAoKU2VudCB3aXRoIFtQcm90b24gTWFpbF0oaHR0cHM6Ly9wcm90b24ubWUv KSBzZWN1cmUgZW1haWwu --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDE0 cHg7Ij5IaSBhbGwsJm5ic3A7PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBz YW5zLXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij48YnI+PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1m YW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij5JIGhhdmUgYSB3ZWly ZCBpc3N1ZSB0aGVyZSw8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMt c2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWls eTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPkkgaGF2ZSBhbiBpcHY2IG9u bHkgaG9zdCBhb24gd2hpY2ggSSBhbSBzdGFydGluZyBhIGphaWwuSmFsaWwgaGF2ZSBhIHZuZXQg aW50ZXJmYWNlICZuYnNwO3Rocm91Z2ggYSBicmlkZ2UgY3JlYXRlZCBvbiB0aGUgaG9zdDo8L2Rp dj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTog MTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2Vy aWY7IGZvbnQtc2l6ZTogMTRweDsiPkZvciBzb21lIHJlYXNvbiB0aGUgamFpbCBjYW4ndCBnZXQg YWNjZXNzIGFuZCBpcyBub3QgYWNjZXNzaWJsZSB0byBpbnRlcm5ldCB3aGVuIEkgc2V0dXAgYW4g SVBWNCBvbiBpdCAoYW5kIHJpZ2h0IGdhdGV3YXkpLiBJcyB0aGlzIHNvbWV0aGluZyBleHBlY3Rl ZD8gU0hvdWxkIHRoZSBIb3N0IGJlIGFsc28gSVBWNCBhd2FyZT88L2Rpdj48ZGl2IHN0eWxlPSJm b250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rp dj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTog MTRweDsiPkhvc3QgY29uZmlnOjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwg c2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQt ZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+SG9zdDo8L2Rpdj48 ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRw eDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsg Zm9udC1zaXplOiAxNHB4OyI+PHNwYW4+dmxhbjIwMGJyaWRnZTogZmxhZ3M9ODg0MyZsdDtVUCxC Uk9BRENBU1QsUlVOTklORyxTSU1QTEVYLE1VTFRJQ0FTVCZndDsgbWV0cmljIDAgbXR1IDkwMDA8 L3NwYW4+PGRpdj48c3Bhbj4JZXRoZXIgNTg6OWM6ZmM6MTA6ZmM6NDE8L3NwYW4+PC9kaXY+PGRp dj48c3Bhbj4JaWQgMDA6MDA6MDA6MDA6MDA6MDAgcHJpb3JpdHkgMzI3NjggaGVsbG90aW1lIDIg ZndkZGVsYXkgMTU8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JbWF4YWdlIDIwIGhvbGRjbnQgNiBw cm90byByc3RwIG1heGFkZHIgMjAwMCB0aW1lb3V0IDEyMDA8L3NwYW4+PC9kaXY+PGRpdj48c3Bh bj4Jcm9vdCBpZCAwMDowMDowMDowMDowMDowMCBwcmlvcml0eSAzMjc2OCBpZmNvc3QgMCBwb3J0 IDA8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JbWVtYmVyOiBlMGFfYmFzdGlsbGU0IGZsYWdzPTE0 MyZsdDtMRUFSTklORyxESVNDT1ZFUixBVVRPRURHRSxBVVRPUFRQJmd0Ozwvc3Bhbj48L2Rpdj48 ZGl2PjxzcGFuPgkgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7aWZtYXhhZGRyIDAgcG9ydCA4 IHByaW9yaXR5IDEyOCBwYXRoIGNvc3QgMjAwMDwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPgltZW1i ZXI6IHRhcDAgZmxhZ3M9MTQzJmx0O0xFQVJOSU5HLERJU0NPVkVSLEFVVE9FREdFLEFVVE9QVFAm Z3Q7PC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CSAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtp Zm1heGFkZHIgMCBwb3J0IDkgcHJpb3JpdHkgMTI4IHBhdGggY29zdCAyMDAwMDAwPC9zcGFuPjwv ZGl2PjxkaXY+PHNwYW4+CW1lbWJlcjogdGFwMSBmbGFncz0xNDMmbHQ7TEVBUk5JTkcsRElTQ09W RVIsQVVUT0VER0UsQVVUT1BUUCZndDs8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JICZuYnNwOyAm bmJzcDsgJm5ic3A7ICZuYnNwO2lmbWF4YWRkciAwIHBvcnQgMTAgcHJpb3JpdHkgMTI4IHBhdGgg Y29zdCAyMDAwMDAwPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW1lbWJlcjogdmxhbjIwMCBmbGFn cz0xNDMmbHQ7TEVBUk5JTkcsRElTQ09WRVIsQVVUT0VER0UsQVVUT1BUUCZndDs8L3NwYW4+PC9k aXY+PGRpdj48c3Bhbj4JICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwO2lmbWF4YWRkciAwIHBv cnQgNiBwcmlvcml0eSAxMjggcGF0aCBjb3N0IDgwMDwvc3Bhbj48L2Rpdj48c3Bhbj4JZ3JvdXBz OiBicmlkZ2U8L3NwYW4+PGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwg c2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNwYW4+PGJyPjwvc3Bhbj48L2Rpdj48ZGl2 IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsi PjxzcGFuPjxzcGFuPmUwYV9iYXN0aWxsZTQ6IGZsYWdzPTg5NjMmbHQ7VVAsQlJPQURDQVNULFJV Tk5JTkcsUFJPTUlTQyxTSU1QTEVYLE1VTFRJQ0FTVCZndDsgbWV0cmljIDAgbXR1IDkwMDA8L3Nw YW4+PGRpdj48c3Bhbj4JZGVzY3JpcHRpb246IHZuZXQgaG9zdCBpbnRlcmZhY2UgZm9yIEJhc3Rp bGxlIGphaWwgZnBjb3VjaGRiPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW9wdGlvbnM9OCZsdDtW TEFOX01UVSZndDs8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JZXRoZXIgMDI6MjA6OWM6NGM6ODQ6 ZjA8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4JaHdhZGRyIDAyOmM0OmI1OjNhOjkxOjBhPC9zcGFu PjwvZGl2PjxkaXY+PHNwYW4+CWdyb3VwczogZXBhaXI8L3NwYW4+PC9kaXY+PGRpdj48c3Bhbj4J bWVkaWE6IEV0aGVybmV0IDEwR2Jhc2UtVCAoMTBHYmFzZS1UICZsdDtmdWxsLWR1cGxleCZndDsp PC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CXN0YXR1czogYWN0aXZlPC9zcGFuPjwvZGl2PjxzcGFu PgluZDYgb3B0aW9ucz0yOSZsdDtQRVJGT1JNTlVELElGRElTQUJMRUQsQVVUT19MSU5LTE9DQUwm Z3Q7PC9zcGFuPjwvc3Bhbj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNh bnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtZmFt aWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PGJyPjwvZGl2PjxkaXYg c3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+ R3Vlc3Q8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIHNhbnMtc2VyaWY7IGZv bnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWws IHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPmBgYDwvZGl2PjxkaXYgc3R5bGU9ImZvbnQt ZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNwYW4+IyBpZmNv bmZpZyB2bmV0MDwvc3Bhbj48ZGl2PjxzcGFuPnZuZXQwOiBmbGFncz04ODYzJmx0O1VQLEJST0FE Q0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElDQVNUJmd0OyBtZXRyaWMgMCBtdHUgMTUwMDwvc3Bh bj48L2Rpdj48ZGl2PjxzcGFuPglvcHRpb25zPTgmbHQ7VkxBTl9NVFUmZ3Q7PC9zcGFuPjwvZGl2 PjxkaXY+PHNwYW4+CWV0aGVyIDBlOjIwOjljOjRjOjg0OmYwPC9zcGFuPjwvZGl2PjxkaXY+PHNw YW4+CWh3YWRkciAwMjpjNDpiNTozYTo5MTowYjwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPglpbmV0 NiBYWFhYOlhYWFg6WFhYWDoyMDA6OjMwIHByZWZpeGxlbiA2NDwvc3Bhbj48L2Rpdj48ZGl2Pjxz cGFuPglpbmV0NiBmZTgwOjpjMjA6OWNmZjpmZTRjOjg0ZjAldm5ldDAgcHJlZml4bGVuIDY0IHNj b3BlaWQgMHgyPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CWluZXQgMTAuMjAwLjEuOCBuZXRtYXNr IDB4ZmZmZmZmMDAgYnJvYWRjYXN0IDEwLjIwMC4xLjI1NTwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFu Pglncm91cHM6IGVwYWlyPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+CW1lZGlhOiBFdGhlcm5ldCAx MEdiYXNlLVQgKDEwR2Jhc2UtVCAmbHQ7ZnVsbC1kdXBsZXgmZ3Q7KTwvc3Bhbj48L2Rpdj48ZGl2 PjxzcGFuPglzdGF0dXM6IGFjdGl2ZTwvc3Bhbj48L2Rpdj48c3Bhbj4JbmQ2IG9wdGlvbnM9MjEm bHQ7UEVSRk9STU5VRCxBVVRPX0xJTktMT0NBTCZndDs8L3NwYW4+PGJyPjwvZGl2PjxkaXYgc3R5 bGU9ImZvbnQtZmFtaWx5OiBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNHB4OyI+PHNw YW4+PHNwYW4+PHNwYW4+IyBuZXRzdGF0IC1ybjQ8L3NwYW4+PGRpdj48c3Bhbj5Sb3V0aW5nIHRh Ymxlczwvc3Bhbj48L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2PjxzcGFuPkludGVybmV0Ojwvc3Bh bj48L2Rpdj48ZGl2PjxzcGFuPkRlc3RpbmF0aW9uICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNw O0dhdGV3YXkgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtGbGFncyAm bmJzcDsgJm5ic3A7IE5ldGlmIEV4cGlyZTwvc3Bhbj48L2Rpdj48ZGl2PjxzcGFuPmRlZmF1bHQg Jm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsxMC4yMDAuMS4xICZuYnNw OyAmbmJzcDsgJm5ic3A7ICZuYnNwOyBVR1MgJm5ic3A7ICZuYnNwOyAmbmJzcDsgdm5ldDA8L3Nw YW4+PC9kaXY+PGRpdj48c3Bhbj4xMC4yMDAuMS4wLzI0ICZuYnNwOyAmbmJzcDsgJm5ic3A7bGlu ayMyICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFUgJm5ic3A7ICZu YnNwOyAmbmJzcDsgJm5ic3A7IHZuZXQwPC9zcGFuPjwvZGl2PjxkaXY+PHNwYW4+MTAuMjAwLjEu OCAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgbGluayMyICZuYnNwOyAmbmJzcDsgJm5ic3A7 ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFVIUyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgbG8w PC9zcGFuPjwvZGl2PjxzcGFuPjEyNy4wLjAuMSAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsg Jm5ic3A7bGluayMxICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7IFVI ICZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDtsbzA8L3NwYW4+PGJyPjwvc3Bhbj48 L3NwYW4+PC9kaXY+PGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBm b250LXNpemU6IDE0cHg7Ij5gYGA8L2Rpdj48ZGl2IHN0eWxlPSJmb250LWZhbWlseTogQXJpYWws IHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDsiPjxicj48L2Rpdj4NCjxkaXYgY2xhc3M9InBy b3Rvbm1haWxfc2lnbmF0dXJlX2Jsb2NrIiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5z LXNlcmlmOyBmb250LXNpemU6IDE0cHg7Ij4NCiAgICA8ZGl2IGNsYXNzPSJwcm90b25tYWlsX3Np Z25hdHVyZV9ibG9jay11c2VyIj4NCiAgICAgICAgPGRpdiBzdHlsZT0iZm9udC1zdHlsZTogbm9y bWFsOyBmb250LXdlaWdodDogbm9ybWFsOyBsZXR0ZXItc3BhY2luZzogbm9ybWFsOyB0ZXh0LWlu ZGVudDogMHB4OyB0ZXh0LXRyYW5zZm9ybTogbm9uZTsgd2hpdGUtc3BhY2U6IG5vcm1hbDsgd29y ZC1zcGFjaW5nOiAwcHg7IHRleHQtZGVjb3JhdGlvbjogbm9uZTsgZm9udC1mYW1pbHk6IEhlbHZl dGljYTsgZm9udC1zaXplOiAxMnB4OyBjb2xvcjogcmdiKDAsIDAsIDApOyI+QmVub8OudCBDaGVz bmVhdSwgRW5raSBNdWx0aW1lZGlhPGJyPjwvZGl2PjxkaXYgc3R5bGU9ImZvbnQtc3R5bGU6IG5v cm1hbDsgZm9udC13ZWlnaHQ6IG5vcm1hbDsgbGV0dGVyLXNwYWNpbmc6IG5vcm1hbDsgdGV4dC1p bmRlbnQ6IDBweDsgdGV4dC10cmFuc2Zvcm06IG5vbmU7IHdoaXRlLXNwYWNlOiBub3JtYWw7IHdv cmQtc3BhY2luZzogMHB4OyB0ZXh0LWRlY29yYXRpb246IG5vbmU7IGZvbnQtZmFtaWx5OiBIZWx2 ZXRpY2E7IGZvbnQtc2l6ZTogMTJweDsgY29sb3I6IHJnYigwLCAwLCAwKTsiPuKAlDxicj48L2Rp dj48ZGl2IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtd2VpZ2h0OiBub3JtYWw7IGxl dHRlci1zcGFjaW5nOiBub3JtYWw7IHRleHQtaW5kZW50OiAwcHg7IHRleHQtdHJhbnNmb3JtOiBu b25lOyB3aGl0ZS1zcGFjZTogbm9ybWFsOyB3b3JkLXNwYWNpbmc6IDBweDsgdGV4dC1kZWNvcmF0 aW9uOiBub25lOyBmb250LWZhbWlseTogSGVsdmV0aWNhOyBmb250LXNpemU6IDEycHg7IGNvbG9y OiByZ2IoMCwgMCwgMCk7Ij50LiArMzM2MDg2NTU0OTAmbmJzcDs8YnI+PC9kaXY+DQogICAgPC9k aXY+DQogICAgPGRpdiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsLCBzYW5zLXNlcmlmOyBmb250 LXNpemU6IDE0cHg7Ij48YnI+PC9kaXY+DQogICAgPGRpdiBjbGFzcz0icHJvdG9ubWFpbF9zaWdu YXR1cmVfYmxvY2stcHJvdG9uIj4NCiAgICAgICAgU2VudCB3aXRoIDxhIHRhcmdldD0iX2JsYW5r IiBocmVmPSJodHRwczovL3Byb3Rvbi5tZS8iIHJlbD0ibm9vcGVuZXIgbm9yZWZlcnJlciI+UHJv dG9uIE1haWw8L2E+IHNlY3VyZSBlbWFpbC4NCiAgICA8L2Rpdj4NCjwvZGl2Pg0K --b1_wJelnV2zIFcRNvvu9gFifPKSYcNaoVUm2uzk5NPq8-- From nobody Mon Oct 2 10:30:49 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzcg004Q3z4vv7w for ; Mon, 2 Oct 2023 10:30:52 +0000 (UTC) (envelope-from felix.reichenberger@tuta.io) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rzcfz1tFXz4cGk for ; Mon, 2 Oct 2023 10:30:50 +0000 (UTC) (envelope-from felix.reichenberger@tuta.io) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tuta.io header.s=s1 header.b=LrQCbp4Z; spf=pass (mx1.freebsd.org: domain of felix.reichenberger@tuta.io designates 81.3.6.165 as permitted sender) smtp.mailfrom=felix.reichenberger@tuta.io; dmarc=pass (policy=quarantine) header.from=tuta.io Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 80B0F1060157; Mon, 2 Oct 2023 10:30:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1696242649; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=S0QbC0M79rszNe/7nJB6WFPp4HF8tdsNF8geMR9h8Ck=; b=LrQCbp4ZII+jczbnjybykU2im1Ja6DsaFk7YHaBafgNhi/uBY72Q2rZPNdqfPQvS E6Dib1+lN2z3TsfGOvWr3NYOMrj4wmFznlX8QsaofcNdX3op9/mw/LKX5GtfWaeBjA2 vDZD35gP7giLX8ZjrhNEjQYn66ee/92OeWbLNSAMQcW/WnFmBbdv8/OZEqz9BxjEOrQ fPFS0OIW0pnASWX36ejrNNg6xpwEkXoylDloSB/T/FWOtliBMQred37tWRWvfMYIleA KgFF4Ccq26u2kjuIUgC+3OgW6G1bJzfbyz8b0fMMLUjuTRv4xtxCvkCbNuiNmmLwtOR yt9GPL1PZA== Date: Mon, 2 Oct 2023 12:30:49 +0200 (CEST) From: felix.reichenberger@tuta.io To: Benoit Chesneau Cc: "freebsd-net@FreeBSD.org" Message-ID: In-Reply-To: References: Subject: Re: ipv6 only host and no IPV4 in jail? List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.89 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.991]; DMARC_POLICY_ALLOW(-0.50)[tuta.io,quarantine]; R_DKIM_ALLOW(-0.20)[tuta.io:s=s1]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; RCPT_COUNT_TWO(0.00)[2]; FROM_NO_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[81.3.6.165:from]; BLOCKLISTDE_FAIL(0.00)[81.3.6.165:server fail]; DKIM_TRACE(0.00)[tuta.io:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[] X-Rspamd-Queue-Id: 4Rzcfz1tFXz4cGk Hi, since your VNET jail has its own network stack, it shouldn't matter that yo= ur host is IPv6-only. I myself run dual-stack Bastille jails on IPv6-only hosts without any probl= ems. What kind of errors do you get when trying to access the internet via IPv4 = from your jail, and does it work with IPv6? Regards 2. Okt. 2023, 11:55 von benoitc@enki-multimedia.eu: > Hi all,=C2=A0 > > I have a weird issue there, > > I have an ipv6 only host aon which I am starting a jail.Jalil have a vnet= interface =C2=A0through a bridge created on the host: > > For some reason the jail can't get access and is not accessible to intern= et when I setup an IPV4 on it (and right gateway). Is this something expect= ed? SHould the Host be also IPV4 aware? > > Host config: > > Host: > ``` > vlan200bridge: flags=3D8843 metri= c 0 mtu 9000 > ether 58:9c:fc:10:fc:41 > id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 > maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 > root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 > member: e0a_bastille4 flags=3D143 > =C2=A0 =C2=A0 =C2=A0 =C2=A0ifmaxaddr 0 port 8 priority 128 path cost 2000 > member: tap0 flags=3D143 > =C2=A0 =C2=A0 =C2=A0 =C2=A0ifmaxaddr 0 port 9 priority 128 path cost 2000= 000 > member: tap1 flags=3D143 > =C2=A0 =C2=A0 =C2=A0 =C2=A0ifmaxaddr 0 port 10 priority 128 path cost 200= 0000 > member: vlan200 flags=3D143 > =C2=A0 =C2=A0 =C2=A0 =C2=A0ifmaxaddr 0 port 6 priority 128 path cost 800 > groups: bridge > > e0a_bastille4: flags=3D8963 metric 0 mtu 9000 > description: vnet host interface for Bastille jail fpcouchdb > options=3D8 > ether 02:20:9c:4c:84:f0 > hwaddr 02:c4:b5:3a:91:0a > groups: epair > media: Ethernet 10Gbase-T (10Gbase-T ) > status: active > nd6 options=3D29 > ``` > > Guest > > ``` > # ifconfig vnet0 > vnet0: flags=3D8863 metric 0 mtu = 1500 > options=3D8 > ether 0e:20:9c:4c:84:f0 > hwaddr 02:c4:b5:3a:91:0b > inet6 XXXX:XXXX:XXXX:200::30 prefixlen 64 > inet6 fe80::c20:9cff:fe4c:84f0%vnet0 prefixlen 64 scopeid 0x2 > inet 10.200.1.8 netmask 0xffffff00 broadcast 10.200.1.255 > groups: epair > media: Ethernet 10Gbase-T (10Gbase-T ) > status: active > nd6 options=3D21 > # netstat -rn4 > Routing tables > > Internet: > Destination =C2=A0 =C2=A0 =C2=A0 =C2=A0Gateway =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0Flags =C2=A0 =C2=A0 Netif Expire > default =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A010.200.1.1 =C2=A0 =C2=A0= =C2=A0 =C2=A0 UGS =C2=A0 =C2=A0 =C2=A0 vnet0 > 10.200.1.0/24 =C2=A0 =C2=A0 =C2=A0link#2 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 U =C2=A0 =C2=A0 =C2=A0 =C2=A0 vnet0 > 10.200.1.8 =C2=A0 =C2=A0 =C2=A0 =C2=A0 link#2 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 UHS =C2=A0 =C2=A0 =C2=A0 =C2=A0 lo0 > 127.0.0.1 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0link#1 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 UH =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lo0 > ``` > > Beno=C3=AEt Chesneau, Enki Multimedia > =E2=80=94 > t. +33608655490=C2=A0 > > Sent with > Proton Mail > secure email. > From nobody Mon Oct 2 11:45:41 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzfKK6T5Rz4vyyj for ; Mon, 2 Oct 2023 11:45:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzfKK5PZRz3FZQ for ; Mon, 2 Oct 2023 11:45:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696247141; a=rsa-sha256; cv=none; b=cwi3iSYRMgxXt4fDmfS7rYTmJMSxRWjbylCu+KyBriQXnoUQwu1bEPZgT7yrLfvjYoukpp DKUQQa3AzjcinFlEQZkDnORWERSp7VCqbeNfMeZngnG2laGwVgDPXcKf87RGcglLmRQ3g8 c00iMUDQnM3GD/IDouv10BimFYjIoUpdZKNftYRRNoJerFk2erKzPcFXvO3Zkgd9ufSJUs cJxOPUCkSGdrg7toU3ap4Wfsdp9fWEGNxX/nHVJ4+ClvA4f9pPzz6/ZNagXneRx/jFUP+/ Kpcc+A+Ad2aHoX3st53ii/TGkmbmUL7TPK18GgbZ5hbnAS8OPxoqSIFWbq/gHA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696247141; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EKrIJ0wobo30BeKM2a/TJfmUNY6A6FurU1DZaNirGEY=; b=qnYX3av6Go7BgjFjUtS7QOp1UqbcQXWOrw8FO6TB1usL4eLvTLkr/M+ZPL5Fw+b81hFsTb Klky3+W8TR2WAS2IXgUQ9VufsyLOo+qCLdcUhMOHSfjvng3zJ0iYIGoSIoY9LqKVS4fDJO ChFS1BQPw2cEtjrJUuupSw2RBGlo7bShVPW6YcMeMJ1Wj+ZLp5qZHEodBH8RpFHfUP+XfC FoMT//2LStFWx+17DWUB6XX7Jyhasph4VqNbxTRPf0TBvu4Ux1RnMfoJMDaFB/LZo+yZCS xJqDeURQG9nesaNpHOyFa0S5fmue4eSLC9syzkfaCDyIpQUrscoHpCc5X6pyow== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzfKK4PJyz19kn for ; Mon, 2 Oct 2023 11:45:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392Bjflq037615 for ; Mon, 2 Oct 2023 11:45:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392Bjfab037613 for net@FreeBSD.org; Mon, 2 Oct 2023 11:45:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Mon, 02 Oct 2023 11:45:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@dev.thsi.be X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #9 from Benjamin Jacobs --- (In reply to Mark Johnston from comment #6) Hi, yes it does seem to be that same issue. (In reply to Michael Tuexen from comment #8) My 2 cents: the version flag is indeed tricky because - as noted by Mark in its revision - an AF_INET6 UDP socket can transition back and forth between v4 and v6 (either by using connect() and/or sendto). I'm not sure either that getting rid of it is the right approach because the code ends up having to pass around an extra flag argument all over the place. But there are also some unclear locking rules, as stated in the comment around the in_pcb stuff, which makes the whole concept far from trivial for me to understand :) Nonetheless, I made a patch in a way for me to have something working. But it does seem all very hacky and ugly to carry an argument for "it is actually a v4-mapped" flag to all callers, and callers of callers, of the in_pcb_lport_dest. Also I did not completely understood the implication w.r.t. the handling of wildcard addresses. And possible concurrency issues are likely not addressed. Anyway, that might be of interest to you. Side note: it is trivial to trigger the bug using "sysctl net.inet6.ip6.v6only=3D0; drill @::ffff:8.8.8.8 freebsd.org" --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Oct 2 11:46:56 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzfLn1Snpz4w0RT for ; Mon, 2 Oct 2023 11:46:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzfLn0146z3H80 for ; Mon, 2 Oct 2023 11:46:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696247217; a=rsa-sha256; cv=none; b=OsfnCHaj9SwoiBJmJLp5BHHk8uOQ/txifh5eDYFb51TErmVOTi+vSu2o9CuAvVfgv7JrhO qhT/KjQyaxpX7aXQqEnAdMlyYFU5HaQ1qLGUPiW6eDJY7UskBQUuB5Bw4r1q5VybMMlXhr 7FCrvonmYGHVv9IITn1Q+iuy7/yK4tt/2ys2jctWGj+4Qn7GUVWGpE3G2YkzS50p29IsxH fBueEUnDnVqZgcPP4v+Aj/HC9YRcDRAQI0weKb5J3jhhExiOfP/ftJGB7C2YKVPNOSzCiU +6N92m+1Bx0/1VUfaALQurs4HIXP2OTMBn8469AkNO2l0zCiaCYFf96PgUhmRg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696247217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zgHqBPyZbMeYJJYRUs2c3Stc9U0vmy7d3Sb1iTonW/0=; b=j4VDHlV1dgw9+iHjNCvBXOGacuhPTkWW5NYQlHPv+ck8oNrTW4cuCItfSU5/kPLrbSnWsA tyJqUz7EF4+pR1/GeOyN6VZJqwvEQhNi+aL82CqSyLi04t3JrglIVfaKz/Bt12+sDmbXa+ 63hEU3N2jOd8V5x1FI+DA5zfzwhyko73zLPD6/TpTW1H+3HfDyYlZvbdnXAeGITu0JrBcg OLV/lNlwV0ubZqpvsmQS5EvIN4ATilbkKFSLJdP4l04KoX7Sz7vNn9LO5jdBgz12olHwIM g/C/ZmHWPHPjOxjLYzZSjrc0ct4TNl9ekLr9rn2cYfVWPdd04TMXFibCRdzyFA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzfLm6FGRz18ch for ; Mon, 2 Oct 2023 11:46:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392Bkuwm038099 for ; Mon, 2 Oct 2023 11:46:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392Bku4I038098 for net@FreeBSD.org; Mon, 2 Oct 2023 11:46:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Mon, 02 Oct 2023 11:46:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@dev.thsi.be X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #10 from Benjamin Jacobs --- Created attachment 245375 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D245375&action= =3Dedit Adds a flag argument to in_pcb_lport_dest to support v4-mapped --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Oct 2 15:30:41 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzlJx3JBbz4wBnS for ; Mon, 2 Oct 2023 15:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzlJx2277z4FD7 for ; Mon, 2 Oct 2023 15:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696260641; a=rsa-sha256; cv=none; b=urZvKiwBfSPZt28+hZYDsMdg8ZBRRUVq/AEiKc4yljoeeFTu2pwB5jCNRNXX+Jl6iKdME+ wVPcFZaRDMBGHdtZ6a/pVW0G7sHljHYWnxZBTRKU3q93DFmK3tnpF4rEQc0JUReS4DY1xm qxhpsQ1XfA73sTnefvt/f2P+keyknv1EwweEdLVKKsqoDRQprAgn4bsRPUpZzT2JJo0pvm X4iEaHTBBKGfSf/xEfmXh2ZpeOssGcSNk4oDAwGmGOx1qMAzBUowYsXSAurDYKLCPR6kkm E/+TKu/kgaW+56niT0gGsvXPNmrKJOwBB/5ApBmSkNePJqs57Tfbf5iRvmHOwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696260641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q2Ay96fmiD1Su960rpAV5cS6IiOpH244ODfWmWUHJBo=; b=Rf/DylLtxowwLccosyS75mXotnQv9fKsnZ7E05HUVazhm/6C3Ho1SelRSYESVRUBTc/G0x jr18WVyA16n0Syw0CPGhlJpDuMsAHspVaUHzsC76HPQR4HUzV0NOuZc8avIa6wvlYFzdii 0gBcgb7v3B/97OyJt0MlB0BD25EDsv29SdmQS+SMjrx7Ufk4+++5QC3HTUiXtruXZKGm7n KknParKt6Ln1uUwvyee5PQ7wx0bBzIugMwpsJmGIOYqtXXpkNo/uH9JEeSg8IwKqjj452I xPvoWbIZym1XL2DzLe7V2+o0kbeviLnnLP0fz0cnYTf3yRtlcD52bO//EqamCw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzlJx16Cqz2sK for ; Mon, 2 Oct 2023 15:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392FUfwF067921 for ; Mon, 2 Oct 2023 15:30:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392FUfbV067897 for net@FreeBSD.org; Mon, 2 Oct 2023 15:30:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Mon, 02 Oct 2023 15:30:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: glebius@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #11 from Gleb Smirnoff --- What about adding extra inp_vflag for mapped pcbs? So that in_pcb.c code can tell regular IPv4 inpcb from mapped one? --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Oct 2 17:01:28 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RznKj4jKxz4wHJ0 for ; Mon, 2 Oct 2023 17:01:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RznKj3hRSz4Qm4 for ; Mon, 2 Oct 2023 17:01:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696266089; a=rsa-sha256; cv=none; b=dPxvhyk2jgdvSpx6v4wDIffrwcpWfS0CnPxjtDeT4h5kvlkDududJIESk3c2AZvhyqsSaT 3J/wR3cxegD3OQcyxLYNINEKvh7hqR8mFHaNSolm3/Goetd5oXc4d+fa90kSuhq80yNIj/ ZYoZtzy9w3EBbqLidwxfG9NgecFhuUCdERbD6eD7Q7WJ0UkUEKL9g7eqUqaMp5qFuivCUI ysD3ppfbeUD+4M4fwNpIdkyK+nx07l8LoaoSsJpBvY9CcacUc9CCY9Zfg5dftHMdxtr/jh XFQDRMTtkvsNAPV3b2C/aaHafnVdAip/O5kEVXrx/HBI4QBYXZ5VAFwT9Bul7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696266089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=M/T5f/fBswIY7fw6LDo0W7ntFnKO0zqEakUAO9pQEow=; b=UL/gDk6atqSugQDTe40Jt1JRzpaZJoD7mMhPh+Uqtl4APP98piCkMNCvTZm/tioxMBIsw0 ehwrDP4Kg+O5KUEEbL5ZrNXcz2iCZED3PXXR8y5PZKmzIsnOWQ7fEfCs8hu4B6wzj5BXf4 uPHxEqdOwSvqwwKFn7k7l4jJpgKoUAGxJGSd86egkEJmbtdMuFCaH5BQur+TVLg3DJmHcc 9L4ogDDTQOPYpKJ5evlpnYg6LX9Sf6VV2bdj/SpJE+JvMy/wkSUiOBIgJPpQZEUx4DAAIJ kYJaslvtKpyoWs92rtxwXPWILfCVy34I21rqLMMK8Ia0fISQoA/mDo1lqZFldA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RznKj2mtJz5Vj for ; Mon, 2 Oct 2023 17:01:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392H1TZ7004036 for ; Mon, 2 Oct 2023 17:01:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392H1T9Z004009 for net@FreeBSD.org; Mon, 2 Oct 2023 17:01:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 264014] QinQ not working with a lot of switches Date: Mon, 02 Oct 2023 17:01:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: iflib X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264014 --- Comment #1 from Zhenlei Huang --- The IEEE 802.1AD published at May 26,2006 [1]. That is about 17 years ago at the time writing. > There are a lot of switches on the market with QinQ support, but not all = support > QinQ according to IEEE 802.1AD. This is because of historical reasons. Be= fore IEEE=20 > finished 802.1AD, vendores implemented pre-802.1AD standards, often calle= d 802.1QinQ > or something like that.=20 To be honest, it does not require much effort to support them in FreeBSD net stack. But I am *personally* not willing to do so, as these devices are manufactured at ancient times. Probably they are EOL and out of support eve= nt by the vendors. > Today, you can still buy modern switches with legacy/proprietary QinQ > implementation. Those use EhterTypes like 0x9100 for example. Some but no= t much=20 > switches allow to modify the EtherType to 0x88A8 according to 802.1AD or= set the=20 > EtherType of QinQ to custom values (for example Dell OS6 allows both). So the default EtherType should be 0x88A8 (802.1AD). 0x9100 should be chosen only for interoperability with ancient devices. 1. https://www.ieee802.org/1/pages/802.1ad.html --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 2 17:49:48 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzpPS4TrCz4wKCc for ; Mon, 2 Oct 2023 17:49:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzpPS3SkGz4W7m for ; Mon, 2 Oct 2023 17:49:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696268988; a=rsa-sha256; cv=none; b=gEfCPDqRSQmiaTh45dwlKjVa64dHegpUWT5MAT9l6tqXiXekCC9PH4nMZD/+MgN6pd4z2L ELK/VqV3tU5lIuo91cFIMKTumb1ytKHc5qW7BPkl+9KkmRtkZ1ON3UtsEy1cR1/HTf/tu8 ep2gN2Z+TvvfwwTToFih9dfokXoRt+rwOSjpxsRP1FmY/kX5FmUHCexWsrIGfMGOP2bNOR Wm2Fs8Gwx4tOUUGXbM1/eTvwTFLBpERs2SvVWUWdeS2Icufd2XMxmLYu8kLyYhz5dFJl0I Db1zXeK8//U59dpmmojPw9g1hBr4uDIvz/gAEhUPfCMATfybZI4SkVv1t1E9Yg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696268988; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0ZTtWdKufwim65q9JYZJXQbQ9Cq/nVh3E60oHUylDCI=; b=WZu6WN5c5Mk3+wtbg2KB3QY+sQHzKEQ+hqSK4vg0NXSbysGsfZPR9vLzPlS+dLy4PMLMHV HySNal73T0PpOH+SeU1h2A5w/HlazTufFJN958hfiFhcdXfe2xuqLSRfipWh5DjsjRyFQd OkCj9NBxSeyiY7sNYwHyG0qWNzc858AY+ddkvHySS6H+PnnOutxJVPZxdeR8MMkyA5C4R7 Is9xZCWNs393Q1Y9U9buinutHghPjpDstIV5vuF2ghu+3ZX7ARgVmBGri7zF4/Zxfj25hy ykj0C+Kvoowter7NKN96rcay8Y/f0U6VcqSWQjXqwk8mTB9VvfzsBinDRoe3ow== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzpPS2RZmz6nP for ; Mon, 2 Oct 2023 17:49:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392HnmaV071966 for ; Mon, 2 Oct 2023 17:49:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392HnmXv071965 for net@FreeBSD.org; Mon, 2 Oct 2023 17:49:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 264014] QinQ not working with a lot of switches Date: Mon, 02 Oct 2023 17:49:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: iflib X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: i.c.h@will-hier-weg.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264014 --- Comment #2 from Layer8 --- Thanks for reqly, Zhenlei Huang. The assumption that only old devices which are End of Life use non 802.1AD compliant Ethertypes is unfortunately not correct.=20 Because I dont know every switch OS on the market, I cant tell how many Switch-OS use non compliant QinQ Ethertypes. But: I personally work with Dell Power Switch switches which have Dell OS6 installed. This is a switch OS from Dell, which is old and matured, but sti= ll under development. I was invited to a Dell event in the end of 2022 where t= he have shown a roadmap. According to this information, they are not planning = to end support or development of this OS, because its the default Switch OS on Dell Access Level switches which is included if you buy a Dell Switch (they also support some other Open Network Operating Systems).=20 This is the user guide of the last last major version of Dell OS6 v6.8:=20 https://dl.dell.com/content/manual20646349-dell-networking-n-series-switche= s-user-guide-version-6-8-0.pdf?language=3Den-us On page 677 you will find the information, that they are still using 9100 f= or Q in Q. The last update is 6.8.1.3 from August 24 2023.=20 They still release new switch series which are supported by OS6 (the last is the N3200E switch series which was released 2022). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 2 17:55:03 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzpWX4Svnz4wKVB for ; Mon, 2 Oct 2023 17:55:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzpWW6kl9z4WrR for ; Mon, 2 Oct 2023 17:55:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696269303; a=rsa-sha256; cv=none; b=XoLTEo01B+maG4bSaK7JWJa6iXUNb6sNEWctMjkyyIJcNZrCZVgSGMDU7bjP2zbITM4JOA HzknGTIisl3VPbJwnewNMac//GIaJDNfE9rxSz9HEM9hZRLnd+xampRy03cZfZl+3N59ob HW14oMUQ1OZkXS0h6hPe4uidpLYMZTkZJ04FgpIwErCtPLDDQF0fUO8yXv2AJS3E/89B27 55EpLZg67pIgNrw7XXt3qSufFYAkamXYHML0XLXBDL4iIaJxsRdWocxfRNPrqLozqSRZZu 70DE/RTqsvEEagM43hiOi6UCgOCq3CrPUBE1VlE1jqjhQ92SjRUkTqpAZ7NADQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696269303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ndhmns9VJq46C6h2Tj6wahwIEiI43FNPJLxDslsYl/g=; b=ZgqFZZyb2HrHidrpOBD9rmX2UDICnvgqkWApk4yWbcFYteC3Wkg3HQmdjDwRHmPt3d77KG y4AarP5dxLwcG+NorwF5qZvYLVc1bXd/IpDERtmRer5bYuB+gW9zbuoTpOZ7JjK+CmYRrh yMw2VYPbYq9TjD4Rp5NzoNPLutr+O1o3SviT65LqK+Xt4/iO1Mb57oVUWCWQG3XXmX4Px0 QX3CJmULBziSarzJcj5NE0ynjOEgUzPwx0fwCPXcPG7nuOyT7k2banAGeHIQgMm9Nos1HJ HVIFltHjC6s4ZaPW4hn/cLFE0UmDuy/fv8mt1ShQyC3ta8JjC4yQt1wG8tj6Ig== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzpWW5lFrz6f1 for ; Mon, 2 Oct 2023 17:55:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392Ht3lL084753 for ; Mon, 2 Oct 2023 17:55:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392Ht3tf084752 for net@FreeBSD.org; Mon, 2 Oct 2023 17:55:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 264014] QinQ not working with a lot of switches Date: Mon, 02 Oct 2023 17:55:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: iflib X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: i.c.h@will-hier-weg.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264014 --- Comment #3 from Layer8 --- Oh, forgot to add the following information: Yes, its possible to change the QinQ Ethertype in Dell OS6, but we have customers with grown environments where they dont want to change the ethert= ype because of legacy applications. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 2 18:41:00 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RzqXX1jxqz4wMh1 for ; Mon, 2 Oct 2023 18:41:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RzqXX062nz4ZSr for ; Mon, 2 Oct 2023 18:41:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696272060; a=rsa-sha256; cv=none; b=yihF+y7Lg9G3+aIUQwwKYVuFr07/tkQ9aPGKg8f7zZEP+qeA7i/xOGy8qVmq2xMOc5wcTP 187OA/z5lxjDhaD6HTkLWlqAWX6JvBUymlth8jjiKFFOykcVu8Ng06SgdgD+7qXJRlW7zL /JphT1s5hZoMF4Rr/qwj6sBiGuIt6S6DVkIHVD0mcQ5QIl7OR2pcPhAVoy4upTnmTQV8K+ ZSbGc6IPScDyGMGp7BJP7Mq8aEZo7s8sWdziz/Ihgog1NS03/tCZq/KFtXcE8l63J3Da1g U8iy7FwttTkD5ZgGyc9Cp2XpvYdCVgQWUbleFD3Yy32XK+9RuPiMPEa3c06lrg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696272060; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kI+EJu2qBPrDzJvsRwd+BRTNLXLyDus4XtV6XspPvUs=; b=e0XSPor+c/9vGd6QdN3xPE3L6EcHXA3ws2EU5EseHPmym70EW+XrJYhJsaBAcn/A8Z9jJY vxYG2ytm61w3dmDPPYY4MgrL0HEn8+Agu4MToO9FXMPZWmXNsXurmIrjSoqk8sqIMbi4sZ /DUHoG0hF6cp1u9dFTSchgNUB51jm4wgVA2Yn0Btpi3Mi4OfRgaFargLHLWu1xsvsgad0C gKAPqIz0O16TtL46u68x7ccZB4w84UvEO3Bh94zkByppCknlTd9a0Gj29PXevCAFrO3u6E OJzK/lux6322dNTzyCKX/nowU12+orcES2xHSntRdlK/KZGif1ER0rZPLSacbw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RzqXW6Gf0z7nF for ; Mon, 2 Oct 2023 18:40:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392IexUo050159 for ; Mon, 2 Oct 2023 18:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392Iexoj050158 for net@FreeBSD.org; Mon, 2 Oct 2023 18:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Mon, 02 Oct 2023 18:41:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #12 from Michael Tuexen --- (In reply to Gleb Smirnoff from comment #11) Why? Don't we know the state right now from inp_vflag? We just adapt the va= lue to the usage of the inp. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Mon Oct 2 23:23:43 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rzxpl54Clz4wcXN for ; Mon, 2 Oct 2023 23:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rzxpl3qM5z3cZj for ; Mon, 2 Oct 2023 23:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696289023; a=rsa-sha256; cv=none; b=LADii2MOeTh3KIhI8E5IfZt+5XelOQahh4yZcQW7Y239PUyFFzJU2rnez+sPua8L4R8HBf x5meraFFKC5pEL2DFwTjXwoBbtTH0zpMQDvJpJpsS4bK7IIbiNRzeZHkzEHJtqqU1sPGT0 thxeKyMPEJsjwxjIwHC/t3r+0morcxh7ZmZL2B2NQhbLidrelZtdJKebGlTyRrnmxt1EvM bbFyxrQlt1+0Idaim8JPOpBsNsyC5Ptg/4Ab3LV4WzI4jnqA70uJewMrFV3Zqg498PcDoo hZ6JPpq2mgXjSGYYPOT66T/hnjPEPinVqLOG7vuQdY8kQ3sdocXX7MSRqo/WcQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696289023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NJjJn6cgtFKo4JsmSYo7lozSYRByif94/qFc9wH1lto=; b=Vg6HxZAWO4wu66PiIW7C7zJIv/Gms4VrqBL00DO7d9u7UJU4idqsXwjdeVZHBGVjM36/EK Fv0MLZaG/VlbSKhjj1PZ240K3y2N5n8bssXGVftGmD7CzWa5sxU76Jc33Pyg6SKpXIObUN MA9tHDgJmr5RdPJmMCXiMVGqOwg0Cd7NRWPd2nvSg2G/1btNpvBJ/jyEHIShV+WJ5RYU3+ JJs1OdATKxUJF4mfX7O22RTBNUyq1I68o7/CRCAweIdVn1jcnWtlGHNoNosHr3W/dzAU/0 wQGEpUI/I+lttXIzLgEmE8Eem5WAB3dTBKbsKYZZtg2PquqCcmIZC2LD/oIo6A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Rzxpl2sDvzXRD for ; Mon, 2 Oct 2023 23:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 392NNhYb071886 for ; Mon, 2 Oct 2023 23:23:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 392NNhbc071885 for net@FreeBSD.org; Mon, 2 Oct 2023 23:23:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 206544] sendmsg(2) (sendto(2) too?) can fail with EINVAL; isn't documented in manpage Date: Mon, 02 Oct 2023 23:23:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: peterj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206544 Peter Jeremy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peterj@FreeBSD.org --- Comment #7 from Peter Jeremy --- I've bumped into the lack of documentation as well, though the triggers were hidden far more deeply in the kernel: 1) An incorrect cmsg_len will typically trigger EINVAL. 2) Using IPv6-level messages (i.e. cmsg_level=3D=3DIPPROTO_IPV6) with at IPv4-mapped IPv6 connection will trigger EINVAL in at least some cases. This appears to be a duplicate of bug 99356. I won't close it as a duplica= te because there's different analysis in both bugs. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Oct 4 00:02:06 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S0Zcw3d3cz4wDTT for ; Wed, 4 Oct 2023 00:02:24 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S0Zcv6rdVz4SK6 for ; Wed, 4 Oct 2023 00:02:23 +0000 (UTC) (envelope-from kob6558@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=m21iu3bo; spf=pass (mx1.freebsd.org: domain of kob6558@gmail.com designates 2607:f8b0:4864:20::112a as permitted sender) smtp.mailfrom=kob6558@gmail.com; dmarc=pass (policy=none) header.from=gmail.com Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-5a229ac185aso18745997b3.1 for ; Tue, 03 Oct 2023 17:02:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696377743; x=1696982543; darn=freebsd.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=vOI3PHXVZXxb3titHCWfaZq6gkzuzUQSDRkZ55oQoSo=; b=m21iu3boUwW3beJb2HufFTRyx6zMllWggUJGFaD1xnDsTlJy5w+4aPcyJe2V8vbfkO NLz/0NuOwK4U2b2h3hCHmBA6lpxYVPvPv8RpaylnnzMUj8z4SlSgBmzMjgTs8u3v8/rZ zcnRysfCot8x3xjUKWbfWEWLqemquRQvoWDYRk+KtgijN+W/yfXdljyDhJOpl5C8hSVf 6XUDDc2gn1ktpJqvIEKJYh/RYhi4uyF2x0j3eQkDJ8h8pImQf1/Et1TPRO6/1Ynz2UG3 mKu2lhQurzF1770sxy3c5S7XTDOUv2zA5od5ncmUqM7LHUIoLE9rW4zqcc9Ine6A2Yhi U2Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696377743; x=1696982543; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=vOI3PHXVZXxb3titHCWfaZq6gkzuzUQSDRkZ55oQoSo=; b=ejdL2AE1gBZw8BAMZqbCMDdk6tv8FCcnpBuqTiaUAsAKJrGAY4ktW+s3PDvwQs6den CS/sYA+xvzJVtn8sBXZ3l2CbboKjUZh7YYOJdafG/yXaFl2enXr++2ICYFV6Gi+E+KY1 9+1NQNYCZGO//W0RsqgyOUKMzJ3uu0/2/itUTKDBJR/LNp42z3pLtekl/lYJVr6GeyzK xiC1nM4GOorn6Fxa890WLeYmaTo3nipeKwqP75b7zIfrAB13F7MNGpwFd/GHRRI3Mpxn +8n/HTMsZwoYZh6wCPwUuNIZ09eQU24eAKSBa8xnuB791lpGPAfZnOxaiSTmlwE+n3j8 Ml4Q== X-Gm-Message-State: AOJu0YwObQ46pzlbAUf05DAXjIl2rbK01+0476nFLLEgS21IurRqjIdj R2n+krVpjx5ZcDTTSy0Brg+uIdv2heznbpZw1hkN+DsC X-Google-Smtp-Source: AGHT+IF4VFdwtMmZxsj3l/i8Jfu6FNAL8nRhKILfec83XElLCRlX40gwE/jCCs/bIZQ6DaQ/3l7xBO1RlldedvuhVCk= X-Received: by 2002:a81:4ed5:0:b0:58c:54f8:bd45 with SMTP id c204-20020a814ed5000000b0058c54f8bd45mr963057ywb.44.1696377742937; Tue, 03 Oct 2023 17:02:22 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 From: Kevin Oberman Date: Tue, 3 Oct 2023 17:02:06 -0700 Message-ID: Subject: Restarting IPv6 To: FreeBSD Net Content-Type: multipart/alternative; boundary="000000000000c5d38a0606d8b844" X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.68 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; NEURAL_HAM_MEDIUM(-0.99)[-0.988]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FORGED_SENDER(0.30)[rkoberman@gmail.com,kob6558@gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[net@freebsd.org]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::112a:from]; DKIM_TRACE(0.00)[gmail.com:+]; TO_DN_ALL(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; FROM_NEQ_ENVFROM(0.00)[rkoberman@gmail.com,kob6558@gmail.com]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MLMMJ_DEST(0.00)[net@freebsd.org] X-Rspamd-Queue-Id: 4S0Zcv6rdVz4SK6 --000000000000c5d38a0606d8b844 Content-Type: text/plain; charset="UTF-8" I had a problem with one network and had to restart (service wpa_supplicant restart wlan0). My Iv4 came up file, but IPv6 does not come up. Interface has only link-local address. When I boot to the same AP, it comes up fine. Any idea what I'm missing? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 --000000000000c5d38a0606d8b844 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

I had a proble= m with one network and had to restart (service wpa_supplicant restart wlan0= ). My Iv4 came up file, but IPv6 does not come up. Interface has only link-= local address. When I boot to the same AP, it comes up fine.

Any idea what I'm missing?
--
Kevin Oberman, Part time = kid herder and retired Network Engineer
E-mail: rkoberman@gmail.com
PGP = Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
--000000000000c5d38a0606d8b844-- From nobody Wed Oct 4 09:21:33 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S0q2C6N7Kz4vXDP for ; Wed, 4 Oct 2023 09:21:39 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward502b.mail.yandex.net (forward502b.mail.yandex.net [IPv6:2a02:6b8:c02:900:1:45:d181:d502]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S0q2C3ytkz4M0c for ; Wed, 4 Oct 2023 09:21:39 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Authentication-Results: mx1.freebsd.org; none Received: from mail-nwsmtp-smtp-production-main-44.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-44.sas.yp-c.yandex.net [IPv6:2a02:6b8:c14:440b:0:640:fa3a:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 128495F470; Wed, 4 Oct 2023 12:21:35 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-44.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id XLTMHCWDTW20-DmEqCChQ; Wed, 04 Oct 2023 12:21:34 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1696411294; bh=n0Cz041I9Gy8hUIQEsk9WdcBStWPhiT1pyucCU9EAMY=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=Bs9mo23CerbmURNiqma62T1E2T3bhkw4rTnJoQve/cQVdoxXfmTMQRKjRgPwrrG/i YetwbMvTw1t4sXtsC34qxacHaTOI0ChEeqQZcLaW+Ms/K9orl9ynJnyC5lv75N/kzi hPEKJnZFQChvUQUKmGKcPRgARHyT6IouNfkLsn2Q= Message-ID: Date: Wed, 4 Oct 2023 12:21:33 +0300 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: Restarting IPv6 To: Kevin Oberman , FreeBSD Net References: Content-Language: ru, en-US From: "Andrey V. Elsukov" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:13238, ipnet:2a02:6b8::/32, country:RU] X-Rspamd-Queue-Id: 4S0q2C3ytkz4M0c On 04.10.2023 03:02, Kevin Oberman wrote: > > I had a problem with one network and had to restart (service > wpa_supplicant restart wlan0). My Iv4 came up file, but IPv6 does not > come up. Interface has only link-local address. When I boot to the same > AP, it comes up fine. > > Any idea what I'm missing? Hi, probably you need to use rtsold(8). -- WBR, Andrey V. Elsukov From nobody Wed Oct 4 15:25:34 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S0z6R68s4z4w6tr for ; Wed, 4 Oct 2023 15:25:51 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S0z6R4TJtz4RYN for ; Wed, 4 Oct 2023 15:25:51 +0000 (UTC) (envelope-from kob6558@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-579de633419so26784327b3.3 for ; Wed, 04 Oct 2023 08:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696433151; x=1697037951; darn=freebsd.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=f7OnFMH0pDGm/C33glzr2cwAU01dQ53anXP1X/tm51I=; b=cRMc0+Ipqa8THnCA0ptn3vbHWohLIEFMdEC/44/t7LY73zjY34B0raOGholTjotM2l AwB7RMxzWZJdh8YHaELzbYTkzaEm8+HnIVjT4LwdNcD1Q6UFvqD25VS/0pDV+YXHhLVy uDbGqtudnaaCOZGBDimBqtBXOBDSW+e1+PNGKcvpNG4OwSZXegekfMPYQ6LhJYDgOYIg 9Ds82X0jCwMKMwI4nLwhYJWBV+QBQ5TcTc0ZzS5RCt1Db6u1fsKeEY6PZHFFyrStkFEe qChvTjCU9omwKKkDpcqWE0fZIbmZ96wH2fmwQXF55L9IMHuBIpqDKeFZ1ij74UFr1LNC KDOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696433151; x=1697037951; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=f7OnFMH0pDGm/C33glzr2cwAU01dQ53anXP1X/tm51I=; b=WkBdX52F2EO3Eal99yg/Q229FpBz1QjjzojqzqdRfPm6TgdefjoPjDJrNSxM7kFhWt CQ/kpr4FE4lEg1HlKs/usvjr20qEi8aW1ZUecdXBzrbxs4OLLg4xeHuYnjOQBdaqp1N3 TrsZordvh7bZVFskg2tN6CY7MxleRRJL/95PQgBG0iDHmojGua9aC0BFlSXiDptWxpRs fjqAz/9Lupe49obuVcV2Fl93j/4HMrF3rBGRLq6/mO4Vs9qheDUYY1bfIW1dk8GS0+IP QdT5aUf+kjYvC3pNe8bN94PaEj1C+fY8/r7kmEoxoyJJa8Kr8NSwgUJzJe75pzuubKBp cAiQ== X-Gm-Message-State: AOJu0YyeVuS6i4JJ6DEDxG93g8G0n0fzpObLVhUdnp71Gn7Y223QxRr1 fQ4KoCkw2qr2ReSS98qNRCIM6O/UaEPuCXupFBdoVxFw X-Google-Smtp-Source: AGHT+IFCribAWB3A3TQMdGqx92qtFj5eTVkdusQuTSDEy3B8t6ea/NYUiX2kqRJ0FYz40MWoP6liOL9srLXE86SMJEg= X-Received: by 2002:a0d:fc03:0:b0:59b:2be2:3560 with SMTP id m3-20020a0dfc03000000b0059b2be23560mr2470546ywf.48.1696433150858; Wed, 04 Oct 2023 08:25:50 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Kevin Oberman Date: Wed, 4 Oct 2023 08:25:34 -0700 Message-ID: Subject: Re: Restarting IPv6 To: "Andrey V. Elsukov" Cc: FreeBSD Net Content-Type: multipart/alternative; boundary="000000000000579af70606e59f23" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] X-Rspamd-Queue-Id: 4S0z6R4TJtz4RYN --000000000000579af70606e59f23 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ok, I'll check it out. Thanks! On Wed, Oct 4, 2023 at 2:21=E2=80=AFAM Andrey V. Elsukov wrote: > On 04.10.2023 03:02, Kevin Oberman wrote: > > > > I had a problem with one network and had to restart (service > > wpa_supplicant restart wlan0). My Iv4 came up file, but IPv6 does not > > come up. Interface has only link-local address. When I boot to the same > > AP, it comes up fine. > > > > Any idea what I'm missing? > > Hi, > > probably you need to use rtsold(8). > > -- > WBR, Andrey V. Elsukov > > --=20 Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 --000000000000579af70606e59f23 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Ok, I'll check it out. Thanks!

On W= ed, Oct 4, 2023 at 2:21=E2=80=AFAM Andrey V. Elsukov <bu7cher@yandex.ru> wrote:
On 04.10.2023 03:02, Kevin Oberman wrot= e:
>
> I had a problem with one network and had to restart (service
> wpa_supplicant restart wlan0). My Iv4 came up file, but IPv6 does not =
> come up. Interface has only link-local address. When I boot to the sam= e
> AP, it comes up fine.
>
> Any idea what I'm missing?

Hi,

probably you need to use rtsold(8).

--
WBR, Andrey V. Elsukov



--
Kevin= Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman@gmail.com
--000000000000579af70606e59f23-- From nobody Wed Oct 4 21:58:25 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S17qm74CYz4wPF5 for ; Wed, 4 Oct 2023 21:58:44 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S17ql1HjNz4VWN for ; Wed, 4 Oct 2023 21:58:42 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail header.b=QX4uvsoH; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.43.17 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu; dmarc=pass (policy=none) header.from=enki-multimedia.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail; t=1696456719; x=1696715919; bh=8Zhh5dfUoIo1gf3Ppk7D8spATynsYm8LdOrfveIjwEQ=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=QX4uvsoH2w4HHNuXKn25ewFUg7W+JftZZtG5t5ibMJNeRE9GqgdXGFND8R9Dqc87A sPrOwIl9cP35iljLdhR5Q0+bphWlQw/LqTFui74pLGRmz9NoZvMiv4A76ph9xqOSPN 1biLyswm57vyT1IUehXeH5t3vVWax2IQiqCsep/m7ccPkmNqvnTBmkNEODxFdTRucQ PmdoVHZycgJ90suxRTafQi8EFpgXJp1lKIvZA5LJL/fxOhffB4R1PJyo0Zu97gHO// k16gmadj9Oqf1ZF9mL4oDJor6XjKl82xZWnL7c5FYBGhvRpiqgUFuDKv6rtfYOD6NJ 7aQ1v1fzfHqDg== Date: Wed, 04 Oct 2023 21:58:25 +0000 To: felix.reichenberger@tuta.io From: Benoit Chesneau Cc: "freebsd-net@FreeBSD.org" Subject: Re: ipv6 only host and no IPV4 in jail? Message-ID: In-Reply-To: References: Feedback-ID: 9066678:user:proton List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.38 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.978]; DMARC_POLICY_ALLOW(-0.50)[enki-multimedia.eu,none]; RWL_MAILSPIKE_EXCELLENT(-0.40)[185.70.43.17:from]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; DKIM_TRACE(0.00)[enki-multimedia.eu:+]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4S17ql1HjNz4VWN It works, over IPv6. I don't get any error. WHen I launch dh-client manuall= y I get an IP. But when setting the if the rc.conf doesn't add an IPv4. This is odd. Beno=C3=AEt ------- Original Message ------- On Monday, October 2nd, 2023 at 12:30, felix.reichenberger@tuta.io wrote: > Hi, > > since your VNET jail has its own network stack, it shouldn't matter that = your host is IPv6-only. > I myself run dual-stack Bastille jails on IPv6-only hosts without any pro= blems. > > What kind of errors do you get when trying to access the internet via IPv= 4 from your jail, and does it work with IPv6? > > Regards > > > 2. Okt. 2023, 11:55 von benoitc@enki-multimedia.eu: > > > Hi all, > > > > I have a weird issue there, > > > > I have an ipv6 only host aon which I am starting a jail.Jalil have a vn= et interface through a bridge created on the host: > > > > For some reason the jail can't get access and is not accessible to inte= rnet when I setup an IPV4 on it (and right gateway). Is this something expe= cted? SHould the Host be also IPV4 aware? > > > > Host config: > > > > Host: > > ``` > > vlan200bridge: flags=3D8843 met= ric 0 mtu 9000 > > ether 58:9c:fc:10:fc:41 > > id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 > > maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 > > root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 > > member: e0a_bastille4 flags=3D143 > > ifmaxaddr 0 port 8 priority 128 path cost 2000 > > member: tap0 flags=3D143 > > ifmaxaddr 0 port 9 priority 128 path cost 2000000 > > member: tap1 flags=3D143 > > ifmaxaddr 0 port 10 priority 128 path cost 2000000 > > member: vlan200 flags=3D143 > > ifmaxaddr 0 port 6 priority 128 path cost 800 > > groups: bridge > > > > e0a_bastille4: flags=3D8963 metric 0 mtu 9000 > > description: vnet host interface for Bastille jail fpcouchdb > > options=3D8 > > ether 02:20:9c:4c:84:f0 > > hwaddr 02:c4:b5:3a:91:0a > > groups: epair > > media: Ethernet 10Gbase-T (10Gbase-T ) > > status: active > > nd6 options=3D29 > > ``` > > > > Guest > > > > ``` > > # ifconfig vnet0 > > vnet0: flags=3D8863 metric 0 mt= u 1500 > > options=3D8 > > ether 0e:20:9c:4c:84:f0 > > hwaddr 02:c4:b5:3a:91:0b > > inet6 XXXX:XXXX:XXXX:200::30 prefixlen 64 > > inet6 fe80::c20:9cff:fe4c:84f0%vnet0 prefixlen 64 scopeid 0x2 > > inet 10.200.1.8 netmask 0xffffff00 broadcast 10.200.1.255 > > groups: epair > > media: Ethernet 10Gbase-T (10Gbase-T ) > > status: active > > nd6 options=3D21 > > # netstat -rn4 > > Routing tables > > > > Internet: > > Destination Gateway Flags Netif Expire > > default 10.200.1.1 UGS vnet0 > > 10.200.1.0/24 link#2 U vnet0 > > 10.200.1.8 link#2 UHS lo0 > > 127.0.0.1 link#1 UH lo0 > > ``` > > > > Beno=C3=AEt Chesneau, Enki Multimedia > > =E2=80=94 > > t. +33608655490 > > > > Sent with > Proton Mail https://proton.me/> secure email. From nobody Thu Oct 5 07:07:01 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S1N0j6z3mz4wcYl for ; Thu, 5 Oct 2023 07:07:17 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S1N0g2JrGz4SJk for ; Thu, 5 Oct 2023 07:07:14 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail header.b=A1Hd5Vwv; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.43.17 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu; dmarc=pass (policy=none) header.from=enki-multimedia.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail; t=1696489629; x=1696748829; bh=I6PNQqIQ0bDEuEVD3+yhNDID2FYcPfQvAQHkJJo5L8s=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=A1Hd5Vwv256iWFyvFruI8Gy+z6BN1R+C0u+XRt0jFs7TWf2tw4dfhuhnPtteBlaWq oWMCkRymDepZnBM2Wmg+oTBh9+I+mZkBNbzm6Mjgvcz6gO+VMzgrUjCzJ+8frj7gQo rXqO6xXLVgoBBb1T5rpWWbfnYLjdgfdZwfTWDFzGp5JglhuPbjtqV+EQSrklwCASKu rKnhbMKPExWAQfbt1XP21ulRvpiYNiRx2DHU1Yrrj+g24d9PoMyNaiLdDghjqR1RvQ ihQHr9Y55w3kduyBrCWjpg2tSbUSQMU/G0vG5fFJNHWlvlfc2/LSdCYpHOBZeExJT2 GRccZLop80+6Q== Date: Thu, 05 Oct 2023 07:07:01 +0000 To: "freebsd-net@FreeBSD.org" From: Benoit Chesneau Subject: linux xdp vs netgraph Message-ID: Feedback-ID: 9066678:user:proton List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_0xqxbSOqJJwCQiJH3HBerwxwC6SoS0547myq8z8" X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.29 / 15.00]; MIME_BASE64_TEXT_BOGUS(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; NEURAL_HAM_LONG(-0.99)[-0.993]; DMARC_POLICY_ALLOW(-0.50)[enki-multimedia.eu,none]; RWL_MAILSPIKE_EXCELLENT(-0.40)[185.70.43.17:from]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MIME_BASE64_TEXT(0.10)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[enki-multimedia.eu:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_PHPMAILER_SIG(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4S1N0g2JrGz4SJk This is a multi-part message in MIME format. --b1_0xqxbSOqJJwCQiJH3HBerwxwC6SoS0547myq8z8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SSBtYXkgYmUgd3JvbmcgYnV0IHhkcCBsaW51eCBsb29rcyBhIGxvdCBsaWtlIG5ldGdyYXBoLiBQ YWNrZXRzIGFyZSBwcm9jZXNzZWQgYXQga2VybmVsIGxldmVsIGFuZCB3ZSBjYW4gY2hhaW4gaW5z dHJ1Y3Rpb25zIG92ZXIgdGhlbS4gSXMgdGhlcmUgYW55IGNvbXBhcmlzb24gb2YgdGhlaXIgZmVh dHVyZXMgYXJvdW5kPw== --b1_0xqxbSOqJJwCQiJH3HBerwxwC6SoS0547myq8z8 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5PiA8ZGl2IGRpcj0iYXV0byI+SSBtYXkgYmUgd3Jvbmcg YnV0IHhkcCBsaW51eCBsb29rcyBhIGxvdCBsaWtlIG5ldGdyYXBoLiBQYWNrZXRzIGFyZSBwcm9j ZXNzZWQgYXQga2VybmVsIGxldmVsIGFuZCB3ZSBjYW4gY2hhaW4gaW5zdHJ1Y3Rpb25zIG92ZXIg dGhlbS4gSXMgdGhlcmUgYW55IGNvbXBhcmlzb24gb2YgdGhlaXIgZmVhdHVyZXMgYXJvdW5kPzxj YXJldD48L2NhcmV0PjwvZGl2PjwvYm9keT48L2h0bWw+ --b1_0xqxbSOqJJwCQiJH3HBerwxwC6SoS0547myq8z8-- From nobody Thu Oct 5 12:17:21 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S1VtV6ttXz4wW3M for ; Thu, 5 Oct 2023 12:17:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S1VtV5rcRz3cSy for ; Thu, 5 Oct 2023 12:17:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696508242; a=rsa-sha256; cv=none; b=Tb75AhrWzzHL5lSPjPPaVTros58tprax9/AFb17uroII8kdG3QK00B0W/tKyEUrJ0jaSaE SJHMMso2Dw4qb97foSVWePiGuYn9nZ+YcTe2SbNFInbCkGXeL2gYsD8mW6MGlkDZ+hFn6h kc09R/Tdnnpjr/giDkuykQCzL8dWBry7tRAHb42eXcq4A9UQ4CzaAC9TJp0q6nOUSyKpjZ 3rVSHVX98NeQq0t8z+/bl+HGygT7Uswf0I5nm1MakVnnNHdNc/Z5j1zmDOcB0EV8Fb8Hr2 Mga+w6w6G1cSHb80nAcr1MREvon+hrE6aZRih+VPZxRhp7LGyfSajWNv7HY8pw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696508242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/tll4UemfJvBzM0TOED/7Mi1BD1JFxM8dtYunUs3ciQ=; b=Mi/DZf1YDyIGLMtG99oB2SAaDqDd3ieW1bD6SGCKJzX7wv1Cu93XSchtOkX9LnB+ekU06j PwIuOgADDrHX05RgPqTUzvY60chC8V2A7qw6JoQjEZTnTbvlw/BjPofT666HsWf239i4rc KLT7L3FapncefKJXYEz40ubmw59dywg9mXnQ6A1C2c0vYfZhxinbNH8NA03DZhHPBR22cq qiqO4b8hRixwTyd5leq8zEdBeSdY2L4nkv+2l20gau4aFB4J4aLqa65E4RZF9Y/qwzs0Pb uEaJBPRRlCrK9+KMXbemFQM9tipZMHhspSQ4Lt4Z8hKfRGdMGGKax0nlz3/qcg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S1VtV4wDfz1KLc for ; Thu, 5 Oct 2023 12:17:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 395CHMo7009898 for ; Thu, 5 Oct 2023 12:17:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 395CHMoY009897 for net@FreeBSD.org; Thu, 5 Oct 2023 12:17:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address Date: Thu, 05 Oct 2023 12:17:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ronald@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274092 --- Comment #12 from Ronald Klop --- Do understand that everybody only has limited time. Still any interest in testing this patch? I don't have the hardware myself. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 6 02:35:28 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S1swc4zBVz4whGr for ; Fri, 6 Oct 2023 02:35:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S1swc3Pk8z4ScG for ; Fri, 6 Oct 2023 02:35:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696559728; a=rsa-sha256; cv=none; b=k27ZSEInmq0yZZ6ZK59feq9Zb+MZ4VRjPKHJTcpa5K+HId3liSr6l/uFSujV383RJSFOmu P6x0KTjndI6lGvyKU9cR4CyfnRPbRQhzgffeJwqhSCfK7aGuzmjqgL7NHIqsLYJtQ4Uh4f cYFn6fn5hwjWWJ5paazpTLMcxDVXG7DBbhNsjwKhx0eX+vevJ0zFAMpIgWRWxqCjS1lwtn bRXqWSLMqKe9p43YAK5O81OA7CbPxY4+g7uoR8M+2EWMyS/ScwFf7+/RqfRdesPOPb2/yx VqDpKWlkcBJ1AFNB0TfCaQnvduSlN4rwjPt0oatNPOYhX82esP/VJMUAVekuUw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696559728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tmJLiDqcNMm7TCi6D9Ngr4FN6LQhE71rUyBF/yzZ4CM=; b=VtoR/TN//4owceU9lsz1yJbCDDTa+AxR9xct/nBhxiTuHSYwTQpRXVStFxyu9UKV16jygK nkHwp7n4kN824BMvuAsDUjrF8KUwdBzk6whd4frNnlVeJiN7CHuRYU94F7klPEWLnmFBmM svQ6vZXktRIZfs6ywOYjQQvQty1JkwMp71RkNhTNzW3o8sm4VX0kiL8X4uUQr63SwAJxti wGz13xnjPcWuLOFH7Vj7xNeMXoaiDGKrqV+/swIUxakSm3Q9Mu0xukoPruwRz3ECAGfESi AfdUKxwjYrTgsELn20f2TGcphOpmX1rQb3DyWIKAvTQQUcN+VRVfrSMKP81HQg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S1swc2TZ4zWWQ for ; Fri, 6 Oct 2023 02:35:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3962ZSJF065833 for ; Fri, 6 Oct 2023 02:35:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3962ZSbs065832 for net@FreeBSD.org; Fri, 6 Oct 2023 02:35:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274292] Adding patch to support Realtek Killer Ethernet E2600 Date: Fri, 06 Oct 2023 02:35:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274292 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@gmail.com Assignee|bugs@FreeBSD.org |net@FreeBSD.org Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 6 08:26:20 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S21jS4byNz4wPdg for ; Fri, 6 Oct 2023 08:26:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S21jS2cVMz3WSW for ; Fri, 6 Oct 2023 08:26:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696580780; a=rsa-sha256; cv=none; b=UpCkh4BmE6xUucctCmqYYM4pbhGvDOYsJqDtId2Oglia4/rgHMUO3A6VI1yfcU8B4lZj8b QpBvFJGX0HgbHkdCGz9R7CzzhBfbTLO5iLEZ7h8rHBi/coXcts/I9MClZNSt9EIp+18nGM WfWqGQrO49qxTKcGB9iEQDPAIdXuwWdz8kygyX9EYcgH17Aw01ep3gM8vMfM3HvF7p251C dRPWw2Q20epWlTxC5mI+3mgtXgcenDt4W14i6HClRfuTfM6DiRnB+KgVxycqr5tIJBBwoC +RdZoh4sEQvs5GloLEE71CdebbfP2CyB7QPu5JxjGVlH1RFNCWAEArN1UuaB5w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696580780; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=heq9NIdKUV3oufeTwQ/acqSMRo4dhLLvB9zEmbhXtYk=; b=soi78caROXiU9T3he1oiJG3RVTHztyVYAs/tyNGgJSwtTkZLlCGTVEQmDHho28DBQAz+1O Jy2x6xI+VIVsP0VXN4uIKMOtc5nh9IGbqYRMLF5HrizBNA7fyo7VtRrtvPfJSYMXVOe5Qs cNBAbD7/PkpYGm5o2sfk4z7vwFTvIVIbp3J8HcEt2mvwxDHmr9M1LoFWT5JZ/pvsOd3v3a c5uak6iVmGMgkbMB/NdmyRpoZiFoy/OLgsymBafk5FFNgMfB5NFavw2SWgNVftI8DeYzCP nGBcnu+E4Jy+1JmVlDa2BxRbo5nivbEMkzfFR4ZKskr6YUL/O2ctCdU7nQ9kmQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S21jS1g5Pzgsf for ; Fri, 6 Oct 2023 08:26:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3968QKZ9006649 for ; Fri, 6 Oct 2023 08:26:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3968QK8k006648 for net@FreeBSD.org; Fri, 6 Oct 2023 08:26:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274292] Adding patch to support Realtek Killer Ethernet E2600 Date: Fri, 06 Oct 2023 08:26:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274292 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D3c871489cdd6c5606b2b1125f66b0e9b8= f39561f commit 3c871489cdd6c5606b2b1125f66b0e9b8f39561f Author: Sk Razee AuthorDate: 2023-10-06 06:08:16 +0000 Commit: Kristof Provost CommitDate: 2023-10-06 06:10:04 +0000 if_re: add Realtek Killer Ethernet E2600 IDs PR: 274292 MFC after: 1 week Reviewed by: kp Event: Oslo Hackathon at Modirum sys/dev/re/if_re.c | 2 ++ sys/dev/rl/if_rlreg.h | 1 + 2 files changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 6 08:28:04 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S21lT4p88z4wQ9s for ; Fri, 6 Oct 2023 08:28:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S21lT1dlwz3Y5B for ; Fri, 6 Oct 2023 08:28:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696580885; a=rsa-sha256; cv=none; b=lfhMipNHzwl6wYaCA2SaY6k7GZ3A42C9q1u4TRsVS4/W9YrV9vGi717cJG+LjIBYtvIsvA SU0oK9u1tItRzphHiuYifPhvxzWHo2iwE7s4TvwEQ3aShMlmNb1b43FskR3bIhjwXXYOvL D8jImivBnKtewG1GvUrQsxb8Pk8TL2jl1z3c00jtTfMQ8fdhZjO+HK0Gynxyh6yWFKnXHH JrYXRwcza+JyR6FEPjef+AmsE3XFe0MNDaFLhnaJEu66/onwFt/umMHfHeKwlJKKCNYKtw Me9X50wF8/bUzjSqdBpjCnAvYwB2pZ0WFKN7eBMXXYeDy+c+K3ZlvXrcZFKmxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696580885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C4+PfGMvm1BkaSo/JGZb0UJIBKsWwdLrV2njJfAtRgc=; b=ohNW390aSHrsgsyD56g6xhlu6f66/ysVESeeitJovoaVXzsQHCViXKXdU1QIRLDWPTTojT LDhAtJM+A0tItMv0rV1iOHPFUBi9kh1TbHh7YSCTOQokABHEv/UqYR9JKVhHt4PhydlN7C lZCtwLTHDY6Cvys1GYuHIdn01V/VWGRI3RASXRbLQFurc/qdiH3Wq0/5rzOw+r4YR70jVE ZX8oXNLv5Xjr/B0J36DvWkr35StrxoTniVlyYyXD2EBx5IYL0wYgMxXuJKgEj9/OqCecud OtZmSJTkS1RAfsiPbmYqhbWVvNaPDCRd/p2HJls0wVOlA/0MUtlDzyk5xXtw4Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S21lT0Xdxzgmd for ; Fri, 6 Oct 2023 08:28:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3968S5G5007409 for ; Fri, 6 Oct 2023 08:28:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3968S5Of007408 for net@FreeBSD.org; Fri, 6 Oct 2023 08:28:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address Date: Fri, 06 Oct 2023 08:28:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pmh@hausen.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274092 Patrick M. Hausen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmh@hausen.com --- Comment #13 from Patrick M. Hausen --- I'll try the patch this weekend again and take a mobile phone movie of the kernel panic. Sorry, no serial console access or similar. I only have compu= te modules, no "real" Pi 3 or 3+. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 6 12:35:35 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S27FJ6dlDz4wMcw for ; Fri, 6 Oct 2023 12:35:48 +0000 (UTC) (envelope-from greg@freebsdfoundation.org) Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S27FJ1vHQz4cv7 for ; Fri, 6 Oct 2023 12:35:48 +0000 (UTC) (envelope-from greg@freebsdfoundation.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=freebsdfoundation.org header.s=gfnp-20170908 header.b="GSbidg/6"; spf=pass (mx1.freebsd.org: domain of greg@freebsdfoundation.org designates 2607:f8b0:4864:20::1029 as permitted sender) smtp.mailfrom=greg@freebsdfoundation.org; dmarc=none Received: by mail-pj1-x1029.google.com with SMTP id 98e67ed59e1d1-27740ce6c76so1420475a91.0 for ; Fri, 06 Oct 2023 05:35:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsdfoundation.org; s=gfnp-20170908; t=1696595746; x=1697200546; darn=freebsd.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=AX0K/IBnRJ5I/CLJ5rtKL+eLBOw0+BImxe33rsth2+Y=; b=GSbidg/6tTm1LUADGdC4hP6zBlP8rNTdppWj+cS5Vm5HQstAGXBpYo6e8Jl8xiCsqZ 06CEgT3SUoKAW60q+0jzzRXf/fKp+ACYI+oW43n3CH7b+bFpNRD2+XUixczXK3zY5CRf jA7UCQailVcDJ5rhx3lzYWdRTpgv44i91rJs4lMxp5o06HtXL4znfOImhg3NtlW8NoeJ uKUlJEG7V4PQXCVcNShVXCaHi9IGp5CiG1RAknUzY/BP9mVXhL+9YbYNOfEiUXYdHA9Z i0VZ8z3Iy0tj01LxPjFj0Rs2IvRAP/I7Vg4B7/KaXWIHOWZNVKL5EkCbThrHBMKQaxTl 9O6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696595746; x=1697200546; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=AX0K/IBnRJ5I/CLJ5rtKL+eLBOw0+BImxe33rsth2+Y=; b=boX+0tmVNehj5lac1a2oWcRSeXKTvH2lGzIH91dJSrww/CWYZ+uPDI09n+d3f18C7k UBUS3C/2IYntV0yDti8ZJ4oHeMf/Pky/cIsuBQ0p5UO95GD1nCCyu4ZX524Xi6De8Hrw clBgqqB3nnaBh/ybqIPOkSUJMj+dnoQWQBp8cP/P5mTK4Ndp3ZmiQjXX9xBDT+53IRJi e0PeNe3j+TtiBj4SYyEkmcvMVx7TtNYCILUISTnxsEvCwXr6CBgesa/WYMji47D42HoS YEilJtDaO9IFLR1DSaTEEbun06wMwhvfxFuDFt4sHFoibttmlbtLvM/bbrlcwfUcKEYL occg== X-Gm-Message-State: AOJu0Yw8WtIzysQ33Nps00lcRzF1P8vkoL53qvZfONDIWzeD9coW1iJW Hmb1pkieaQi5etDDLHH8F5tm4qm0Cr+mTd8IoXbJMH3Y8iGSru7QUW4zQg== X-Google-Smtp-Source: AGHT+IGIHrJVw12FPPZkBr2rUe7PFzIskre7ExvNMGVR8U4etEywFScsOWyflmEzmIWs7w3FuXRTSD8CkGwSsWd9pjo= X-Received: by 2002:a17:90b:190a:b0:277:37fc:6e89 with SMTP id mp10-20020a17090b190a00b0027737fc6e89mr7571534pjb.0.1696595746565; Fri, 06 Oct 2023 05:35:46 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 From: Greg Wallace Date: Fri, 6 Oct 2023 08:35:35 -0400 Message-ID: Subject: porting VPP To: freebsd-net@freebsd.org Content-Type: multipart/alternative; boundary="000000000000cd46b406070b7ad4" X-Spamd-Bar: / X-Spamd-Result: default: False [-0.79 / 15.00]; URI_COUNT_ODD(1.00)[5]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.71)[-0.710]; NEURAL_SPAM_MEDIUM(0.42)[0.424]; R_DKIM_ALLOW(-0.20)[freebsdfoundation.org:s=gfnp-20170908]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::1029:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; DKIM_TRACE(0.00)[freebsdfoundation.org:+]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[freebsdfoundation.org]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; RCVD_TLS_LAST(0.00)[]; TO_DN_NONE(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] X-Rspamd-Queue-Id: 4S27FJ1vHQz4cv7 --000000000000cd46b406070b7ad4 Content-Type: text/plain; charset="UTF-8" Hi list, I am writing to see if anyone is familiar with VPP and/or already working on porting it to FreeBSD. Thanks in advance! -- Greg Wallace Director of Partnerships & Research M +1 919-247-3165 Schedule a meeting Get your FreeBSD Gear --000000000000cd46b406070b7ad4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi list,

I am writing to see if=C2=A0an= yone is familiar with VPP and/or already working on porting it to FreeBSD.= =C2=A0

--000000000000cd46b406070b7ad4-- From nobody Fri Oct 6 20:34:14 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2KsL1bDmz4wTtk for ; Fri, 6 Oct 2023 20:34:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2KsL0735z3Y63 for ; Fri, 6 Oct 2023 20:34:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696624454; a=rsa-sha256; cv=none; b=RCeP8pRu+qHlVqSsiWxrAIQhn+9xJr3k1IJRdfLYPFBKiekBQIMiY6Q1Qdf1DawypCGHF1 RVgCycCKF1B4C38Rd189Fw7PLPMuzWxYUbVs8cNU6OxhVfKlPmyCK71VIRDu+lVdH5SLmD OGC6yI1WsWH3vy+crE8PDkVDz9G4djLExF2v1IP8umYRSoiSSdVZ4Dm262eBdvilJJJ8JE xaiROaJu8MYyP49te1a2GFhQh37i17pGS0NCZARONU0oAqiFADqzBwmHOmW4SLPJVcFPzg AgkWClQ74vxlpSADkxcyLXzIDdcRepvlGeJWcS1UB83aK1iO3ZIP+o252+2LzQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696624454; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w7dt5NB7sW/qxrlCTfSJJo0ZzpLRMTLKChKQLoHjgxw=; b=W5/vu/xvAQYmzFEbNE5K6vgl9J/MWIkuO/JxW06f8gcdwYaHA53XWmlOiX3uBL43ToeQwO q8lo2UEZISCdFyrUwZ8SYglVtXgimxQfTWD5fmZiLb+Ffvemfl0HO9Balu3Np2LONZGfKm RY0OUmh7h1fv+xak0/2N6778rOSpyN8Koca+0+gDo/Gor7aBhLYJqn1XTQvHH4vQRJY3Ew bSxwhAVrRaHdJNSL/vn9mtoQxcJTWFRyOa2r6qC9jgKJ+cSNlD5BV/4FdaJxDxiisrfyKH I47aSliOFVBWj8h4PIgcA+03QEgY+VIMSC8HXDBLxfh6fj7ZX5BsYRaV464q7w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2KsK6KQWz12yj for ; Fri, 6 Oct 2023 20:34:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 396KYDPA021284 for ; Fri, 6 Oct 2023 20:34:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 396KYDIa021283 for net@FreeBSD.org; Fri, 6 Oct 2023 20:34:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274292] Adding patch to support Realtek Killer Ethernet E2600 Date: Fri, 06 Oct 2023 20:34:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dragonflies@mailfence.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274292 Sk Razee changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #2 from Sk Razee --- By the way, all credit goes to, 1. https://forums.freebsd.org/members/t-daemon.27243/ 2. https://forums.freebsd.org/members/covacat.67479/ All I did is to test and generate the patch. Thank you all for the support. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 7 10:30:45 2023 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2hQc4ZPDz4wcn7 for ; Sat, 7 Oct 2023 10:30:48 +0000 (UTC) (envelope-from 0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com) Received: from a7-45.smtp-out.eu-west-1.amazonses.com (a7-45.smtp-out.eu-west-1.amazonses.com [54.240.7.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2hQb0JxQz3Jn2 for ; Sat, 7 Oct 2023 10:30:46 +0000 (UTC) (envelope-from 0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=area536.com header.s=3owpl5zd3xvcvm3dtvtxhdjuss2oswpr header.b=bcDMqr41; dkim=pass header.d=amazonses.com header.s=shh3fegwg5fppqsuzphvschd53n6ihuv header.b=O2GYnRHi; spf=pass (mx1.freebsd.org: domain of 0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com designates 54.240.7.45 as permitted sender) smtp.mailfrom=0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com; dmarc=pass (policy=reject) header.from=area536.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=3owpl5zd3xvcvm3dtvtxhdjuss2oswpr; d=area536.com; t=1696674645; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type; bh=HwjFpkqZ4NY5zon42RSehC+I/h9RzuPXS1wG+0Ja5M4=; b=bcDMqr41mUr5TPSnExXWGVMqVTPYgFhxbsXKvT29mdqW3QeRBvLAs22uRX3P08pa y6f8pihBWBMx00DSLiDCANgzs2BwwCeAFnF2SCsnU3W+II7ccxwdvayaNnpHtgVpIvd iHN1pUUCOLnVBqNU+o2JnV5mpkMepfVkhIrbAME8YkWHHXTVsFp6/Tgbu9nSsHNX+Ha jvbdE2O03u0ukRyEh3jWJpjpd/lfEceON4XRXhkVgJl4qphrq/geAPo7gwdIsGeFgPw Q7UACG4RI+AhwdTae2POBAoDwlwgrkKZ0QCN0kPyNkoF6NuTEDyCFK70uaodyUao1gd H4BHY1oyOA== DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=shh3fegwg5fppqsuzphvschd53n6ihuv; d=amazonses.com; t=1696674645; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:Feedback-ID; bh=HwjFpkqZ4NY5zon42RSehC+I/h9RzuPXS1wG+0Ja5M4=; b=O2GYnRHius643VmTpN2MMYEx0Y//mHD21KY0qXqnKTFIE6szioyTKmgEfOH7FdHZ /wlEIZGsZ9+4fF2YXhLltArgkW50GnAZ7F+vzPgaP8iOlG0VxSAU/QNuOxCqlMM/zZf /+TkBzM0gbnTcpigK1a31lTs3EI4lxlkC/TSKn3E= List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Date: Sat, 7 Oct 2023 10:30:45 +0000 From: "Bas v.d. Wiel" To: freebsd-net@freebsd.org Subject: In-kernel ipfw NAT and port ranges Message-ID: <0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@eu-west-1.amazonses.com> X-Sender: bas@area536.com Content-Type: multipart/alternative; boundary="=_445526c2f1f39b201276e0cd387df0c0" X-Virus-Scanned: clamav-milter 1.2.0 at mail.area536.com X-Virus-Status: Clean Feedback-ID: 1.eu-west-1.yY+/77lE/VZudnpGYto0TztNfw0ajdviTDEGTzBFP6w=:AmazonSES X-SES-Outgoing: 2023.10.07-54.240.7.45 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.90 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[area536.com,reject]; FORGED_SENDER(0.30)[bas@area536.com,0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com]; R_DKIM_ALLOW(-0.20)[area536.com:s=3owpl5zd3xvcvm3dtvtxhdjuss2oswpr,amazonses.com:s=shh3fegwg5fppqsuzphvschd53n6ihuv]; RWL_MAILSPIKE_VERYGOOD(-0.20)[54.240.7.45:from]; R_SPF_ALLOW(-0.20)[+ip4:54.240.0.0/18]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:16509, ipnet:54.240.0.0/21, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[area536.com:+,amazonses.com:+]; FROM_NEQ_ENVFROM(0.00)[bas@area536.com,0102018b09b08518-1c479f58-a7a5-4ed4-9295-a1096b7fb9fe-000000@mail.area536.com]; FROM_HAS_DN(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[54.240.7.45:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; DWL_DNSWL_NONE(0.00)[amazonses.com:dkim] X-Rspamd-Queue-Id: 4S2hQb0JxQz3Jn2 --=_445526c2f1f39b201276e0cd387df0c0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hello all, After an hour of googling I turned up empty so I decided to post here. I'm running a server with a single IPv4 address and a number of VNET jails. The jails all have RFC1918 addresses and are connected to a bridge. Pretty standard stuff and everything works, including individual port redirection. The problem now: passive FTP. I would like to NAT a range of high ports to an FTP jail on the inside. The jail lives at 10.20.0.17 and runs a low traffic anonymous FTP server for public use. Configuring the NAT to redirect ports 20 and 21 there individually works just fine. In order to also forward ports 63000-65000 there (the passvie high-port range as configured on the FTP server), I run into errors when trying to use redirect_port with a range. So this part of the NAT config works fine: redirect_port tcp 10.20.0.17:21 21 While this bit runs into errors: redirect_port tcp 10.20.0.17:63000-65000 63000-65000 I looked at the source code and it seems that the in-kernel NAT indeed doesn't permit passing in port ranges for redirection. Is this true? And if so, what would my options be? I'm trying to run as few services as possible on the host itself, so I'd prefer to not run FTP proxies on there unless that really is the best way forward. My other option seems to be natd. Any help or insights would be much appreciated! Bas --=_445526c2f1f39b201276e0cd387df0c0 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8

Hello all,

After an hour of googling I turned up empty so I decided to post here. I= 'm running a server with a single IPv4 address and a number of VNET jails. = The jails all have RFC1918 addresses and are connected to a bridge. Pretty = standard stuff and everything works, including individual port redirection.=

The problem now: passive FTP. I would like to NAT a range of high ports = to an FTP jail on the inside. The jail lives at 10.20.0.17 and runs a low t= raffic anonymous FTP server for public use. Configuring the NAT to redirect= ports 20 and 21 there individually works just fine. In order to also forwa= rd ports 63000-65000 there (the passvie high-port range as configured on th= e FTP server), I run into errors when trying to use redirect_port with a ra= nge.

So this part of the NAT config works fine:

redirect_port tcp 10.20.0.17:21 21
<= /span>

While this bit runs into errors:=

redirect_port tcp 10.20.0.17:63000-65000 63000-6= 5000

I looked at the source code and it seems that the in-kernel NAT indeed d= oesn't permit passing in port ranges for redirection. Is this true? And if = so, what would my options be? I'm trying to run as few services as possible= on the host itself, so I'd prefer to not run FTP proxies on there unless t= hat really is the best way forward. My other option seems to be natd.

Any help or insights would be much appreciated!

Bas

--=_445526c2f1f39b201276e0cd387df0c0-- From nobody Sat Oct 7 14:04:36 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2n9L4MmLz4wTPN for ; Sat, 7 Oct 2023 14:04:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2n9L3FD7z4YCx for ; Sat, 7 Oct 2023 14:04:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696687478; a=rsa-sha256; cv=none; b=OQBCthkN9Eg5cPiCJAT5s93++/IOh/ATN1zIdl3ntXZ/WMTyjxoZIv8Gkoil8kUJhPX9lM kyJnvz4W5WV99X7PLOXVYtNk/eUsKGA2Ve3kQS+QnWbJajyb0tKztahzn3lv42GexXzmYd YP9L7iDvlyctsImz3bfRUdaA+KmYp8WlLqYEtp9rgtVzoFsHi3aZ+OAobAqnPivhav6Iop oURIINU/LIT90RaRQc2vfjBqhIb5lYcdTId9xchYUdy+fCl4EKSCd9FkUnIBb8GqmGlrLl ZUVCPd9SxAY/1en0juvHpHARA1zJNOARTKBsvDKgwZHNPGSklBlOjTO57qpg+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696687478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q1w8f3b4mAy6FaxRqdKS8eFKsWYw2LjQuG3OMZIChdw=; b=SjlpobbHtqUIVA9/PsDw5h4cJb9+L3IsgoyaEjJipK4QbE+hyGbhDoX8KMqNVBzZzi/xe0 uD6Ui7H86Mb8NL1CwzDyOwuOkbDb7asnYxY01oToPGtAYY2meB12oCl2yH1YIBpjNqsxGq 8h1PRLpFZR20YbF+OH9XBYt/Kxz0FBp0soyQ8R/d89Q1bZ9LxrGJmDxB6So0R+++luMZr9 sG/XQ/NvnSS6jYwNr3nG+eaKd82iiNl9DMq1m4hypMDwa5d9b7VIAfN1amnR84Jg3sfIEI l8/0SFHrG2biBVZyc2bHmrmNimjo983ojZjMw1mUX+eVfgNRSJdSd0rg5CmPMQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2n9L2LlvzZ4Z for ; Sat, 7 Oct 2023 14:04:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397E4cN0061156 for ; Sat, 7 Oct 2023 14:04:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397E4csY061155 for net@FreeBSD.org; Sat, 7 Oct 2023 14:04:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Sat, 07 Oct 2023 14:04:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dabca3ae7734f664ee9c5edc7a9d3a17e2= 9180bdb commit abca3ae7734f664ee9c5edc7a9d3a17e29180bdb Author: Michael Tuexen AuthorDate: 2023-10-07 13:56:00 +0000 Commit: Michael Tuexen CommitDate: 2023-10-07 13:56:00 +0000 udp: fix sending of IPv4-mapped addresses The inp_vflags field must be adjusted during the call of in_pcbbind_setup(). This is consistent with the other places in the code, but not elegant at all. PR: 274009 Reported by:=20=20=20=20=20=20=20=20=20=20=20 syzbot+81ccc423a2737ed031ac@syzkaller.appspotmail.com Reported by:=20=20=20=20=20=20=20=20=20=20=20 syzbot+c8e3dac881bba85bc029@syzkaller.appspotmail.com Reviewed by: markj, rrs, rscheff MFC after: 3 days Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D42031 sys/netinet/udp_usrreq.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Oct 7 14:11:06 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2nJp61r5z4wV5P for ; Sat, 7 Oct 2023 14:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2nJp51K1z4ZSR for ; Sat, 7 Oct 2023 14:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696687866; a=rsa-sha256; cv=none; b=h9y/YgPkG+CAGgGW19rZO+Vs5+X+PpUvuPkZdGZx0ujBI57SxcydIrJdKIuy/j2SvHWTMK b8XcMq/DqYDhJkLnm1Ca3uocak/p2R5XJ31845sfnFt6N4CVPGyXv5EGuVnZqxqL/NmKBw 2xa4S7gpwm5tRiDYmD1/9w3R3aLoVoTxzZFrzdT7bLJ5+P+K1g5d99XeUXcmlEYN8Rkfmi zf+LPqQPx4ZxzF4hB6Qr9FIAfkLCMC28DfVjapC4TH4DGxHNxoON+7cImf1EczSMnzLiDI UZ85UKXrvs0K5Mv+aVVd6VRN9qRHZPFSCHGBOnDLLjoNvtzHbvYtRO9+ZsJoXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696687866; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sS/hgk//4R6/rhI68hA2wAyKiapfpluv5hiBzPnH5lA=; b=WntRSJIxBpDgkEsx5ipNnZKqzdJ+pR9PITS0WHW9j94ZUmGD1KbtJ01Xqsihg/X97309jo S82KnpjMX9gMKhzABvEp48I5Lz4ll9DopTrkv+kjdpVKvXBlZfgHtc4jPFBuLzMb8viToW IHIDyaYJ7aehTC+u1+MaJ0VA3zM44c+U30lWoNvo1dQD8w/MwC6XWjkonZg/f5kNz7MHZv LVOsRpurYHUeMTIIdWMDNzLRXzD4wNzr90N2KeMRzSADGmAU68wtsHZFMPUpy8CaNrOAV1 AQtlwKnFsNFS8I5AdAUNTKIq9tFesYaOk13X2eC48kBDn44BR/hvIlVWdsgDlw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2nJp46l4zZJQ for ; Sat, 7 Oct 2023 14:11:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397EB6MG072458 for ; Sat, 7 Oct 2023 14:11:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397EB6sP072457 for net@FreeBSD.org; Sat, 7 Oct 2023 14:11:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Sat, 07 Oct 2023 14:11:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: mfc-stable14+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable14+ --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Oct 7 14:11:25 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2nK94s0Vz4wTj5 for ; Sat, 7 Oct 2023 14:11:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2nK93qbTz4Zy6 for ; Sat, 7 Oct 2023 14:11:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696687885; a=rsa-sha256; cv=none; b=XUdLnlV8/dN1DAyysmyVR9IX+/WQZ172aodo5a4n7KMbU3ogqzBAyGcjjl7Sj5XhcBnSKH F92TNqJOjSSb9awku4aGrOBV+BUW7dlp1KJXzHlbZms18ieg2kIqRkNj/s5T+8cwmzpvgx GoGvItmlv6fngQNyCyqixOayFRonyMZ1mVh0uwtsnNWM1vBVAI3N+nAuUm3jEfmp278sdS QOoQp8fO/adtNPeCKQOKEjMDMJ66AJ9yyMOkAckPJTxaIIxvIh4nTh7CbTZHXsifMeZD2x ZiJyvCFEtuHrgjNHeclMzQuYKOHdxh7jNuvbRT1SWMvfVV8fKNAhf62xsWZ+Wg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696687885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hbjz9GVLReFx9yb/60jwxiHKoBUHiZSyF5L329r/MAw=; b=s8dd2G/aqoDr8AOKmV3M1jjssw1ctxNzPN3cSWEh9FgF6dc8a+uKkHz03HoI1nDb/IYJAq TDY1F1nV6gBEjUpj95Ej9JLCSzY3I5chdPcsw4EMYZlb8zIh3pgR+Og8d/vXFRtmnYaQ7A kuxyFsGZENAwAKoY5lWyXRTXO70A1+TswVO1kKaYWXPH+H2AqXBCErHiHTXwF4cWs4jg2S Pp0BDPp9a3RORaD90qdjQIDlcUWAGwMDSWkvVtNLHnVHPajNs+ASWq6cdH0I81+clEI3us x/Xi4Yrf21X08HgataJSCh1dmBnxL0TJBJeslG4iGR1ys3hpYFXaUJwELEcqLw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2nK92w3TzYwH for ; Sat, 7 Oct 2023 14:11:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397EBP7c074517 for ; Sat, 7 Oct 2023 14:11:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397EBPrq074516 for net@FreeBSD.org; Sat, 7 Oct 2023 14:11:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped Date: Sat, 07 Oct 2023 14:11:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: mfc-stable14+ X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274009 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sat Oct 7 17:59:50 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2tNl4PKVz4x7N3 for ; Sat, 7 Oct 2023 17:59:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2tNl3MTCz3Ynk for ; Sat, 7 Oct 2023 17:59:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696701591; a=rsa-sha256; cv=none; b=O95nFSPzr4KsCK3PCUUBZEC6T67FwmzR2XC0sWGg9KGsA3qpx1jP30C3Wq66Y+P1CXzCF0 1v6J5ZRCAS2j89hVe/NHriK2jkd8oyH8tvegCJSyrXtSDVOPKCJPUVhC8DIG7eKkVpVqcx qbFdVDjqNvWd4FwemZv7I4Bn771s3SefqzDiEXANLMQ4QpaDf9haeAXpwmVXk/dwp1EcQe NuKiPEGfOGZ/ztx0ifOko+qMR6535YLsZUDNryy+tUvz+SGhwA/9mJArF8tYYH8TJNL9E1 sKeat5jjFi061TdjdvYLtZQqnxxOZfpE2WQtVIjS7SuVWgjghkoetisH3eYe+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696701591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=It6k3msV7ATi8B9AKHycbKsxHvOYFJysPCFo33o95fs=; b=noo2aXPOdn78LsH98iYMVf3LZlPWmnMxznW+iJgyoVCvAySqqPKeYVh1fhCINlQST1mDz4 WebYcN/nrYO8jkyojsb/aIqzo6nPhCx0bs0x9/rAgqcwAa5bRU+Cpzl8HD73NLWbg1AZd+ k9z2wnC1gVmRE/OeCyLjMMLTLJ5mSAOFCu8dDF/FsLfDUV+1/t1PN1qEFx8bdtQsyBNWqf n01agk6/Tzt86K7NLnr/bYSchKlD1r/95CqaLSSHNpTkvMZQfx/M42nvMFGqPbyabyQlE4 guK99ntTNVTaYELA7Lzevzy9pyC/aAlRst+MtrdORpNZf9h9rWT9FryFYO5tkA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2tNl2NmGzgvP for ; Sat, 7 Oct 2023 17:59:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397HxpJH019633 for ; Sat, 7 Oct 2023 17:59:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397HxpAL019632 for net@FreeBSD.org; Sat, 7 Oct 2023 17:59:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274292] Adding patch to support Realtek Killer Ethernet E2600 Date: Sat, 07 Oct 2023 17:59:50 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kp@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274292 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |kp@freebsd.org CC|grahamperrin@gmail.com |net@FreeBSD.org Resolution|FIXED |--- Status|Closed |Open --- Comment #3 from Graham Perrin --- ^Triage:=20 * reopen pending MFC * assign to the resolving committer. ---- (In reply to Sk Razee from comment #2) Thanks, you may be unaware that members' profiles are not visible to the public.=20 Found: . --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From nobody Sat Oct 7 18:23:40 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2twF29Pdz4xBTy for ; Sat, 7 Oct 2023 18:23:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2twF17m0z3cwg for ; Sat, 7 Oct 2023 18:23:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696703021; a=rsa-sha256; cv=none; b=L/rqL9qeiJ30j3Y6IwJPhiinP7xIXcbl55MbyNlkTxLmx6/IWmVfscwDCx7VuOzwWDWWDx AOi1ZyEL3IAs9lF0exeaJmr18rRAhTyhOQzS1K4pisHG+M53obNC0S4yEgyxAWAD9dszX9 ZoaQ5U6WXZFmgI0Ez6D+bREwF4TVj+jccWtBIl/azn9uO2Jj6FVebM1t/OI7C91ggxYyzP iwZpUKfJfNS3/8DxcHtHLPp9XvNR5oSq49iKHfZgG2HCpQQy76GmCaIvX2ebMbOptBCYSj lxGGOv4Ea32KecNgm2hd90lnw8NnZfylqHGwh3Hy3MGl0PHhMfIQrdb0TsuS6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696703021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Whgnrnq8JhLLpj5SOGSYSDD9hYywUJhzriE+nOnnt5s=; b=jOeELSJvofVYBm1A3IaFZMnz31p5PWlMoCF2tL+HJ3fnqCzlIcj/5WYoQm3IX7yD5SOJEI cy4MUIvOTpu6ygFNm8x/m31KIaTUCNOr/VAJ0kkFkVdp4EPjo4lJlK8/9NmG5plBlGWwzo 2Nl0EbbwwPG7zAllO8T2A5CotY4v1emVSTkngMrKgm6QTzpSoThgop6T0e8TOSPIpROsE3 pqMguqXzWq2J0VR/1e6aczU0Z35rT4z/HALKhAvhxyeReUqfDvxiutp/Wf8Yk1IVUOU5Kt OLESzPvunpbzVKC6qhp0drr/ISUhqbTwhNDgU0dibwCCfwP+xzzTXKd7DUvX8A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2twF0CkZzhBL for ; Sat, 7 Oct 2023 18:23:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397INe48068250 for ; Sat, 7 Oct 2023 18:23:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397INeM3068249 for net@FreeBSD.org; Sat, 7 Oct 2023 18:23:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274092] if_smsc.c needs to use ether_gen_addr instead of read_random for more stable MAC address Date: Sat, 07 Oct 2023 18:23:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274092 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 7 18:26:16 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2tzD6xYcz4xC4r for ; Sat, 7 Oct 2023 18:26:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2tzD5S98z3dgw for ; Sat, 7 Oct 2023 18:26:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696703176; a=rsa-sha256; cv=none; b=kOs60SBFBeJ0yzNIszMoC4sHeHwPPYBbqgpTSEGtr4cpc2DeLMyufXwvV/NPmiv0eYrZ0R 5xwW9UQ37g+CRFaexvtr7gJ2Hu6OG2Q8vgQBRqLuLs0qcPVt+l40jfJHGcukvw1pANS3nA rjuZT4mc/N9a1nEJeiyff7mlLQE95TVQYrKk02xNSQDyKmiwt0cWbB4suZB9dMB3UQkCDL mh6TFLIODjpW7w4ky9+9UBAUXELvt7WVTMhghKwhstUqi8hQQjSK/VKtGrqtvlvSJBI5vZ 2r2dFzn7yQzPE6aL/B2+xam0hJX0tk7VuEdfiaJ88mI25TatYwMXjsOQp5+IfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696703176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1p9a3fhKVgLdyYLDQwB3ouVG9by55TAkELlhZgvBILk=; b=bt1Gd2cK9MvfEcACNyuLB3TCrW7nbHAe6Gdf5EVgvOTRo7VdFbtyADuSPqW7Iejxn6/N3G y15+xUeKsc6OluUKo7QlYgFp3m27KTgJLD6X0KJpkWHqPWT0OfBYH97uZ9Rw5KGzLS3lig reKIMzmm/oU36Pe+m3Qd/Hp4Nls9TUCatYQAasFq9ugHFY2oJqinZK1R9Y7MwCYz6hOMlk ZzIqe0W+zHL8uWkoDw6mCfIrM6IIb2aB3E9k86mdv5kq98VsZu7iPR5GKwgHnyaeQ3WpX8 3lcQN6p3UpH4UbvuxGL097zNtrXR3j7Fj3TfHMKuOqHEmeUUlvAdHFp/m/0PTQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S2tzD4Zc6zhMQ for ; Sat, 7 Oct 2023 18:26:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 397IQGx3069401 for ; Sat, 7 Oct 2023 18:26:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 397IQGJZ069400 for net@FreeBSD.org; Sat, 7 Oct 2023 18:26:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 206544] sendmsg(2) (sendto(2) too?) can fail with EINVAL; isn't documented in manpage Date: Sat, 07 Oct 2023 18:26:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206544 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D9= 935 | |6 --=20 You are receiving this mail because: You are on the CC list for the bug.=