From nobody Mon Oct 6 03:11:43 2025 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 4cg4822275z69SGf for ; Mon, 06 Oct 2025 03:12:34 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Received: from relay.wiredblade.com (relay.wiredblade.com [168.235.95.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cg4810RgCz3xMB for ; Mon, 06 Oct 2025 03:12:32 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=relay.distal.com header.s=mail header.b="j9b/OzUJ"; dmarc=none; spf=pass (mx1.freebsd.org: domain of cross+freebsd@relay.distal.com designates 168.235.95.80 as permitted sender) smtp.mailfrom=cross+freebsd@relay.distal.com dkim-signature: v=1; a=rsa-sha256; d=relay.distal.com; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=cdSBIuyO1iccwEsIDToFETXfsym3FaqVehwAA783NRU=; b=j9b/OzUJcL63OcbCbShRucSg2QxR95dKAdD+m4d6FcNBCZkRtlJmKbA/XHhLlQw94qhsq6jeIiegmkj+aClTUK01phwdCdQa4q8G0qgMASwYoVT6xcoty5B+ycIsIhs0HIgqsPION7Y+5Xv+PyDhX4JEe1GzSoPTtwfykFfoSlbr7fuBLScmUFJ1rHP+MJLAJ4hwG+UrvpaxqA+RlQM0gXidKbAtGXMoxvO24+VdxBzBD5XgVnoPqpZVcg +BbF0CeijuyE/fmJn8h5F+wXIruUtsoLHIFk0RpykCQVgtg2UBeKd1J0OO4kIwz8k812ST8BOEUY/HMEBvgSVGJxZu1A== Received: from mail.distal.com (pool-108-45-29-236.washdc.fios.verizon.net [108.45.29.236]) by relay.wiredblade.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256) ; Mon, 6 Oct 2025 03:12:25 +0000 Received: from smtpclient.apple ( [2600:4040:2cc8:f620:f141:7f06:f21:8921]) by tristain.distal.com (OpenSMTPD) with ESMTPSA id d5110dc9 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 5 Oct 2025 23:12:24 -0400 (EDT) From: Chris Ross Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 (Mac OS X Mail 16.0 \(3864.100.1.1.5\)) Subject: Network interface renaming Message-Id: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> Date: Sun, 5 Oct 2025 23:11:43 -0400 To: freebsd-net@freebsd.org X-Mailer: Apple Mail (2.3864.100.1.1.5) X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.70 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.998]; MV_CASE(0.50)[]; FORGED_SENDER(0.30)[cross@distal.com,cross@relay.distal.com]; R_DKIM_ALLOW(-0.20)[relay.distal.com:s=mail]; R_SPF_ALLOW(-0.20)[+a:relay.dynu.com]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; ASN(0.00)[asn:3842, ipnet:168.235.92.0/22, country:US]; DMARC_NA(0.00)[distal.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_NEQ_ENVFROM(0.00)[cross@distal.com,cross@relay.distal.com]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_TWO(0.00)[2]; TAGGED_FROM(0.00)[freebsd]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; DKIM_TRACE(0.00)[relay.distal.com:+] X-Rspamd-Queue-Id: 4cg4810RgCz3xMB Hello. I am booting a 14.3 amd64 router, and the network connections = are all vlan interfaces on a 10Gbe link. I found some time ago that I can rename these interfaces and decided to do so. But, recently, I=E2=80=99m = noting that some things are not working properly at boot, including (but not=20 limited to) local_unbound. I fear this is because the interfaces are renamed _after_ local_unbound tries to start using them. I don=E2=80=99t see any log messages from local-unbound in daemon.log = until I manually start it after the system comes up. And I don=E2=80=99t have = a full view of the boot messages as they=E2=80=99ve scrolled off of the = screen. 1. Is interface renaming just too dangerous to use? 2. Is there any way I can make the interfaces take their names earlier? 3. Can I verify when local-onbound, or other, daemons are starting up and if they=E2=80=99re failing get that reported somewhere I can see After the system is multi-user? Thank you for your help. - Chris= From nobody Mon Oct 6 03:40:39 2025 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 4cg4mc0v8cz69WC0 for ; Mon, 06 Oct 2025 03:40:48 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cg4mb4vgvz43NV; Mon, 06 Oct 2025 03:40:47 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759722047; 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=lRQaCPXXFR8ofdZn8D9BOdPKbcBNMnL0+IpsGzhTMwM=; b=so3pWB71gmbATb3NKKXqkDMxICLyeV7LBYKQoS13qTJyQbuUS1qKfjjCpmolyrPR+Md5HC uovnwEju0TpYpfRrL6lNCihCQg6IX77wgHFblDX6WjCX4HlEPGvj/m0gciy54DY93uqxRr DMlz0qh7v7ZT+WfJIqRqGSm9qoTegTweM7i+dHANTWBXxawZWO6jSBkKPrXumIxljXwU5z TpLHxDPLPTVD/vv0rK6teKGvLko3CNzF8x2tnNlOIna7qfbgT+xkVlzp8Td3NgDsXMj2VA GmxCZXqa9iCZ05aevd3iKh2qlumfQfL4tOJjPuYBan+GeIrNhNcLJcVckvXABA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759722047; 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=lRQaCPXXFR8ofdZn8D9BOdPKbcBNMnL0+IpsGzhTMwM=; b=MEPYyf5RDP4dj+LXZSDrigkNFDajcUpNekmgpNjcv7zlDJ38cBxjejxXH3lD1A9F+Eu+Ck 2C9f1fzZeEBPbe+XCNG+X2yi1Cf28jVvsAcLnijDgUlRYJRDNB9iVA8gNgvwWRJOxM6IzX CYsJj5oYdbi3AHPUM9cOlRi6zficdLCFz8rrWefFlOzN04HpaIrPwm8ZEjOmBeqwMTJ+cE 69VcmnDL2X2lZozz3BcucJwthuT/Tju7Avhx1I/bsKIAbZZckzVaFreiuhZUXWb8rBQUHc 4vgZe6D4LLLyybYnM7hYnFmojQLAldBKbz1R45ja0ZUpVb9YKotfM1KVgxA0Pg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759722047; a=rsa-sha256; cv=none; b=cHmyDwqujiy7MC5c0tGMP4L11wWUcdC4mDm5excZdTpuFWOyHUaCtLYAQgwvg7CSbBDZM9 mtx5gcEbTixKrUkBU7V8ft9dJcqpybh+Dipii8PQNcjuNmok1zhfa7HWc0C23MM3kqZ6AF 6uJLvjkxAtR95LYp3mEJz9+33IFjjkG3kgzY/bb3Qjr6CxYeQ8pJxj0SYoV62qHt9sE8nt p6mNeVS4JnIX6ZQZK9HA9+TUlb/SoXO2SavsJXbYxvmBuMypQZsswRb/GLR8s2vDqr37ez xCkykmmvx6HzpHt9ROtpUyPPAZ5RaKlHOb7izi905kt89Zx2iE7pbz3DRnEfHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cg4mZ70m5zNDR; Mon, 06 Oct 2025 03:40:46 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Mon, 6 Oct 2025 04:40:39 +0100 From: Lexi Winter To: Chris Ross Cc: freebsd-net@freebsd.org Subject: Re: Network interface renaming Message-ID: Mail-Followup-To: Chris Ross , freebsd-net@freebsd.org References: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> 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/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dX4+tuP1G26n5KIT" Content-Disposition: inline In-Reply-To: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> --dX4+tuP1G26n5KIT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Chris Ross wrote in <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com>: > 1. Is interface renaming just too dangerous to use? i use interface renaming on many systems and have not run into problems with it. however, i don't use local_unbound, and also don't tend to rename external or vlan interfaces. > 3. Can I verify when local-onbound, or other, daemons are starting > up and if they=E2=80=99re failing get that reported somewhere I can see > After the system is multi-user? in /etc/syslog.conf, there is a commented example of using syslogd to write boot messages to /var/log/console.log. i suggest enabling this, which will make it easier to see where things are failing. interface renaming happens very early (before the interface is brought up) so it usually shouldn't cause any problems, but the output from the local_unbound startup script would make it easier to see what's going on. --dX4+tuP1G26n5KIT Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOM6MwAKCRD1nT63mIK/ YFnpAQDu6l0Sr5e2pOYZxNRevS148tEMLRmJIlWoq/p15VGmkQEAyca7SdepLGfD MT0fFbGt+7mnCfq00WkBdjDLmLfD0Ag= =h+ir -----END PGP SIGNATURE----- --dX4+tuP1G26n5KIT-- From nobody Mon Oct 6 04:34:52 2025 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 4cg5zM3ppyz69d7C for ; Mon, 06 Oct 2025 04:35:11 +0000 (UTC) (envelope-from pusateri@keehole.org) Received: from kem.keehole.org (kem.keehole.org [136.41.224.255]) (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 4cg5zK5pClz48MF for ; Mon, 06 Oct 2025 04:35:09 +0000 (UTC) (envelope-from pusateri@keehole.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=keehole.org header.s=202408 header.b=A8VLqAxE; dmarc=pass (policy=none) header.from=keehole.org; spf=pass (mx1.freebsd.org: domain of pusateri@keehole.org designates 136.41.224.255 as permitted sender) smtp.mailfrom=pusateri@keehole.org Received: from smtpclient.apple (unknown [136.41.224.198]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by kem.keehole.org (Postfix) with ESMTPSA id F2D9D77F91; Mon, 06 Oct 2025 00:35:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=keehole.org; s=202408; t=1759725303; bh=85hdl3iEHC/7OCQuyPF1ItVKGETy7/z5T2WIZWQDRYM=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=A8VLqAxELZlxXBXIDrGEUyAptAXKZ2jbavM0Wg4IG2SzpgGmSlMRg+eIytbLLe/UN NxRZyf7oiQ8BJiC0jIScZ4UfX//7Wb0pFztvYzgyU2OpMA+c5H4oG7vsftBt2ak/+W Dhp5a5tX8SnG2GKyPyc5wgDtiKYYtI29pQIN8TQ8bcTYhGS/Cl74tMlz+FmZo/Br35 cvksfEzCn5H5zvCG7HPmvQ85mBJ5R6L8Lg7rRjvUqwfoUq9hkhV7PVxN75PjjL9cBg tsjjWXdoOCmm2JkIGv+fIfrPCTrHx428DTxqP1Mcmg8wRxL5wdkP6QSXzBrSs7lKkI /hpC2ATTp6Rrg== Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: IPv6 routing, Verizon FiOS, dhcpcd From: Tom Pusateri In-Reply-To: <9A0A976D-EB8A-4ABF-B216-3CB6358C2559@distal.com> Date: Mon, 6 Oct 2025 00:34:52 -0400 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <9A0A976D-EB8A-4ABF-B216-3CB6358C2559@distal.com> To: Chris Ross X-Mailer: Apple Mail (2.3826.700.81) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.71 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.97)[-0.972]; NEURAL_HAM_SHORT(-0.93)[-0.934]; DMARC_POLICY_ALLOW(-0.50)[keehole.org,none]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[keehole.org:s=202408]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_TRACE(0.00)[keehole.org:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:16591, ipnet:136.32.0.0/11, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; APPLE_MAILER_COMMON(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TAGGED_RCPT(0.00)[freebsd]; TO_DN_SOME(0.00)[] X-Rspamd-Queue-Id: 4cg5zK5pClz48MF Getting a router advertisement is independent of getting an IA_NA global = address for your upstream interface, however, the provider could be = filtering your router until it gets a DHCPv6 round trip.=20 Use tcpdump to capture the router advertisements on your upstream = interface. This will show router advertisements and router = solicitations. In my case, they=E2=80=99re sent about every 24 minutes. = A router solicitation would trigger one at restart. # tcpdump -i igc0 -v 'icmp6 and (ip6[40] =3D=3D 134 or ip6[40] =3D=3D = 133)' tcpdump: listening on igc0, link-type EN10MB (Ethernet), snapshot length = 262144 bytes 23:28:22.673448 IP6 (class 0xc0, hlim 255, next-header ICMPv6 (58) = payload length: 24) fe80::1 > fe80::7e10:c9ff:fe3d:fb2c: [icmp6 sum ok] = ICMP6, router advertisement, length 24 hop limit 64, Flags [managed, other stateful], pref medium, router = lifetime 4500s, reachable time 0ms, retrans timer 180000ms source link-address option (1), length 8 (1): 00:00:5e:00:01:b7 23:52:34.673680 IP6 (class 0xc0, hlim 255, next-header ICMPv6 (58) = payload length: 24) fe80::1 > fe80::7e10:c9ff:fe3d:fb2c: [icmp6 sum ok] = ICMP6, router advertisement, length 24 hop limit 64, Flags [managed, other stateful], pref medium, router = lifetime 4500s, reachable time 0ms, retrans timer 180000ms source link-address option (1), length 8 (1): 00:00:5e:00:01:b7 00:14:01.673272 IP6 (class 0xc0, hlim 255, next-header ICMPv6 (58) = payload length: 24) fe80::1 > fe80::7e10:c9ff:fe3d:fb2c: [icmp6 sum ok] = ICMP6, router advertisement, length 24 hop limit 64, Flags [managed, other stateful], pref medium, router = lifetime 4500s, reachable time 0ms, retrans timer 180000ms source link-address option (1), length 8 (1): 00:00:5e:00:01:b7 See if you have a default route and try pinging the default IPv6 route: # netstat -6nra|grep default default fe80::1%igc0 UG = igc0 # ping6 fe80::1%igc0 PING(56=3D40+8+8 bytes) fe80::7e10:c9ff:fe3d:fb2c%igc0 --> fe80::1%igc0 16 bytes from fe80::1%igc0, icmp_seq=3D0 hlim=3D255 time=3D1.190 ms 16 bytes from fe80::1%igc0, icmp_seq=3D1 hlim=3D255 time=3D2.644 ms ^C If no ping, see if you have a Mac address for the router: # ndp -a | grep fe80::1%igc0 fe80::1%igc0 00:00:5e:00:01:b7 igc0 15s = R R Does this act the same with another DHCPv6 client like KAME dhcp6c = instead of using dhcpcd? Tom > On Oct 4, 2025, at 12:46=E2=80=AFPM, Chris Ross = wrote: >=20 > Good day. This is picking up after a long thread a couple weeks back: >=20 > Subject: IPv6 networking problems in 14.3 > Archive: = https://lists.freebsd.org/archives/freebsd-net/2025-September/007532.html >=20 > So following Tom Pusateri=E2=80=99s suggestion, I pulled an old server = out of the > rack, and set it up near the center of the house. =46rom here, I = could > disconnect everything and plug directly into the ethernet out to the = Verizon > ONT. I=E2=80=99m running with a simplified rc.conf, and mostly the = same dhcpcd.conf > as my real router. I am not using pf at all, nor most of the other = services > the router uses. Just system DHCP from Verizon = 'ifconfig_bce1=3D=E2=80=9CSYNCDHCP=E2=80=9D' > and dhcpcd. (Well, +ssh, +zfs, +ntpd, but=E2=80=A6) >=20 > Lots and lots of testing showed me: >=20 > 1. 14.1 and 14.3 seem to act the same > 2. If dhcpcd starts up before the interface has a link, which it = frequently > does, the Verizon LL router address is never reachable. > 3. If I delay starting dhcpcd until after IPv4 connectivity is = established, > dhcpcd sets up the same way, but the router LL is reachable, and IPv6 > routing works. >=20 > There are a couple issues here that complicate things. First, I=E2=80=99= m using > dhcpcd for IPv6 only, which means delaying startup is fine. But, if > someone were using it for general networking, that=E2=80=99s clearly a = blocker. > Second, I cannot imagine why starting dhcpcd earlier caused the kernel > to somehow become unable to reach the ISP v6 LL address for the = router. > If dhcpcd can=E2=80=99t talk to anything, it backs of and tries later. = When it > tries later, it gets DHCP6 responses, and does what it should do.=20 > However, the LL address that it gets from the RA just isn=E2=80=99t = reachable. > =E2=80=9Cndp -an=E2=80=9D shows it as =E2=80=9C(incomplete)=E2=80=9D = for a second, then not at all. >=20 > So, first, why if dhcpcd starts early does the system get into a state > where it is unable to reach the advertised IPv6 router? And that this > won=E2=80=99t ever fix itself. (2+ hours tested on test box, = days/weeks seen > on original router) >=20 > - Chris >=20 From nobody Mon Oct 6 05:54:16 2025 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 4cg7kf0HwSz69mRr for ; Mon, 06 Oct 2025 05:54: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cg7kd5Nm2z3LN0 for ; Mon, 06 Oct 2025 05:54:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759730057; 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=xC9JJPen2BHqDVhZKpymmMwuh4FFtmK+qtwBksufdpM=; b=nGbIXz6k+HX3HrhXkWbSO6/3RTsju5Tur16+VFzsAydR5r6n0x/HU4q4HwCLfZupCW11mw 6yeMOnCQZ848a/mCC9JJq83R6hUvMm/ei3bwNP6iTi1xvfP/plRKAkvTlloaObuhqZWLKl TUj8RvxH2NUWoshakDGzgb+o6fggJ2DyMcfhDX6Ovbp05XkIdnpPVR2ud09yOW/hAmW+5a 11T+gHiflx3517rXCNRjE5CSC8iQ3vkxrKh/1hAdgRazJhT1idTlb8IzpSyjbNUdUb5l6w ej1CCsgYYTTQkjnsH4P3pCUmVzV/YKNK8N6OPotLOcBsQ5guuHiZ/RSZeZ2WsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759730057; 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=xC9JJPen2BHqDVhZKpymmMwuh4FFtmK+qtwBksufdpM=; b=VRX74aMZRc9vTmEizpQBUqHPNFznZ+HFc/1jRjGuP/h0kwmZ8wvtYb+PU91YChlTDpxfck 2ca6H/Q49yiEZKCi6xlL3jOd4yP8J1DwhZKn0X3Q6WsdKL2T4wCKQ0h+lUaMJiPuHHKlVz FAFVFoXTddng4pfGR1MeNTYDWKnQZNPMYPx98twLlgIXWrZyfFkWDvDxdMMEyUO4oRWYYP Vogv0TuAtmIBCBYnELxKIghL7V/6fywnmpE2fA3drVQCyi80stGb7LgygpGrHgjVIaJVGF XxPZ+L2ju050b87XvHUB3dpyx4IjUrmYhisr36Bemor1Rz+Pu1MUNmuL7btz0w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759730057; a=rsa-sha256; cv=none; b=k2zX8SfRwjtSLzHAam+qqhgly5QR2jPY12HI8ZDPgMj5klCUS5ocW+B2Zy8FrPrvsOxGTr Vm2pUL0rSYH6Z94CHaeqyPXk2Yqk1Cvvu8kXU8y+0+0iq6LAXVvHg79Ry44FvVkNAo4KBk c4S6mGCA8ogaUrXe8gFsIHjwtAwdvaHqFxQOUSKVBUFVBtUFjyMDVatNTPn7Cs41DvqGAN FOPmq9Ow/JVLR6tm5V+b10O9TxqyTRHUzeFCSflOHxxU2cMb2UORcrHWGUcXBWiLnoJ4bY yfHd4c6XDC4XbTIe4L3zjCs/bQ3tr5cQb8j0Q0rkpzVna72Yji95LgwinZBuLw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cg7kd4p3gzmw8 for ; Mon, 06 Oct 2025 05:54:17 +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 5965sHrv000838 for ; Mon, 6 Oct 2025 05:54:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 5965sHbY000837 for net@FreeBSD.org; Mon, 6 Oct 2025 05:54:17 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 282805] Support for Aquantia AQC113 and AQC113C Ethernet Controllers Date: Mon, 06 Oct 2025 05:54:16 +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: 14.1-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tom@kupper.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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D282805 --- Comment #17 from Thomas Kupper --- (In reply to Cameron from comment #16) Thank you for testing it so promptly, to bad it didnt' work. I'll investiga= te if there is different initializing code needed and if I can find references= to it. It would be better to have a dedicated FreeBSD driver for these NICs, that's for sure. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 6 09:46:12 2025 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 4cgDtH3GLVz6B9l2 for ; Mon, 06 Oct 2025 09:46:15 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cgDtH23mBz3j20; Mon, 06 Oct 2025 09:46:15 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759743975; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2g7TMZcWGo+pRE+kn+jVhM7FPFesZssEcAZ4UZEknng=; b=jCYQSzLccGo7hSGN7+P49jUR15+Ke1H5Vh8j9r2WP3VIVFRhzFT0xM5/H9Qijm8/p9iTJJ DGSebSARv+GfZPS/3EDrZQKpXA6IS+MFpm08GkTAvF+pr9jWRcTD94cUjJJ3qY4esXFeNd 86bnUSD3pBb2DBVSiKFrOYiHCj7PMvre6Gj7MJfXW9311JUqNK3y5uB9m4Jcc2NGV77MZE tsNIv7sTouAT07fSL5H1NHKNZhC8jxJm48RlUnRLTViJsHgR3dmKxUHi2E6wdl5ZEP8tgW FEFx/qq7+qB4tITfVmdadxYjrh8e3LTBEKDg5t29JYKVpyyFtWfZeZ/h8RRX7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759743975; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2g7TMZcWGo+pRE+kn+jVhM7FPFesZssEcAZ4UZEknng=; b=jIyahGKQm4Ors+kol2s56T6bKP1P/WEhQPYqIo10jU4KcicEhEtM4PX3Cd1lsZ52F5fWpX HhnmdkBf8qETLGs+liMBAvepJfz878DbnfxNo32ZWp0hO1snTKxZx8UyAeaaN1Ql4gd4pV opxggEpVoFKqPL6d64VURrs9xGVeKBcZScGctWrxoeif7tbREJ69ulIcDg2uiixCLcUvk/ Q7+rFNutNDkUg7NeiCP2ywqF69eJqyBq3IG34/c1oKxoePnwUuEM+mOV/KurkAeQKtWg73 a4enojGNecEUFgGnMwN+iFBr2e0/tyCUUOgkuDSMUf1feN2VuXTJ+DR26dgGjw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759743975; a=rsa-sha256; cv=none; b=EC9ldvMde2hrLIUR5gol/5jaYPZ/2kHdSkYXi7CIpeYjpg9bSnmBv61TUHPJgjhzI6kn5D 57Q6OCWN6foQpOAgN8YMKh+ldVxdxjIeU1Ko78GfuGoJL4T5mtOAFS5cvt11uQh02n/kkI wnn7I/vdV7BxnKjO8sh5UDcLdLcI7KkhQT9rG9Atr6UK6tLBRWse08sNs8Q9RF7rR+xnev OTxzkUpKcbAjJCHD9Mvdq3MU9cCIo8aKPX7qVH7ugh6bOOxCedmdcZ3M9kEqyBq/U/Noei PMVbji8gAEVhItEHR9dGWQ3EOhfQKAwuUw1u/GZPTkSDG25S+ZbilJeJrvS6hA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from ltc.des.dev (88-177-82-251.subs.proxad.net [88.177.82.251]) (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) (Authenticated sender: des) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cgDtH0k0NzmR9; Mon, 06 Oct 2025 09:46:15 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id DD3AE885C8; Mon, 06 Oct 2025 11:46:12 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Chris Ross Cc: freebsd-net@freebsd.org Subject: Re: Network interface renaming In-Reply-To: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> (Chris Ross's message of "Sun, 5 Oct 2025 23:11:43 -0400") References: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Mon, 06 Oct 2025 11:46:12 +0200 Message-ID: <865xcs8isb.fsf@ltc.des.dev> 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 Chris Ross writes: > 1. Is interface renaming just too dangerous to use? Yes. For instance, `service netif stop` and `service netif restart` may not work properly, packet filter rulesets may fail to load, etc. > 2. Is there any way I can make the interfaces take > their names earlier? > 3. Can I verify when local-onbound, or other, daemons are starting > up and if they=E2=80=99re failing get that reported somewhere I can see > After the system is multi-user? To see the order they start in: rcorder /etc/rc.d/* /usr/local/etc/rc.d/* Anything that failed to start will presumably have left error messages in /var/log/messages. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org From nobody Mon Oct 6 17:11:44 2025 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 4cgQnM6YwSz6BBpC for ; Mon, 06 Oct 2025 17:12:39 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Received: from relay.wiredblade.com (relay.wiredblade.com [168.235.105.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cgQnM2b19z3spd; Mon, 06 Oct 2025 17:12:39 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Authentication-Results: mx1.freebsd.org; none dkim-signature: v=1; a=rsa-sha256; d=relay.distal.com; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=SSSjp6vX+XiwitDVSJEzvz1p5969mkVVWN3xrCUasEc=; b=rPF7DiCKKf+ppPfyMMYQ8Efq6TwGcapHCuCug6xeSP47ZCwctCyQXLEgDmSVKjYkx5r85Qombx5NMsJSZPm9GKoRa18ayzwvBAXz6TSKYgYQSS3C5FGq+nb1c3PGhpWBN/xUqzqxj0dC56mXuop8bDPUAlTD2cPyaUzYgUMQYDTMLi7D4+20x56wy6UrSWJEcIl8tdKCT6pQh+Etrhyov3owDVSUPF6ODTFjki23Kan0eQRSlMvQYi34PG WYS/eLmlOMItqyQhf3Ph9VEYRDjDiWw0LgXiJ4WHUmK8dHgOUPz2oO1FTfX6Jm35SqMfousmSPH7a4/d1dHKvebHBiQg== Received: from mail.distal.com (pool-108-45-29-236.washdc.fios.verizon.net [108.45.29.236]) by relay.wiredblade.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256) ; Mon, 6 Oct 2025 17:12:32 +0000 Received: from smtpclient.apple ( [2600:4040:2cc8:f620:f141:7f06:f21:8921]) by tristain.distal.com (OpenSMTPD) with ESMTPSA id fc9bde79 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 6 Oct 2025 13:12:30 -0400 (EDT) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3864.100.1.1.5\)) Subject: Re: Network interface renaming From: Chris Ross In-Reply-To: Date: Mon, 6 Oct 2025 13:11:44 -0400 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <60FE3378-C634-4E6F-80B2-7E9373EA719A@distal.com> References: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> To: Lexi Winter , =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= X-Mailer: Apple Mail (2.3864.100.1.1.5) X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[freebsd]; ASN(0.00)[asn:3842, ipnet:168.235.104.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cgQnM2b19z3spd > On Oct 5, 2025, at 23:40, Lexi Winter wrote: >=20 > Chris Ross wrote in <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com>: >> 1. Is interface renaming just too dangerous to use? >=20 > i use interface renaming on many systems and have not run into = problems > with it. however, i don't use local_unbound, and also don't tend to > rename external or vlan interfaces. Yeah, I think it=E2=80=99s the vlan interfaces that are the issue. You = mention that interface renaming happens very early (before the interface is brought up), but this is clearly not the case for me. I can see the interfaces = being renamed after the dhclient starts on the primary outside interface. So probably still somewhere in netif, but interestingly I see after the renames a =E2=80=9CStarting Network: lo0 ix0=E2=80=9D. Note, not = including any of my vlan interfaces. And, it looks like my local_unbound problem is not related to = interfaces. I took a video of the boot process, and saw the errors there. > in /etc/syslog.conf, there is a commented example of using syslogd to > write boot messages to /var/log/console.log. i suggest enabling this, > which will make it easier to see where things are failing. Ahh, that=E2=80=99s helpful, thank you. I=E2=80=99ve turned that on. = It=E2=80=99s not quite as good as watching the console, for example the output of interface renaming is much more in the kernel messages than the single word output to console, but. It gives me most things and I=E2=80=99ll enjoy = keeping that. > On Oct 6, 2025, at 05:46, Dag-Erling Sm=C3=B8rgrav = wrote: >=20 > Chris Ross writes: >> 1. Is interface renaming just too dangerous to use? >=20 > Yes. For instance, `service netif stop` and `service netif restart` = may > not work properly, packet filter rulesets may fail to load, etc. :-) Clearly multiple opinions on this, thank you for yours. I worry = about the same. > Anything that failed to start will presumably have left error messages > in /var/log/messages. Sadly not. There was no information about the local_unbound failure in any logs, until adding the console.log discussed above. messages has a few lines upon _sucessful_ startup, and daemon.log does as well. But, I have it now. It=E2=80=99s an IPv6 error: Oct 6 11:55:35 logrus kernel: [1759766134] local-unbound[78949:0] = error: can't bind socket: Can't assign requested address for = 2600:4040:2cc8:f600::1 port 53 Oct 6 11:55:35 logrus kernel: [1759766134] local-unbound[78949:0] fatal = error: could not open ports I=E2=80=99m not sure how to prevent this, since these addresses were = just assigned moments earlier by dhcpcd, and I don=E2=80=99t know why a port can=E2=80=99t be opened. I=E2=80=99m in the midst of working out other = issues with dhcpcd start-up though, so this could all change. I=E2=80=99ll consider = this local_unbound start-up problem to be a consequence of that issue, and not currently and issue in and of itself. Thanks all. - Chris= From nobody Mon Oct 6 17:59:48 2025 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 4cgRrT5MdJz6BGj2 for ; Mon, 06 Oct 2025 18:00:25 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Received: from relay.wiredblade.com (relay.wiredblade.com [168.235.105.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cgRrT2P0zz40kc for ; Mon, 06 Oct 2025 18:00:25 +0000 (UTC) (envelope-from cross+freebsd@relay.distal.com) Authentication-Results: mx1.freebsd.org; none dkim-signature: v=1; a=rsa-sha256; d=relay.distal.com; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=xpkwaZZDe8z4Q7fPlOya40hlxV9lriMVIHzC4vrZ1H0=; b=kd5NNrMVmn//nXrFOyjH69MFu+GbMe4ArNzr+41WFEVI7rEjTuot1QRWeBPfj/RYGEXq2OkRUafwVBaxFB/uRHher9iw/Fl468DtpPms0g9hG8+7pY1ajW0D49smEZx39J2toTqhXQ49Pyst3X2vr4Cn2TGXCA5qbngsBrckvPAQ9OmmPrP4UkbDNPgocdzasMJ2mcQ9PnxU9ddMPeGsWC2NEZx2EwUpORBmGkbn8uFrEjGvRJJHyk5zlw QvA33u8QChORDyR6b7jm1YJXWS/znTg48BeMFtkHvDeRAE1zt+60oSyWJRvCmlQKvF8OBEZfJC55nDco+xAQWR5pWTOw== Received: from mail.distal.com (pool-108-45-29-236.washdc.fios.verizon.net [108.45.29.236]) by relay.wiredblade.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256) ; Mon, 6 Oct 2025 18:00:20 +0000 Received: from smtpclient.apple ( [2600:4040:2cc8:f620:f141:7f06:f21:8921]) by tristain.distal.com (OpenSMTPD) with ESMTPSA id a2a8194e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 6 Oct 2025 14:00:19 -0400 (EDT) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3864.100.1.1.5\)) Subject: Re: IPv6 routing, Verizon FiOS, dhcpcd From: Chris Ross In-Reply-To: Date: Mon, 6 Oct 2025 13:59:48 -0400 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <9A0A976D-EB8A-4ABF-B216-3CB6358C2559@distal.com> To: Tom Pusateri X-Mailer: Apple Mail (2.3864.100.1.1.5) X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3842, ipnet:168.235.104.0/22, country:US]; TAGGED_FROM(0.00)[freebsd] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cgRrT2P0zz40kc > On Oct 6, 2025, at 00:34, Tom Pusateri wrote: >=20 > Getting a router advertisement is independent of getting an IA_NA = global address for your upstream interface, however, the provider could = be filtering your router until it gets a DHCPv6 round trip. Understood. Also note that my provider won=E2=80=99t give me an IA_NA, = it is giving me an IA_PD. I tried to get an IA_NA from them when I started playing with this a year ago, they never give one. > Use tcpdump to capture the router advertisements on your upstream = interface. This will show router advertisements and router = solicitations. In my case, they=E2=80=99re sent about every 24 minutes. = A router solicitation would trigger one at restart. I have the RS=E2=80=99s and RA=E2=80=99s. What I am _not_ seeing in = tcpdump is=20 neighbor advertisements in response to my NS=E2=80=99s. At least, when the problem is occurring. I can wait for hours, and I never get an NA for the router I=E2=80=99m NS=E2=80=99ing for. I see now that in my test where I delayed dhcpcd startup, I do get NS back, so that makes sense. But I can=E2=80=99t imagine how when I = start dhcpcd affects whether or not Verizon responds to my NS. > See if you have a default route and try pinging the default IPv6 = route: Yup, I did all of this in my initial testing before I fell back to trying with a spare machine. There is no default route, but even with a config such that dhcpcd sets a default route (it will if I=E2=80=99= ve told it to assign an internal address from the IA_PD allocation, not otherwise) then the next-hop LL is always =E2=80=9C(incomplete)=E2=80=9D = in ndp -an output. > Does this act the same with another DHCPv6 client like KAME dhcp6c = instead of using dhcpcd? I have not tested others. Again, I don=E2=80=99t think it=E2=80=99s a = DHCP thing, The DHCP part is actually working. It=E2=80=99s that something else is Happening at an addressing level. Your comments about the ONT doing something make me wonder if it could be that, but I=E2=80=99m not sure why that would be different = depending on delaying starting dhcpcd, or what I can do to avoid it. Though I guess if I could confirm that, then at least I would know it=E2=80=99s a problem unique to me. Thanks. - Chris From nobody Mon Oct 6 18:19:33 2025 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 4cgSGZ2H7fz6BJ94 for ; Mon, 06 Oct 2025 18:19:34 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cgSGZ1GTlz43KP for ; Mon, 06 Oct 2025 18:19:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759774774; 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=jrwSgq6u2dudXSRKgavnF3DSOWJVi0o6lCVi7lCox6g=; b=q9ClLOrs83nAGKRbGT+mj3/9psUffwKEStIjtaj03OP3GwB8L0PjWw0KPwEzXkFCOm67qE fttDeUNvh/QE+NJP9EWl+QUTxuCELnJc3eiiVYVSBF3j8SROkSmEsZoGXBMZqYIBkKP9wd qBuQ/1pJE+hciGSfdTPUP9sKIo00BqgD3zJXDjDDDpGHvyNZ9v1DbrgzPR7/4Okx2Uc/E7 q8UEirwrg3XVcVvcLMiN2z+iyyMwHTbgsycHLEsMDfIPD3mF0whj73jAFjIbggA8hs+1+K WYHbCsqq/yIOYg6GXKoTH/1hxS93OMs7/hF5C1skx2LOojMuSO8fEJs0kT+3Sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759774774; 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=jrwSgq6u2dudXSRKgavnF3DSOWJVi0o6lCVi7lCox6g=; b=NHuuOYjkr/S2tsGMd283o2JgNzo+HMM+pwt3a7BtXRZkQIYEgiylT9OXjK/40gJyXH7KEz AWE3pGHf6YSYnrDcX37XPZEV0GD3mz+R+rHDb/1bAEnZsMlj+b8Nb1OIiRuKHFttjThIPz Ey7SKk8SHeTxFvFuTcdwrIzpndJop8psFZGCAdqFkEK01yZg3VeUPYdS4nXQ+SJQgtPcIr +2EYP0qhAyMf10r5DMC4t7YKikaSTWwEOdILggd5+1fdlfE1Yy1Rz1pgn0eomq2gecPPZw lP5L4JdsOrDhcZZRB/SM+LT6Feii8WnyF9tYjUGa7fPo35aoi2b3Z7woB/ZqfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759774774; a=rsa-sha256; cv=none; b=LQLc+VB2DNVgM1oUvFgMd8H+r+Zhte//G5LvrZ2eTfcARFpr0uVJmfAcS3zZCs72/2xM/v Q5xIbXCAGH2uncSTQpPBnMEO0tlNa+Gk8mvXVh1ixRQdiNBKUuihE6UjR22xAjQAjyZIjo EcA2c6Q3H345HQiwfWBRpwereFd95xogKpNyRNJKk//L6y8aZl1yMrMbPoZlTjeY131VxD CUX4VIZZtk9jk5klMHakmdGgVBeP3lEvhNUVqhTLtS3ptLxTNB589D24PFo1CxthRntmZt ksr4iKTF8imHX+CtWYhL4H9M3/i7PFIj0fJpUK9KJtXSh/UgtJoy0mTxqNhpxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cgSGZ0sfmz18w3 for ; Mon, 06 Oct 2025 18:19:34 +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 596IJXBL014248 for ; Mon, 6 Oct 2025 18:19:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 596IJXmJ014247 for net@FreeBSD.org; Mon, 6 Oct 2025 18:19:33 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 282805] Support for Aquantia AQC113 and AQC113C Ethernet Controllers Date: Mon, 06 Oct 2025 18:19:33 +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: 14.1-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cam@vasteel.io 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D282805 --- Comment #18 from Cameron --- A little ways back, I had NetBSD as a side install and it was able to use my AQC113CS NIC without issue with the aq driver (I seemed to get full 10g spe= ed, but I never benchmarked it or anything like that). Just to confirm: I do specifically have the AQC113CS variant. You're probably already well aware of the aq NetBSD driver and that it's a = port of the OpenBSD driver, but throwing this out there just in case you didn't already know as maybe having the NetBSD code to look at too would be a bit helpful. :) I can also test anymore work done. :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 6 21:39:35 2025 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 4cgXjM5Dgtz6Bclb for ; Mon, 06 Oct 2025 21:39:35 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cgXjM4bPNz3Vc4 for ; Mon, 06 Oct 2025 21:39:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759786775; 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=J3wwaF4Sx4Jsz7LqycfeBJkP2YbD4bqQi6LVBnl5nzU=; b=bfDqaVHvrLiBWpHgDjguN6kr4at4vIp23vu/5MLgjoMf7n8lQromC/ViAVaouy2D+VTPSv Bk4+GteXQmCPg1+tQEqSN8OcU17XMBrxD+bczVV/XXMu75FWyHKDO+kHSWfsLW5SVBjtYM jpTt4eUgY81jde1EQY+OQIpsijUyyY5j7oMbrSqk76z3a10gI31Um+4MLh13UtKQBxio35 xRK6EOl0hajDIINcmfod0FvVZ2RqBAEYlzyHvoeVdbLQXncPzIBlry4sU7bGXwG99758gg /19VHubRr2nMuXTs2PaXlHXrHMowOmb8aS9r1IbsDfvJbaJGu4kovp52aUoOFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759786775; 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=J3wwaF4Sx4Jsz7LqycfeBJkP2YbD4bqQi6LVBnl5nzU=; b=PoahJxY+8Gf/QvzowSsREeWoFUt1Bd2PQ8GPlbsWNlwqBgi5Y9TQOXM1cV5gIqNW1o33x4 r4H+lprcRoy2xnEwmsHHrKhCJhSSQh/dyLB811Ie139aAbj7KcBLBOu4mPJrKOpt7VFrYm AGgDOHiI6Jv8+KxzokmIbChtrymyoHwAxhNX0EG+IpCDzIKBVnwnECsVSPBR5W7xamKxiG Ho74oNgtS2lv1HFeCOEt4C//pjSmdVCvXufHPpHn9u05JNoJcrxg6skoJOSA4+3xRDfSVw 2Nx7HX8w4FzAiTCxGWAuPDEnCGElG46S6qCuRoXNnlotCCspg32aoJPYY/NdLA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759786775; a=rsa-sha256; cv=none; b=XYBWDBGM6lnZuBeYpZ7Tlne7Ko153p5wjcTjwfDYqYEwTYvL37vcZSNasgfEaftR0q3pba xXz3RuFPVplO2WmoJXvk85Ri9JUxPXri3qyInkFVUBC86r1kBnXUVFYjhi9snSNGBzLKTk Jq7c5OFAkharRrCCnBcd6vXBHYirCOunIzGOWpN41brjFuvZQJtwyZ2LlrWm0TX1voUacP 0WYoCYxV+s/T3GrC6G8bmpJ1j5W+wqbmm7fngmr/t+YZti+g8ttv24XSRQHO14Dz3IsQkK EvMgTTaEe4m4Vl5W6pJdNHr77UiSCDcL247CPn4g141jli39UUWakwU0eejAKQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cgXjM49wrz1xP for ; Mon, 06 Oct 2025 21:39:35 +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 596LdZu5010690 for ; Mon, 6 Oct 2025 21:39:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 596LdZc4010689 for net@FreeBSD.org; Mon, 6 Oct 2025 21:39:35 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 289907] cxlv: problem with receive checksum offload Date: Mon, 06 Oct 2025 21:39:35 +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: np@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: np@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289907 Navdeep Parhar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Navdeep Parhar --- I'm able to reproduce this on a local setup. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Tue Oct 7 11:04:48 2025 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 4cgtZn4ytHz6B3RC for ; Tue, 07 Oct 2025 11:05:05 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:7400:8808:12:4:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 4cgtZm6DMpz4GGR for ; Tue, 07 Oct 2025 11:05:04 +0000 (UTC) (envelope-from jamie@catflap.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=catflap.org; spf=pass (mx1.freebsd.org: domain of jamie@catflap.org designates 2001:19f0:7400:8808:12:4:0:1 as permitted sender) smtp.mailfrom=jamie@catflap.org X-Catflap-Envelope-From: X-Catflap-Envelope-To: freebsd-net@FreeBSD.org Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [209.250.224.51]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 597B4meS061365; Tue, 7 Oct 2025 12:04:50 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 597B4mAG061364; Tue, 7 Oct 2025 12:04:48 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202510071104.597B4mAG061364@donotpassgo.dyslexicfish.net> Date: Tue, 07 Oct 2025 12:04:48 +0100 Organization: Dyslexic Fish To: cross+freebsd@distal.com Cc: freebsd-net@FreeBSD.org Subject: Re: Network interface renaming References: <1CB5332A-5E7E-420A-A6AC-3F2D70A0B6C3@distal.com> <60FE3378-C634-4E6F-80B2-7E9373EA719A@distal.com> In-Reply-To: <60FE3378-C634-4E6F-80B2-7E9373EA719A@distal.com> User-Agent: Heirloom mailx 12.4 7/29/08 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: 8bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [209.250.224.51]); Tue, 07 Oct 2025 12:04:50 +0100 (BST) X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.95 / 15.00]; NEURAL_HAM_SHORT(-0.99)[-0.989]; NEURAL_HAM_LONG(-0.92)[-0.922]; DMARC_POLICY_ALLOW(-0.50)[catflap.org,none]; NEURAL_HAM_MEDIUM(-0.34)[-0.341]; R_SPF_ALLOW(-0.20)[+mx:dyslexicfish.net]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; TO_DN_NONE(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:7400::/38, country:US]; ARC_NA(0.00)[]; HAS_ORG_HEADER(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEFALL_USER(0.00)[jamie]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@FreeBSD.org]; TAGGED_RCPT(0.00)[freebsd]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4cgtZm6DMpz4GGR Chris Ross wrote: > Ahh, that’s helpful, thank you. I’ve turned that on. It’s not quite as > good as watching the console, for example the output of interface > renaming is much more in the kernel messages than the single word > output to console, but. It gives me most things and I’ll enjoy keeping > that. Add to syslog.conf: kern.* /var/log/kernel Or, as I do, enable the entry for "all" in syslog.conf, and use that - it gets (just about) everything! From nobody Wed Oct 8 06:51:08 2025 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 4chNvf4WnWz6BR89 for ; Wed, 08 Oct 2025 06:51:26 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chNvd65mqz3HRX for ; Wed, 08 Oct 2025 06:51:25 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b="SGUIQ/A/"; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::52c as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ed1-x52c.google.com with SMTP id 4fb4d7f45d1cf-62fc0b7bf62so10827362a12.2 for ; Tue, 07 Oct 2025 23:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759906278; x=1760511078; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=yJnvyQy+lzudD1Bi5/4XD47PZKY7Yp8aqkGcg68L07g=; b=SGUIQ/A/Bykrfy7arqm+fT2nYM4FamTj0HT97rxX5y+jzhbS1D5CVu9jCJpxSOFvpr 4LXY5LI6+9CnG1DhFky+VUJbKUp2QEEMcwLe82fZ22qOp2WXrNe9Bsaz7a6Pr3xzNr7k b8D/d/czjEtA/g6Mw+kHeGCVDM9bqqnW3oAN6PKnwP6mz0VWJrf1UnVxsYVi0Q2Ivb43 afIeNspDVWCSXExHToZ0YQQOR8/PU8r9xjnTrTnhdcL423rneHfvGL6KFEeMrP6fPlNr w5wPgu1+cC2QIbgsTku1pl/bHKGu1LIKe27ln+uGh62stYgZaiZm0n+SGHS52M2uDbFy I+yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759906278; x=1760511078; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=yJnvyQy+lzudD1Bi5/4XD47PZKY7Yp8aqkGcg68L07g=; b=MZTIltarSeEGdLEztK09ML6auoCClp6svjUACMBcmkQxnFDNXc/TpuxHdrKoZBMACG gsO2bsm+UUj8SZhT4ksK5E4RYhICIjKIjyLfUPf6by3/J3LT1GwC7Vkh9dwFKlThgbsK kWJTWLhYg/2uqAgOv+P9NJFCTcFBXVSpfPs6sbQvHGcQB0e2bhnwt7vAxy4eY7vNQ1TC Q/e0jqjl2ptWzqNZ27XT6Ci3zfFoAZ6CoqEQcRK4C/2JPz8yFDCyfCFeyB6h1HJM7QPx cBT8XK4LqmA6d8Tk2g1DwNVzKgeDPZTYOAkiolJSryqvGazpH2QnLhuQh8UOLMnY/ppV sj8Q== X-Gm-Message-State: AOJu0YxzbMqjEByCuHm7VRFh0htOl/3/+HeF3o2AkVj06YfJ3ir3uqww gJN1cVvpa6aD/PHVqXVVYMqbL4WPkpRioEKP0ycnJb2yq4WvumrsXnZTpPdwJlxiskjMRcMuXxT qBKarkgstkxYql00E6RceKnwgTNucPBApAvw= X-Gm-Gg: ASbGncuWOGvq9HCtNvNEQ4hDNrZQPOcRszxbMNVFYbrJProngBPNE2G+/v5XTtCC5Id s7oD2tVYE40NmcNcQw+qcZokHnH9Vh8ywvL/mpu1+ZyCOAL2rtJjdljS4T33TSQCmaRyPMpsZ// yYWk1K96CqXLRIY7PqtzvkXCG0Q6EZZXgM4BTQNcaGyAEtUT957M/sQMM+it1tzrk72eZoor5wH bzpWn+4kx1U7SwzBMiXLg/4zhgf X-Google-Smtp-Source: AGHT+IGPNYRmnNdIvg6hT96SGr7VYIAFKR4x4otliBsydugCkh1LhC66PB8Y62M5UG2odIUK2cXtSSzBtI76CA4TWZw= X-Received: by 2002:a05:6402:2708:b0:632:466d:5d10 with SMTP id 4fb4d7f45d1cf-639d5c3ec89mr1902377a12.20.1759906278315; Tue, 07 Oct 2025 23:51:18 -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: Paul Procacci Date: Wed, 8 Oct 2025 02:51:08 -0400 X-Gm-Features: AS18NWBfhU_nt7E3aAy6kYFzU60l_vv1iMqL9ztE18O7ULqmtETGVhKG_1fNrkA Message-ID: Subject: FBSD 15 :: if_bridge help needed To: freebsd-net@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.91 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.91)[-0.909]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; FREEMAIL_FROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::52c:from] X-Rspamd-Queue-Id: 4chNvd65mqz3HRX Trying to get ahead of this before 15's release. What I thought was going to be pretty simple isn't turning out as such. They say a picture is worth a thousand words: +-------------+ | Jail 1 | <- controls epair0b and tags w/ (epair0b.60) +-------------+ / / <- should trunk vlan 60 +------------+ | bridge0 | +------------+ \ <- should be an access port vhid 60 \ +---------------+ | Jail 2 | <- controls only epair1b and does no tagging +---------------+ Simply put two epairs' "A" sides have been placed into the bridge via: ifconfig bridge0 addm $epair0a tagged 60 up ifconfig bridge0 addm $epair1a untagged 60 up The two corresponding epairs' "B" sides have been placed into each jail via a jail.conf directive: Jail 1: vnet.interface =3D "epair0b"; Jail 2: vnet.interface =3D "epair1b"; Jail 1 then furthers the above, with creating a vlan(4) off of epair0b while Jail 2 does no such thing. This should effectively be a scenario where jail 1 is connected to a trunk, while jail 2 is connected to an access port. Given the documentation (which follows), I cannot for the life of me figure out what I'm doing wrong. Jail 1 cannot communicate with jail 2 over vlan 60 via the bridge. Any insight here would be appreciated. Thanks, Paul Procacci Relevant documentation: " The interface name may be followed by one or more of the following options: untagged vlan-id Set the untagged VLAN identifier for the interface. This is equivalent to the ifuntagged command. tagged vlan-set Set the allowed VLAN list for the interfa= ce. This is equivalent to the iftagged comman= d. " and " iftagged interface vlan-list Set the interface's VLAN access list to the provided list of VLANs. The list should be a comma-separated list of one or mo= re VLAN IDs or ranges formatted as first-last, the value =E2=80= =9Cnone=E2=80=9D meaning the empty set, or the value =E2=80=9Call=E2=80=9D mean= ing all VLANs (1-4094). This option is only meaningful if the vlanfilter option is enabled for the bridge; otherwise, all VLANs will be permitted= . ifuntagged interface vlan-id Set the untagged VLAN identifier for an interface. Frames received on this interface without an 802.1Q tag will be assig= ned to this VLAN instead of the default VLAN 0, and outgoing frame= s on this VLAN will have their 802.1Q tag removed. " bridge0 (trimmed) bridge0: flags=3D1008843 metric 0 mtu 1500 options=3D10 ether 58:9c:fc:10:6f:fa bridge flags=3D1 member: epair1a flags=3D143 port 12 priority 128 path cost 2000 vlan protocol 802.1q untagged 60 member: epair0a flags=3D143 port 10 priority 128 path cost 2000 vlan protocol 802.1q tagged 10,20,30,40,50,60,70 epair0a: flags=3D1008943 metric 0 mtu 1500 options=3D60000b ether 58:9c:fc:10:8b:0f status: active epair1a: flags=3D1008943 metric 0 mtu 1500 options=3D60000b ether 58:9c:fc:10:87:aa status: active epair0b.60: flags=3D1008843 metric 0 mtu 1500 options=3D0 ether 58:9c:fc:10:bb:b7 inet 192.168.60.1 netmask 0xffffff00 broadcast 192.168.60.255 vlan: 60 vlanproto: 802.1q vlanpcp: 0 parent interface: epair0b status: active epair1b: flags=3D1008843 metric 0 mtu 1500 options=3D60000b ether 58:9c:fc:10:00:5d inet 192.168.60.2 netmask 0xffffff00 broadcast 192.168.60.255 status: active --=20 __________________ :(){ :|:& };: From nobody Wed Oct 8 07:08:07 2025 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 4chPH323qqz6BSB6 for ; Wed, 08 Oct 2025 07:08:15 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from BEUP281CU002.outbound.protection.outlook.com (mail-germanynorthazlp170100001.outbound.protection.outlook.com [IPv6:2a01:111:f403:c20b::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (secp384r1) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chPH25nNhz3KTv for ; Wed, 08 Oct 2025 07:08:14 +0000 (UTC) (envelope-from hausen@punkt.de) Authentication-Results: mx1.freebsd.org; none ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=CPGM6thrcqyCst5hgWtoKV71Sn3kSygLQZqB49gu7B70KFzm/9VjZeEeii5ewvvzs1uNK81FAHU9qYu2bNOlaWKGQa2pF0JuB0Jq1vW7NDcJ+/tyFJmN/lXCEc3l1LIwHH81kY5Y+qF7zhrBzUl0X5WDpEGYwUBAPE2RiknIV3AtmeOAV3+zgRBCEH/RIzAqVaPmvzOHoDR0/5htrFMFblHJQiEtod6EVKpYMrxbW/bz50/h8kZm3c2NwSck8pjZMLLDfrizVzyDaXwyRv3+O9faYIvNZXtJwtLePDUFgYvCffc33Fkx9GEByGQlAKeOa9UkiifwtYqNMg+MHaTD6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=DsGkzXguKE5Q7Jbv5hilc+8l8d7SUcfXw+vG5zNNToE=; b=vpTtqw5OzZkM9zPOAUqbeUAk1pLBFlN5hNz0Sd6Qb8PtzWjWr5XX+RIEGE53qeCMKsHIjZPd28j9RLuHNxEj4O8BPhX3ZK85yoyukT5p0LP8GtmjJ56N4HELAkHvxiQIi2O4z+Da041W2A0l44XT0BH5JFLuDmRBcnLSpDKqbJ34+VuZW6qwnm9eV+UyOQx6cYrMxn/8vbz9Gtynv+hi1Vfe3UNaB11isvMyBws6AfWRN5RDLwWUsfz+SifY3PkLbxZ/5nxKr3NfCQpisKDgJVR/fpK1lT8Y+atZDQmWlRj7aSYZHDNu33sqjCWwKidN4zPsRfTf61Dn4MXhJYFstg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=punkt.de; dmarc=pass action=none header.from=punkt.de; dkim=pass header.d=punkt.de; arc=none Received: from BEZP281MB3159.DEUP281.PROD.OUTLOOK.COM (2603:10a6:b10:2d::7) by BEZP281MB2914.DEUP281.PROD.OUTLOOK.COM (2603:10a6:b10:71::13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.9182.20; Wed, 8 Oct 2025 07:08:07 +0000 Received: from BEZP281MB3159.DEUP281.PROD.OUTLOOK.COM ([fe80::d3b4:7f52:df34:f8e7]) by BEZP281MB3159.DEUP281.PROD.OUTLOOK.COM ([fe80::d3b4:7f52:df34:f8e7%3]) with mapi id 15.20.9203.007; Wed, 8 Oct 2025 07:08:07 +0000 From: "Patrick M. Hausen" To: Paul Procacci CC: "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Thread-Topic: FBSD 15 :: if_bridge help needed Thread-Index: AQHcOCABc8WaLrSLXkeG+Iw7ZjDj+rS31EyA Date: Wed, 8 Oct 2025 07:08:07 +0000 Message-ID: References: In-Reply-To: Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-traffictypediagnostic: BEZP281MB3159:EE_|BEZP281MB2914:EE_ x-ms-office365-filtering-correlation-id: d1b25393-0e8f-4f64-9fc7-08de06396ec7 x-ms-exchange-senderadcheck: 1 x-ms-exchange-antispam-relay: 0 x-microsoft-antispam: BCL:0;ARA:13230040|10070799003|376014|366016|1800799024|38070700021; x-microsoft-antispam-message-info: =?utf-8?B?ci9LMnJHQm1yMlNSRkFid2U3S1lUelNMZWV1ZS9DM09oL3lGYWJGOUdiQmpS?= =?utf-8?B?OUF1ejF6OWU2MXFFeVlLb1VHY2tyVzNFYXpLMXBielhLamhuNFFCL3lLTVFB?= =?utf-8?B?Tmk5STh0bTM5V214aDArcmYrWlJSYWNxL1NsR2tWaTVlS0E3M21yUGtUM015?= =?utf-8?B?cndwYzdra2tYeDhKL1BqTnU3T1VjaXdVZEc2UzVqeVRYMlBQbkE3Z2dsVFJn?= =?utf-8?B?TVBKQUJmTmt6Z29Lb2V1bmY4QXFEdGJoUUtVSDZ0eitPNWJaVWt6RnNaczNS?= =?utf-8?B?UVJCNzhGUk1YeDBDQWdsRk9sTXA2eHdLTGV3SC9vWmdmRGdtWTR5VHBRV25t?= =?utf-8?B?dGtBUDJSOTgzMjRXQ2VwWnF4TWlNV1d3NFZvZis2YUtTem1mSEV2UlgzUG1L?= =?utf-8?B?aGhldGFub1NYYU1zYnMxV3V5R04ra0IrN2RCbjBDa21ZbGJGZjVzdDZ3bHRt?= =?utf-8?B?N0xKSHgvT1k5ZlI4RGdadmExL2wvampGdWFWdXJqQXhqekh2TE1nblU0ZFFo?= =?utf-8?B?cEg1cnF0QkZ6QnZnbmJlYm5CY1NqNnRnMjlKbXUyVFBER0tRM0gwWE50U2J4?= =?utf-8?B?NEtuUTFOemhJOWUzS0NqTXhDdzBaZDZ4b2libTRMcEYvNkJVSEovRjRlWHUz?= =?utf-8?B?dTZyVWl5Tk5TM2I3bGIzUHppQnNXNkxOZ0c4QjdSTEhXMXRQNVdJNGpVWDBo?= =?utf-8?B?TlB0QWFMMGIrYmxsK210ZExjcFdlNkhHTGtGZHJpSE1pNmVlMnNUaC9haU5u?= =?utf-8?B?QjlYWmJ2aEU2NENXSDNVeFo1WnF5RENjb256akNpVlBlcS85N2dUbS9qd29w?= =?utf-8?B?bjIvTm80aXBhN3JEdS9rQU1RR3djMUtPZWpGdFJhRDZOcFBWQyt4aTJlcjV0?= =?utf-8?B?MzNHNTE0ZmxldzZlZmszaWQ1bnpVNUZqYUVyM0V0ckhMRkc0azdkU2lXTWFa?= =?utf-8?B?QmlESEZhWFdpNlRNaHlwYkxkQXdJSkx3YWE0alZqTHhDWXdta3hreEEzUmRW?= =?utf-8?B?RFRlTnhyQlVTZGJsT0hiNmdFL3dEamRCOG1lOGYxZ0xoSU9lbUpWcnVrY1kx?= =?utf-8?B?UmI4eFZiVlNvODdJUDRVcWJValNWNlo1VzEvNHVUZ2xQSEY0S09yeVpPVjBL?= =?utf-8?B?V21paHJ2RW50MUFVL09mTzE2a0RJbWlNT2FtNVJwdzY4c2dkMGpOL2tOMzJD?= =?utf-8?B?SHN3OERTUnhCcHR3eVJITnpoWkVRSWQ1SFBEb0NaUTlVdVBQRU15OUh2UVFE?= =?utf-8?B?NFZ2TmZwV2ROLzROK0NVUHhQaFROV0Nvc2FlY2NWTzlFVFZDS0VXN012QXFy?= =?utf-8?B?WmhEZXVmK2xiSjZrRHluTGtUKzhxT3VJUXpmOTZCRlVRWGJCTER6SEprazBa?= =?utf-8?B?SFk2dGZkTnBqWmEwWXp5NHhacXdVV0pYQlNjY2JrOGNLRG9IdGoxMjRQdVN4?= =?utf-8?B?QUR4M2lWL1YyVUh1YVhrNC9odlJJaHlaanBkYWdrdzcrbU0rZXJuUzRlNlJw?= =?utf-8?B?TE1odDhYOFppbFd3RmJ3c2g3YjQ1OGZBNFpCcmMySmhSZnM3VHI0Sm5vS3I4?= =?utf-8?B?QTY2dzg2L0NwcUxDL2RJRlBVOG1ZTWFXVmszN1dNYWpmU00xOEFmWUcyOGd3?= =?utf-8?B?Mmo5a0g4SkQ1c2FhbHViMkcwMnB0M2lyc2lZK2cwYXk3S0F1WEZCUzlpSitY?= =?utf-8?B?b3lYcTdsZExLY0lTbkJsbjNsNFM0c2xBY2dlSXU4dlZvcisxYWxwT3FlY1V6?= =?utf-8?B?cW1NS2pnY3F3Nkhidkl0YVdxamwwbUFEaFl1d1l6a1dDbHpKOGRoaGpLdWdE?= =?utf-8?B?VzhuVFZwbGNmam1xN0tGeGozRTlMaWFSQ0ZnNG03cWJic1VGTFpUdUNLRm5O?= =?utf-8?B?dmF6V1J0MGF6bm9mZ3dwc2loRUJxUGQzaXYzSVdDQXVSM2g0dDVOSndLbWxJ?= =?utf-8?Q?3PDhmIdsvAjhxevA6iXxLOaz+wTJTdOw?= x-forefront-antispam-report: CIP:255.255.255.255;CTRY:;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:BEZP281MB3159.DEUP281.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:(13230040)(10070799003)(376014)(366016)(1800799024)(38070700021);DIR:OUT;SFP:1102; x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: =?utf-8?B?S3RycFMrYlBDYzZWVXA4dVludVZtVlJ6emU2c3c2TER5QXU0YzloL1JGZDQ5?= =?utf-8?B?VEVRTkRROWc1cHV3QVR6RmlNU2NlLzlGMUM1ZHJMWXYzUkhvMUdwcWtuZmFu?= =?utf-8?B?UmU5ZlBNZFB1M3UvUk51NlZOTkhzb3dUODBlQzh1OEhVM2t5Lzg3L3c5aGgy?= =?utf-8?B?N1ozd3pDak1laWlZcDNpc1NCMUhmRzlQR05hVWxPVW9rZUo0TTBhMEtnTUJK?= =?utf-8?B?TE41YW1UWmlLT0tncjN6ZWE4N0tQTDFWMitRVlltZkpVTWlCKy9wU3pod3BM?= =?utf-8?B?cDVlazYzWEpBNlh6UlFON2dVK0VjZFAycld2YVVUNUtzM3Z0Rkt0MDl4aFZy?= =?utf-8?B?MUpPaW1VZlNxSWZQVktZUXl6TDVXRnA3SU5zb3JEa3p6VzZsUWY2c3ZuelVp?= =?utf-8?B?WHYyZkFxVGJqUnZYeU9HZUNEajY0RXd2Z0NYQVdkMmdSUitOMFZPc1J6Sjln?= =?utf-8?B?b05oUldCbGxRM1FneDhyaVFtWEpLKzB6Z2s1NWgxMHArTzdESFRlNHVMbnZu?= =?utf-8?B?RGQ5S3JQNXlUMVFmVXpEUHB5ektnREZwaFBlVHBFRVZOMk44UC82ZVhMUk15?= =?utf-8?B?MS9sMTVxbXhFdllZa0dJalkyaFY3RkJ0WU1CUCtkWG95ZlNLUnJsVnR1TGVk?= =?utf-8?B?OEdrMXgrdlRuSFo1aUdDRHE5cGkzT0xHSjVHd3lBanVpWDdwM1FQanVTWnY1?= =?utf-8?B?SVB4aWcxSG1PTWdMWkJoTEpNOTJYa2Q0Q2RjN1BidldJOVNhcnlRNWFGdVBJ?= =?utf-8?B?Q3BGcXlwZW9OTHVXZEtxM3lhdUFXWFVGZmpYOFlMTE5MU093ZGJaVDZDYnFK?= =?utf-8?B?S3ppUEFIUWcvYi9FNThqdzFLcndOWEdKUHlRTis4MmpJbHFiQ1BVeVo0VlBr?= =?utf-8?B?bVQvV3o4VFBRZjBDanRmL3lwYnQxSjVUNjFETzc5T1dySXpoTWprajdIZXF5?= =?utf-8?B?bkljYmR4NlZwbDRGQzNkek5QcWVJWFFMbG9mZzhLc2dubitDVjI1TDJ4TGpl?= =?utf-8?B?ZFJUd3hsalp2K2FRYURaOVNaUnZ0bkFxdUJJbVBPdkVydlJMTVBxNktqTUtH?= =?utf-8?B?Y1A1T0RlRzhXSWtEV3Y5a1hXOXhPWWt4bkVJcjQ5cGZNdU5TdHpNR3lQTnVh?= =?utf-8?B?bWt4Z1Zqa0RPU08zVnBJTmFLRi9Uakh6V0FhNW1KOGMyRnZjaDFhS091aVVL?= =?utf-8?B?eVZmam1kY3BWMXNWbEFUZys1N2xMUnpkRnBjNU5NZ3pkRG9ubkVBc2VBSzht?= =?utf-8?B?MzFsbVU1UWloR1NoVVdTbFJPaWJBZFdya3ZvNlZ6SWt3WWFOTHFHVHNhMVJ5?= =?utf-8?B?YnVJQjBJR2VucGNGa2NleFJyenBtdEhrTXNNS3Q4OUc1TlB5REpmcjZNL1VD?= =?utf-8?B?OVR5Y3VBc3VGRWxvNEhtK2hrZTRIR3hVbVg5VUVYd014LzY0SU5iR2g4SmlW?= =?utf-8?B?RlV0YTZoeFpXYXJEcTdVaXVYbE9PeVkxWVdGcHZjQW0xNThwSnBhUGRMd1g1?= =?utf-8?B?dmZrMXJjVXFHKzhUQk5XUFZVUUlycnA0NlpWd3YzUW43YzVoNkFWSThWSGpy?= =?utf-8?B?R0ZPeU00TXFQUHhLZVM5VEpYRG42Z0tldzJDTU51S3FjYzNrRDBoZHZ5SkdB?= =?utf-8?B?dnh3cHVmbVluUzg0dzNoQkdXYmtCRkltaG1udksxUlc2Z09WZTM0djVzUW9j?= =?utf-8?B?cm9wcUdJUTN5V0xFWURTNGFMMTVyUjRUR1hhQlJSNUVNRWM5MG5nNkNJZXVR?= =?utf-8?B?OG5Rd0lDK0p3Rnp1c0lFMzZRMzMyY0RJVlBnYVZ1c01LamFUdWlpUUNKTkQr?= =?utf-8?B?U0JET3NCa3YwSlN6RUJGSkF6ZGZydEtFSFNZM0NZZ2V6MlJwMmpIdWNLUzRX?= =?utf-8?B?a0lmU0t5UGM0NmJ6OGVKbmtUQ2dIU1I3bXNpSE1JcWtyNmNPQkZSU20rcWFG?= =?utf-8?B?U011a2RLVEM5NWgrd2x6YjVoL1h3NnZVZU84R2xKZGMwdEZGZld6NkF2eElD?= =?utf-8?B?bFNiMVB6NTU0RytFTko0N0tmWXRQUGNLaEdIa3BMUU9yOUhXeEJ6eE1IV21p?= =?utf-8?B?c21VUUtyOEZpV1Zuam9TUnJyQlNnaCtvc2tZYU9XZXNSSVVhenNGaVIza2h4?= =?utf-8?B?RnFpL1JBNGR3aWl0aDRtR0s5dUdlc1VxaVU0U1AzWksrZ2NoaXMxY0FLbU5r?= =?utf-8?Q?szV/UjD0dSm9LfHNaGNP4CDKmIWamMz2CdSfpM7AU3nY?= Content-Type: text/plain; charset="utf-8" Content-ID: Content-Transfer-Encoding: base64 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 X-OriginatorOrg: punkt.de X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: BEZP281MB3159.DEUP281.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: d1b25393-0e8f-4f64-9fc7-08de06396ec7 X-MS-Exchange-CrossTenant-originalarrivaltime: 08 Oct 2025 07:08:07.4414 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: d1aa1808-3734-45fc-a490-f8ba49028756 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: lDid71EcdYkMAQtGIzZOmTG+d8L2c5P5qaKNdNX3lGw1ZdYXoTQj2Q3pPLoPqwDF X-MS-Exchange-Transport-CrossTenantHeadersStamped: BEZP281MB2914 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8075, ipnet:2a01:111:f000::/36, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4chPH25nNhz3KTv SGVsbG8sDQoNCj4gQW0gMDguMTAuMjAyNSB1bSAwODo1MSBzY2hyaWViIFBhdWwgUHJvY2FjY2kg PHBwcm9jYWNjaUBnbWFpbC5jb20+Og0KPiANCj4gSmFpbCAxIHRoZW4gZnVydGhlcnMgdGhlIGFi b3ZlLCB3aXRoIGNyZWF0aW5nIGEgdmxhbig0KSBvZmYgb2YgZXBhaXIwYg0KPiB3aGlsZSBKYWls IDIgZG9lcyBubyBzdWNoIHRoaW5nLg0KDQpUaGUgY2Fub25pY2FsIGFuc3dlciBhIGNvdXBsZSBv ZiBtb250aHMvd2Vla3MgYWdvIHdvdWxkIGhhdmUgYmVlbiB0bw0KY3JlYXRlIG9uZSBlcGFpciBp bnRlcmZhY2UgcGVyIFZMQU4gYW5kIG9uZSBicmlkZ2UgcGVyIFZMQU4uDQoNClRoYXQncyB3aGF0 IHdlIHN0aWxsIGRvIGFuZCB3aGF0IGlzIGtub3duIHRvIHdvcmsuDQoNCkkgYW0gbm90IHN1cmUg aG93IGZhciB0aGUgc3VwcG9ydCBvZiB0YWdnZWQgZnJhbWVzIGNyb3NzaW5nIGENCmJyaWRnZSBp bnRlcmZhY2UgaGFzIGNvbWUgdG9kYXkuDQoNCkhUSCwNClBhdHJpY2sNCi0tIA0KcHVua3QuZGUg R21iSA0KUGF0cmljayBNLiBIYXVzZW4NCi5pbmZyYXN0cnVjdHVyZQ0KDQpTb3BoaWVuc3RyLiAx ODcNCjc2MTg1IEthcmxzcnVoZQ0KDQpUZWwuICs0OSA3MjEgOTEwOTUwMA0KDQpodHRwczovL2lu ZnJhc3RydWN0dXJlLnB1bmt0LmRlDQppbmZvQHB1bmt0LmRlDQoNCkFHIE1hbm5oZWltIDEwODI4 NQ0KR2VzY2jDpGZ0c2bDvGhyZXI6IERhbmllbCBMaWVuZXJ0LCBGYWJpYW4gU3RlaW4NCg0K From nobody Wed Oct 8 07:11:56 2025 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 4chPMR2j1Kz6BT7L for ; Wed, 08 Oct 2025 07:12:03 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chPMR2843z3LcV; Wed, 08 Oct 2025 07:12:03 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759907523; 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=jd5B9yAIM24uQUHLygolSVrKfjj/ddlmb2vGnXG80c8=; b=fWVraGCxVr23lQ88iQz/2Emccin1iVF0ChPI0b67dtxa/bKKQ1CzCew0KNHZhv7qaDC5nV 8z1Ay2ZgopdjZ7qyCHAhaPYyrAppmDEcDdiF0cPsRu8qdOKrCbVu9XIdSDV36mgryGy2Rg 5rMRJiHWsUJGn3SeE7hNgVe3agJrwnzwIM7Elf4zd9BQR1Fb+YtUQMVTShKBGm3JHqjiZZ Gs/Pr+9dT+TpbumgI0bhqdJXLbSkJBye8YVrw7YAiRhycok1F2ApXW+TGZxnR469bjm+q9 peBT/K6wfVMg213/a3GOj06lhP958fDmJR0koczsT/qvZbqmpKSJRsaPlUEFDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759907523; 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=jd5B9yAIM24uQUHLygolSVrKfjj/ddlmb2vGnXG80c8=; b=ylwz81ddAKcGJwccn9xV26uL5TA5zNNlaff+ey+qVU2V5adXper4VDeLqujcbW76JeU/MU odcAKdpG3t57zqrGhjoV1ykkAqXDq6VnmeB9LxppA2uI2cRvMVlLjR5lEkOQYCM6aJvnrJ 6MBJxgKaYhf5w8qfaasFeWCO8slwUQn89m7uIWSStekiuxd3XmNJlHxMsjg2e/FDICdLcA D7MpCCCUsY4fv6lHwvxE99oIWbODIeeD4thgWXHtBxH348hD+g/DFZPO7TkHd4cVuwqSGz PPNX/00I38N/TZD8v2vU49gM5y9Le/KtBsbWO5/rd955V5UdkoS+LWZvANATYg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759907523; a=rsa-sha256; cv=none; b=ZLSK6qpfDPupv8G0D+lR8+EbgPrUA431bcO9KhTEoQqHIsyrRNHVeV3sGG1erJ+q+kFuJE Fh1zQNisUuv37f7+I6aDj25ocvx56Zk3XeOmj6r8ZeSraUW90z+Z6ZsvBqiI5GWlPbGz8h 5tfZb4/g2bWgcIr6Z0i7BdCMY/QM16FRTpqme/yiEl4vegcU5qNxNDSiW7Oq+jcCeTn7NV 6j4yU6VgAIGVAvWGah2e01voPjA1ipntRGFl8mxGoP3HnYZlpVqocXaSNaPB3+/Z4BeCQn spgbMIbdyQq0p38v+KSlDGGF5nVUhXS9IVXNd8LArTzXpJQ5GybwecTFd0XoTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4chPMQ6B2VzmKC; Wed, 08 Oct 2025 07:12:02 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 8 Oct 2025 08:11:56 +0100 From: Lexi Winter To: "Patrick M. Hausen" Cc: Paul Procacci , "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Message-ID: Mail-Followup-To: "Patrick M. Hausen" , Paul Procacci , "freebsd-net@freebsd.org" 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vEbuOla3fFtswORm" Content-Disposition: inline In-Reply-To: --vEbuOla3fFtswORm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Patrick M. Hausen wrote in : > I am not sure how far the support of tagged frames crossing a > bridge interface has come today. this should work fine, bridge(4) in 15.0 is capable of adding and removing VLAN tags as required. i did not have a chance to try to reproduce OP's problem yet, since i am very busy with 15.0 release issues, but i will try to do so in the next day or so. --vEbuOla3fFtswORm Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOYOuAAKCRD1nT63mIK/ YJX0AP49Igeo5XhUQSk0gJ6tXeyhoP6SXRvGYkG6u5U1cZbGOgEA0nSfkzuLsz7R LLZ8Y87G7Nsbzeq69wi/cYML7hoUJQM= =VgKc -----END PGP SIGNATURE----- --vEbuOla3fFtswORm-- From nobody Wed Oct 8 07:20:30 2025 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 4chPYV3Vkkz6BT75 for ; Wed, 08 Oct 2025 07:20:46 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chPYT5vVjz3MgH for ; Wed, 08 Oct 2025 07:20:45 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=a4LPMZjA; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::631 as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ej1-x631.google.com with SMTP id a640c23a62f3a-b472842981fso919655966b.1 for ; Wed, 08 Oct 2025 00:20:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759908039; x=1760512839; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=Y+522gMZIlYZTgbmU/c5FWXGQ6uGgmn38TryVMcbRUk=; b=a4LPMZjAw7Dnec0wdgZng65XNvijVemigVtobHRCOLOJyNGvd2DeN+zGVtISZ4gAO9 V6ZxVS42RoBmG+KgR+NpnZ47CqtyZMOUguTDOrbgLvslQei/PPg+HzM1vGks+T1Sq8Q1 X39/1xbkBfVVPr2giIBxRWt2+vkB87X218pN7aOSsk/FYHG9ESe/Egq1CvWacwNmt4+q LAhj6rsFGvSIDc1lRoCDdBYxPqFa881RYTMffC4t2raEOKjt2pCDjAPJOrcTdbCmbBu/ fGRL4xSIOM6JCNxnjSJ75DanWeSHfMd31KB7g2bDEK7CWSVPW42s8k87hMSU11CWJ+so DjBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759908039; x=1760512839; h=content-transfer-encoding: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=Y+522gMZIlYZTgbmU/c5FWXGQ6uGgmn38TryVMcbRUk=; b=dKqPRRDTqNDjCj/jPd21J5PAq7gIAWIKwPxFc5IeclEx+fW4p6eh+QmwCdtGYP/fzD CoSSGwn0/Efj4S+VZpcowXWUqPCPqJLuLwHUTCfg8lPMFg1UH/Qx2ioDLNsp8viS4GvC syYQ+thjJDgA2PcAkl3jHD8vS/a/FV6kqNWUxk3S92fnWQ4kuGGBhrHb7WZr13YlPtAd /eDGJKoXT/Tu8W5UaSylp9lJeXq9PVvMCTbpqkpusaD5H3TgwMwLqEj+/af1Ipr2lzD4 scueujjyJWumk7u+C0Jd8aG3tOzGXOR9ekNn8ZiUZiZkrWTfZ4BxVY0jUrDbFADeYPfy qBDA== X-Forwarded-Encrypted: i=1; AJvYcCVwbOr9dsjD444vVACqi7hPirpTvV6ilhP2wNEWvVV0vXEt8FMqr0vxpNjQSUSUTVN8oGOarVEEHzR6iw==@freebsd.org X-Gm-Message-State: AOJu0Ywkvm7Pw8VJUHSZh0vqMxtO+VzMph5DK8zdiElVdJp/qXiMYxU6 XvIW8ii8MmA+QhEKhel8jr+RhT5a56uxkbVtRK1uTSGnHtw4VJGoaUDSYhUEy00jSAehAS1wB2u /2zSM/oQh53U0YKgOpBXv4OeuLijqOQ== X-Gm-Gg: ASbGnctOkZpaPGsMIUGgYHk1B4c2pr/CZEBtjWJcRinG+QcQRovUG0Ldup5UjNFZUt4 frO66I+LAmiYPrSOIDiXR8jCxmAlwD0qxPLzECs3ulyQfVuWu54Q3k2mIv4PITmB7h8kBVpgcqy uSFd7YUfxcS3VPU4bpEaKIIlxct2ao2ETiiYZvuJHGhIF1JyAFSeSILxO6fGyyl0ZQohxc2i5VN GqJf8IbCHoJVHN2IJSQ0V5Oducz X-Google-Smtp-Source: AGHT+IECGkX9G0bYeuUXgxj/S7GngTJSSbkXa4XQUl8LP90fIyhUod/3lZOGkna0KnRcPW0CgnvMRwM6M9SI2emUxdo= X-Received: by 2002:a17:906:6a14:b0:b44:2d0:e05f with SMTP id a640c23a62f3a-b50ac2cf494mr251553766b.33.1759908039028; Wed, 08 Oct 2025 00:20:39 -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: Paul Procacci Date: Wed, 8 Oct 2025 03:20:30 -0400 X-Gm-Features: AS18NWDKC1azEUFvwD80e2E9VhX2MEHebwLYO0pPvXfHAtj-8Zl7OvYgx1ViXfA Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: "Patrick M. Hausen" , Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.997]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[text/plain]; TO_DN_EQ_ADDR_SOME(0.00)[]; FREEMAIL_TO(0.00)[punkt.de,gmail.com,freebsd.org]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::631:from]; RCVD_COUNT_ONE(0.00)[1]; FREEMAIL_ENVFROM(0.00)[gmail.com] X-Rspamd-Queue-Id: 4chPYT5vVjz3MgH On Wed, Oct 8, 2025 at 3:12=E2=80=AFAM Lexi Winter wrote: > > Patrick M. Hausen wrote in : > > I am not sure how far the support of tagged frames crossing a > > bridge interface has come today. > Patrick, I concur with what you said and it's what I was doing for years' p= ast. If need be I'll revert but I was kinda giddy to try the new code. > this should work fine, bridge(4) in 15.0 is capable of adding and > removing VLAN tags as required. > > i did not have a chance to try to reproduce OP's problem yet, since i am > very busy with 15.0 release issues, but i will try to do so in the next > day or so. I have some debugging information that I just acquired if it helps. I have determined that the bridge isn't receiving arp requests that are being sent by Jail 1; the machine with the trunk I have also determined that the bridge *is* receiving arp requests from Jail 2; the machine that is labeled as 'access' or untagged. The only difference between the two here is that in my scenario, Jail 1 does it's own tagging while Jail 2 doesn't and leans on the bridge for its `access'. Thanks Gents! Paul Procacci --=20 __________________ :(){ :|:& };: From nobody Wed Oct 8 07:40:06 2025 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 4chPzy42HDz6BVDy for ; Wed, 08 Oct 2025 07:40:14 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chPzy3HcGz3QTV; Wed, 08 Oct 2025 07:40:14 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759909214; 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=bDTFQpYK/FXElkNwFGzss1uGL7dupSXvg4d+TCW0h3U=; b=xedtfZGrbFUREcEfltv+83O7M+rqXD5amgZhisOBbPdre9sDjL86NwdF/YypJihDgNcvQj KD6UAhv3LRyqIabruYdgYQBcRq8RHlEg/tGralgngYM1m2OWpNEVf2PCGj7fIumY5gYMn3 dwyfq4hqrC9gXjWmugsioTu/dg1H5zVIfFVWgtcGSC6F043tMlZx/nN1Ns52L/40mw/Zyo MIOB5QF5+XmzqGTDxsB66+bRotLSxd/5MbeA8FaO4tI7ma6uzEHCv3xu+iLw7tydDR1wlr ScmKFTsCq+1q2xPSs7wdaXvsvttSzh09Gybut3h79vSFu+RfH0KYHValpRb/yQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759909214; 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=bDTFQpYK/FXElkNwFGzss1uGL7dupSXvg4d+TCW0h3U=; b=g41wShwsjVQMkjfSyAby700aCWKFP23mUlYdvhy5BqCOOsyfqZLrqbGeQw7gfzIagCOlfB AGdYvi8k3+4qvWigQv7rqY4K0y8Bd7ZeXbBpovBHXIWpLAqsfFI/qdW66F3fNrfqVNtZ1I YjwuEYnw7cGgpJ1YJTEKjrzaFFDIJomI9afxu2giKqkfxtnT6dwHVW8sDtYdV5GvhH4C3e XpKdwjDGJG1FM/yoawaIQjLp7RwpjSoUX8WzcGiJ/k6PmacEQab/MNU6pnBlr4uV7bPLP4 tE1BqKqwMPZ1MCwVaKilrgHRT86xFOI20ZHUIcRHtwbOJ1dnF644xpfzt4wz5Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759909214; a=rsa-sha256; cv=none; b=nWf3Z77qGGzqmYhIFI4Jz1JP+UONcBf8r6qZcU2w56Lsx3lnmjZzVFcDC7QUA8E5vrK95K 3S67sgXPOknhx2LvmPuJeMF8Y6j/xJn4tqWff6ZjJCc7FSguASDvCmCIkFjOODD4hUqIo7 YywTjl+3Nsi1bVwryBTWKUg8NmeMsUdbi+V2DW3BC4GOyx7rM94pGtMTCEZpq9FVOE61kZ JZ9yXd3NMDGmy6YsCanQlQ7HSX5aeUakXCXWCkTsktrVwK8Q71uyduZ/Mz4MJxnegOfPbO RCVOA7DMhOxVkVg6u8Qr2bK+2rUeBWP9F1gW4zHj+XoowPUisM6ZX6xUdcgceQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4chPzy0BTTzmvS; Wed, 08 Oct 2025 07:40:13 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 8 Oct 2025 08:40:06 +0100 From: Lexi Winter To: Paul Procacci Cc: "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Message-ID: Mail-Followup-To: Paul Procacci , "freebsd-net@freebsd.org" 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SO7tiUkpl3bWZSmR" Content-Disposition: inline In-Reply-To: --SO7tiUkpl3bWZSmR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Procacci wrote in : > I have some debugging information that I just acquired if it helps. > I have determined that the bridge isn't receiving arp requests that > are being sent by Jail 1; the machine with the trunk > > I have also determined that the bridge *is* receiving arp requests > from Jail 2; the machine that is labeled as 'access' or untagged. >=20 > The only difference between the two here is that in my scenario, Jail > 1 does it's own tagging while Jail 2 doesn't and leans on the bridge > for its `access'. =20 could you please run tcpdump -ev on the epair interface attached to the bridge and see if the arp requests from jail 1 are received there? i.e., i would like to know if the packets are seen correctly on the epair interface but are being dropped by the bridge somehow. (please show the actual tcpdump output; what i expect is that the epair interface shows ARP packets with a .1q tag for VLAN 60.) > Thanks Gents! ahem --SO7tiUkpl3bWZSmR Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOYVUwAKCRD1nT63mIK/ YMXhAP4lzOAUeNt0FhCRDoUvN4CrtGwvb/su9tH/TNvoHTaPBAEAnBunABBQ9REG a5B1us1/emhH/HMpdxvP0e5iQOXhZAI= =HIIB -----END PGP SIGNATURE----- --SO7tiUkpl3bWZSmR-- From nobody Wed Oct 8 07:53:31 2025 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 4chQHf32B2z6BWfy for ; Wed, 08 Oct 2025 07:53:50 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chQHd50jGz3SFf for ; Wed, 08 Oct 2025 07:53:49 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=kEaN2szI; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::534 as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ed1-x534.google.com with SMTP id 4fb4d7f45d1cf-61cc281171cso1748158a12.0 for ; Wed, 08 Oct 2025 00:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759910023; x=1760514823; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=zPvZV1josblAd3u5sMuSBvDlbMIIg29P8hgYbzPTqtg=; b=kEaN2szIgHZ/52TCDkCGGpW2O5J0jNLXfrm+B7DlB+mBQqvi60ZYDV6W1A0iWO+ldT ttUnlmNvx09j+9O0Zv+d6q+9X05l/dA/6vZno13O0jY4P/Jp0nYSEn9t+kb3htnUxhUb py//tsimS+ZOTTH28sNtUgiR9UIsNlki59yiEdW2RwohoD3dycXWPVodmx7VFr4nPD3N ashwzoCNtWQ1k9E8C/LQPbErYsNlK1sMgMQ05P4b5jypw1xX4OPJqZVItJahMpo4wZws OeraFyWmYgcThgmNUDBkR2ioevONN3XjTAPtv9RbXuVnRt52lrzoPSwxPp8GAz6BT8r2 H3TQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759910023; x=1760514823; h=content-transfer-encoding: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=zPvZV1josblAd3u5sMuSBvDlbMIIg29P8hgYbzPTqtg=; b=fo15HuqsHht6rXrhcH06x+sBXFdhGzBzK6V7b20tv4v6PPh2IuYlIdLpXg8TBIFmGy 6wXLjAvByquEHcGtjix1uYTC8Gi3GyOnxkG/7cqT4ZX/USlOa1DRqvsT4XjkhzmTcb8u hTtUBQui9cXJ3hmDjoDcirP1piOJQYkM6cCn1N1b/RnzkdA9YlxGSVASPW+3KGXD73r0 5P1b4WAUl+T7qkt2Mzk7+PLWAtKTHyAY+K2KO+CZXg1ce1RHDh81UKGHYGbuZ9AwzhQ2 FnAeo/hHWQbCVQxjOpGkNfI5OX3jMkVA//J3sLKqkp8hpeXkS/CngEdtXByJemSghfEp 8+vQ== X-Forwarded-Encrypted: i=1; AJvYcCWLwIqHHzFuQkHHxNK6I34UNXEFB9/SevgsiP21GFMZdJOyPRcTZ5M7OWLeICR/VX/BfrG/pm4uAUpEZg==@freebsd.org X-Gm-Message-State: AOJu0Yx2IIFJnx7GGDqn5mYbl5sdZcSiOL3M5NdPEF3EAIoFDCdkHM+3 ohNgfEUfSt1kmi3zEN7JttOxpipvoh639QnQ+N7IpqYBhvcIMnRdftU7xCtcYECyNIdSEDL38Dm VleMDk/DLvnLdW8MUsJgiqteC+JmTWTBjL6A= X-Gm-Gg: ASbGncvErf7vBImb0Ndm6DZ7sgIeFZ+0Zs5DGvFegQAwMbpbWDUdU2ayoVStqEzIxL8 lndlnGudlN83uY6IUd1Mr0FoYMgA499vTHYDIuakExZ4FxTRN51HsfTRfkJKXSOY0Gr/9EcB34A kdWaS7rvPHsMWPRaZAMuKuaZ3oI5tGcTYHgST/zaQSt4dFmh5lByGH89pXdQ0hcvaRc0SqGdn1f guA3Op2uaOFbiDtehNSuqEn6DGhnzfyKcEFBRE= X-Google-Smtp-Source: AGHT+IFyT8auD9enO7lIX80kDq5ykE9cCb1cjXjt+Lb4egk7rgGd9kcxlZmbLqyduXFxHamWzsuXFVjlWuSmX0v6mAA= X-Received: by 2002:a17:907:3d8f:b0:b04:2ee1:8e2 with SMTP id a640c23a62f3a-b50abfd6d7bmr280151466b.36.1759910023360; Wed, 08 Oct 2025 00:53:43 -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: Paul Procacci Date: Wed, 8 Oct 2025 03:53:31 -0400 X-Gm-Features: AS18NWC3gEvx4g-JQ6TeSs_E-4E-J3wHqfHy4r_7wdGLu8MjWTOw9V74jlfydoo Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.93 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.94)[-0.935]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[text/plain]; TO_DN_EQ_ADDR_SOME(0.00)[]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MISSING_XM_UA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::534:from] X-Rspamd-Queue-Id: 4chQHd50jGz3SFf On Wed, Oct 8, 2025 at 3:40=E2=80=AFAM Lexi Winter wrote: > > Paul Procacci wrote in : > > I have some debugging information that I just acquired if it helps. > > I have determined that the bridge isn't receiving arp requests that > > are being sent by Jail 1; the machine with the trunk > > > > I have also determined that the bridge *is* receiving arp requests > > from Jail 2; the machine that is labeled as 'access' or untagged. > > > > The only difference between the two here is that in my scenario, Jail > > 1 does it's own tagging while Jail 2 doesn't and leans on the bridge > > for its `access'. > > could you please run tcpdump -ev on the epair interface attached to the > bridge and see if the arp requests from jail 1 are received there? > > i.e., i would like to know if the packets are seen correctly on the > epair interface but are being dropped by the bridge somehow. > > (please show the actual tcpdump output; what i expect is that the epair > interface shows ARP packets with a .1q tag for VLAN 60.) > > > Thanks Gents! > > ahem Sorry. Bad habit. Forgive me. Absolutely nothing is being received on the bridge nor on the A side of the epair: >From hosts' perspective: ----------------------------------------------------------- root@host:~ # tcpdump -ni epair0a tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on epair0a, link-type EN10MB (Ethernet), snapshot length 262144 b= ytes ^C root@host:~ # tcpdump -ni bridge0 tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on epair0a, link-type EN10MB (Ethernet), snapshot length 262144 b= ytes ^C >From Jail 1's perspective: ----------------------------------------------------------- root@Jail1:/ # tcpdump -ni epair0b.60 tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length 262144 bytes 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length= 28 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length= 28 ^C So jail 1 is trying, the host just isn't having any of it. Thanks Again Lexi, Paul Procacci --=20 __________________ :(){ :|:& };: From nobody Wed Oct 8 07:59:20 2025 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 4chQQ72yXQz6BXFZ for ; Wed, 08 Oct 2025 07:59:27 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chQQ72HLYz3SnL; Wed, 08 Oct 2025 07:59:27 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759910367; 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=g7JK6ngOciW5Yj1Df7kLZiK+e1VxbMoziuTeRfJPZTQ=; b=XacoYJTIOTqBOth/yYa7aOlZV+w6ccsRrTFl+QidUhl8D3YHtJTQJ+KBnqT/Y33lSizpfN 7/Bf3DbQfz0hSk/Xh7xIFduV8/6gS0sNIyvgDeFEGhXv6QiFDX4GLT5v4ZPnEqi2v5YoXn 8Ajfq4y6TkK1cIo2k3S7mm+aSxxPEBhoQfkP3U3P8zA/e3e7nkqIT1W9EY00eY6mWq91YZ ez+a1A/V/fM3yHseNLjXnvTOmeMluJqVvj/stX8HGqc5XNpdCf+1FZlkPgAat1TtaX3QWt iiQiKcTYBiiMcBXmmrkp2gKRHD5ypCjc6EXAmrMyBtthk0VGJg/pSvvxnAhC0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759910367; 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=g7JK6ngOciW5Yj1Df7kLZiK+e1VxbMoziuTeRfJPZTQ=; b=ndZr9q8E7TBRTq1hCcB9exP8JCxpZLkR4AFVBPM3/70h3Pb5JJCKrY5u6K1ZEZ1rwL2nqU FkE9vx/gsBf6BPNAHINIOtBxQCyYJkHTM4AnJkgX2UK5Jlisq6qGs7EXsfqjNNPWbUCsR7 MCtELYxpfSW+TImen34XkDVeD0AXoyvaPUYmEHO3gLSzk7Id3685v9Vu5PBgIttO6n1+DB U4Ik67T1COp/PkikS2KNjKLtl7ivti9u1jM4rg8nEqkXeZ8uWvcaMSkgkYSfXTUUzFzsEY bjdtOsVNhftqJkGI+exil6qfykvilRyHBC0srnmitXQLguXQLUEr5tDf98MCnQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759910367; a=rsa-sha256; cv=none; b=B4weQwt4iS1uXdjzWqW44aMz16AnOodV+NqC53qMohofbam9ojFopWSBZWlgPw+zgB2Vj0 NcfmFmot2uBZrQnJxtKiD7XIz5/ijtlI69qKQPXTOsq1wn9L5mva5oxPjWrnNBX6ybrxzm w4romTQ3+M0QedRSqU6GiP9FUKEQ6EitG/hlObE5zmaInsXRYMeUroDj5GE219gio6zvDm KfT/X9NpycvNQc7TOJ3v/xprrA+/IEE1TA65nCxN6FCs4NxVSbNyquq2hU/k2odMKXCfYm UQhWFT4e/tkpt6U+W6fiCYfms1B/l+h7txTZvL1E16SwEbYcVZE1iX2SSNttfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4chQQ66Klhzmvn; Wed, 08 Oct 2025 07:59:26 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 8 Oct 2025 08:59:20 +0100 From: Lexi Winter To: Paul Procacci Cc: "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Message-ID: Mail-Followup-To: Paul Procacci , "freebsd-net@freebsd.org" 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="M6yiIx6ZOcYV+/t8" Content-Disposition: inline In-Reply-To: --M6yiIx6ZOcYV+/t8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Procacci wrote in : > From hosts' perspective: > ----------------------------------------------------------- > root@host:~ # tcpdump -ni epair0a > tcpdump: verbose output suppressed, use -v[v]... for full protocol decode > listening on epair0a, link-type EN10MB (Ethernet), snapshot length 262144= bytes =20 > From Jail 1's perspective: > ----------------------------------------------------------- > root@Jail1:/ # tcpdump -ni epair0b.60 > tcpdump: verbose output suppressed, use -v[v]... for full protocol decode > listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length > 262144 bytes > 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, leng= th 28 > 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, leng= th 28 this seems like the packets are not making it out of the vlan(4) interface for some reason. could you please re-run this with tcpdump -ve (it doesn't show .1q tags otherwise) and include the output for both epair0b.60 and epair0b in the jail? also for my reference, please include the ifconfig output for epair0b.60, epair0b and epair0a (i think you already showed this, it's just easier to have it all together, if you don't mind). --M6yiIx6ZOcYV+/t8 Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOYZ1QAKCRD1nT63mIK/ YGhNAP9dJOLVvpvHrbA4vh0GiM+TG60ERDzoFyqnxkx/xfPFIQEAvPVDaCrGJnhR c5VvsLAVT5EaX2d4TtB1EwtL3ISSQg4= =M4FU -----END PGP SIGNATURE----- --M6yiIx6ZOcYV+/t8-- From nobody Wed Oct 8 08:04:59 2025 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 4chQXv0d7kz6BXs8 for ; Wed, 08 Oct 2025 08:05:19 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chQXs4B3hz3Th6 for ; Wed, 08 Oct 2025 08:05:17 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=TtFeGuoC; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::62f as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ej1-x62f.google.com with SMTP id a640c23a62f3a-b3b27b50090so1311419366b.0 for ; Wed, 08 Oct 2025 01:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759910711; x=1760515511; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=7ur/WfUMHPpnYy/ph4vhg2enviM63raiqgRmmpulSzQ=; b=TtFeGuoCl5UHMnfwJij1lz8iXEeU8vl3oFLfqPD1GWTPN3/s6NxY5YwD+jHXZkPVZZ CcLLzHmCgsrvo8GwIKliYqAg72RppSJjA6ewgVEphwt5Rq+ZhhdA+EPoaC4bPKw2mhML KawFRxDSa8h4+lipXchW8ZQuhf1rIKMGVQXPn7WiumAX4jX5EBiOPiGRBlgqzswHFWlc EBoWrbSLyJWsQJyonC3Pl6HVJiu6lvbnd9MmwAvWCIUserPTi1nNNhhxE6q6KYR6xjNj bJIs/2AxmteyWjup6PVbAtziYsobx8hZ9OWMvmFOXfgMwMWdN5CiLVhf2wbey3ofdjS2 A+Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759910711; x=1760515511; h=content-transfer-encoding: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=7ur/WfUMHPpnYy/ph4vhg2enviM63raiqgRmmpulSzQ=; b=VlhOQA1b5yYm/15k+5UEl1R0tCFF1EOYYfLkTpgxGhaRVxmF7eA0utL4klQusXd1Ed PjQJre1OM87V8KeZH/mLx9DiB7IzSbkYMt1inzv3IXGTWkmmZJVXel2hn+8xDAo+lVd2 jyzkCf2799MZTqRPZ71XtZJKo/OapDQh7lZpBzf3W9qXOvI51ZkCtM8tzkzHQmOMPqmg PQufMi6PsVeIugaitwiYoTPGTKsGZ/FXy1e5RF+PUhhe7mzT626+weUczYHGwnl1qHwT WT7rQCYhHCXUUquBtp4l29lQjN53bxjqPGdcqJTzNhaCQ7v424zcKrprep4av4STi7FM v9sw== X-Forwarded-Encrypted: i=1; AJvYcCUJ6cU5iBc4Vnt5WAZXmqJs5mK+NGHwnzFDRYVbNtM8tgsoSUoH/F7l0nrsmYpqUFN6BV0ZvLSCYPmrmw==@freebsd.org X-Gm-Message-State: AOJu0YzczKA9pn7h7g5RN3jIbr3db1aNxDS+9MNnsLozQtWMR5O9Ol6w hH8t+Ihuc+e/0Od9KslupC2KLyRPxBMx8YSBmGzv4YPD8+q8FIBwSF9P7O6FBsQ3ab9NzRWUxwS vjEYpqAKZbdEE1s8wyB9e//NqVphdOlRffYY= X-Gm-Gg: ASbGncv8VdOIUISSqmsS7qcQn/kDXwLdegiGOlyxyLO/FXMw7LPj1qT+Pj4jIcoTYGe u4LxILFigsGkd11jWmEU/BQHKecdQP8CP8Q7h0qHhCNJooGo9wCobZCKmTonhTRz51uq6KKY/S/ cRufqtQd38ZGzF19wVJyYH73H3BTF8UXgs65fPdqAia1+a9mUgnvcS/ATKmN/8W8SHpxxLhep/o Auc8OuhZBZ7nea8kRg99e5MYNRi X-Google-Smtp-Source: AGHT+IE6ekr3gbZpGlWsnEBvnCVx+PqCae7Lk18UGAtv5k7rCxKYiKb4JV1Nnre03PhoxvH9dWZb/ol80pIj6o7C1NU= X-Received: by 2002:a17:906:1591:b0:b40:da21:bf38 with SMTP id a640c23a62f3a-b50ac1c5dcbmr174834366b.36.1759910710880; Wed, 08 Oct 2025 01:05:10 -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: Paul Procacci Date: Wed, 8 Oct 2025 04:04:59 -0400 X-Gm-Features: AS18NWDVgTLOSJ4yfCLzaQgL8QUw2ZxIeyOhUT-5_I0aOULI75jHz3CH7BSGIkw Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.94 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.94)[-0.941]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; TO_DN_EQ_ADDR_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MISSING_XM_UA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::62f:from] X-Rspamd-Queue-Id: 4chQXs4B3hz3Th6 On Wed, Oct 8, 2025 at 3:59=E2=80=AFAM Lexi Winter wrote: > > Paul Procacci wrote in : > > From hosts' perspective: > > ----------------------------------------------------------- > > root@host:~ # tcpdump -ni epair0a > > tcpdump: verbose output suppressed, use -v[v]... for full protocol deco= de > > listening on epair0a, link-type EN10MB (Ethernet), snapshot length 2621= 44 bytes > > > From Jail 1's perspective: > > ----------------------------------------------------------- > > root@Jail1:/ # tcpdump -ni epair0b.60 > > tcpdump: verbose output suppressed, use -v[v]... for full protocol deco= de > > listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length > > 262144 bytes > > 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, le= ngth 28 > > 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, le= ngth 28 > > this seems like the packets are not making it out of the vlan(4) > interface for some reason. could you please re-run this with > tcpdump -ve (it doesn't show .1q tags otherwise) and include > the output for both epair0b.60 and epair0b in the jail? > > also for my reference, please include the ifconfig output for > epair0b.60, epair0b and epair0a (i think you already showed this, > it's just easier to have it all together, if you don't mind). Sure. This isn't a problem and I think you're onto something: root@fw:/ # tcpdump -nvi epair0b -e tcpdump: listening on epair0b, link-type EN10MB (Ethernet), snapshot length 262144 bytes ^C root@Jail 1:/ # tcpdump -nvi epair0b.60 -e tcpdump: listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length 262144 bytes 08:00:29.095183 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.60.2 tell 192.168.60.1, length 28 08:00:30.158598 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.60.2 tell 192.168.60.1, length 28 .... and the output of the interfaces .... root@Host:~ # ifconfig epair0a epair0a: flags=3D1008943 metric 0 mtu 1500 options=3D60000b ether 58:9c:fc:10:8b:0f groups: epair media: Ethernet 10Gbase-T (10Gbase-T ) status: active nd6 options=3D29 root@Jail 1:/ # ifconfig epair0b; ifconfig epair0b.60 epair0b: flags=3D1008942 metric 0 mtu 1500 options=3D60000b ether 58:9c:fc:10:bb:b7 groups: epair media: Ethernet 10Gbase-T (10Gbase-T ) status: active nd6 options=3D29 epair0b.60: flags=3D1008843 metric 0 mtu 1500 options=3D0 ether 58:9c:fc:10:bb:b7 inet 192.168.60.1 netmask 0xffffff00 broadcast 192.168.60.255 groups: vlan vlan: 60 vlanproto: 802.1q vlanpcp: 0 parent interface: epair0b media: Ethernet 10Gbase-T (10Gbase-T ) status: active nd6 options=3D29 Let me know if you want anything more. ~Paul --=20 __________________ :(){ :|:& };: From nobody Wed Oct 8 08:10:52 2025 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 4chQgf2Mjbz6BY0W for ; Wed, 08 Oct 2025 08:11:10 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chQgf0BSpz3VNf for ; Wed, 08 Oct 2025 08:11:10 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-639e34ffa69so438216a12.3 for ; Wed, 08 Oct 2025 01:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759911063; x=1760515863; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=4QHUV0lq/oldxWXtqBD7XpGSfgiNSa1fL5lnnUZjeiw=; b=cM0ep9f6vfIrZKVgFhvukfSJJbxpS+1e4osP7fsxnsKQXRrf8RAAFrn1BIwoNFqxWC UWTrQzs0mnHbRFqhUUBcZNcKYScHUUgs3t54ExYEwW9MatGgsjTqyhrX041p2Fy2/JUm NtqsZcJ4rbTj6ZDdo40XdgWWVgAB7moyZQsHAxEulN968mtVQSNXnvd4guHtnIPYL0Lb dHeryWhFNuzYQlNnbUG9Zvj/f8XOEZUp6pJ5m7ReIysj3xTk5j4Ln8rq9mmrhNW039K/ 5Qks/z5bSDdJfOxAZNaQ7Z6es+cgv1s5xBsG5CRqgEhVsjqvPzHIczEYMVXfLUL//l4b /C0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759911063; x=1760515863; h=content-transfer-encoding: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=4QHUV0lq/oldxWXtqBD7XpGSfgiNSa1fL5lnnUZjeiw=; b=fDXNGu+Mleol6kQEmDeHA55xFHkWQPpry3zV6FMQqvWmaoNP2GOhzKdy93XruwsW6k 0Fl5yH1gnE7P0tGH1Nv/WuRSUy6GVbBc0lGOG5bXrLjSWa9FEQumBEZCyq7GQeXh6WId sKvTyv51ZJJOCrNFzEh92J9c6V+eSBFiZ8gKOG4PqfUVftD+H3lZwkckFp7LCPXtZlj3 62jgNsW59p/gpSvUXlluWCstiZSK0trnDWIvozfpRJ1EYlpYgd0lPxVhJLfWcsqSa8Xe Z0RbryJhNhR1ItrOnUfgIq2d4AkyLfDyIYnprta6F1JjOA2wamnN7EQQEemVhFX7GwQC AcPw== X-Forwarded-Encrypted: i=1; AJvYcCWUtePBuUoJqkSLpyYZDp9Xd8n4Vp+SVHN/dDf7A0O3QZKw6QLvx/5klrNhQZP3nf0uwz0CaQSEwAmlRg==@freebsd.org X-Gm-Message-State: AOJu0Yw0wsCNKhl2Z4ChoZRpMjmWd0UmtTw5cJleOKHQDc4gDVsAxvLF FtOeEI7s7cKg6mb8/LBeSrOuBHb8/HamF7+XDky1W/+fXpnJ47r+/g8y3Dk/aZ4sTf3CC9Dew2U PS44SEs9hrMYDUPTiY1VEaXoYZgVODMgZ X-Gm-Gg: ASbGncscm5CERZGxHi3WKhrLIz2A8hxbOydXZssLPq/06gEaQZUV7gH9oSJDW2lFU9v ev/+Sunc7YwZjkCuEeGsy3MEzDCZX9S0Af4cj74PkLQqc3GvX9MW5HI73JNR0kbVyQYwxzrMdL2 PEwfcfeEqlUgXqlgr2vYoVJeE1zEKokAltU0iDaaDyRkyMPMS7LTY8zLZtqhv9ZpKSe3i68VspJ YDhzkgxQwA1WGE113gjIRgQfwgT X-Google-Smtp-Source: AGHT+IEeHBdwq3lbFK6NaMNWa+paCDzdmiBzT3zt4zzMNw1tEW/7f1XX6lYjtg+iix/J/bbo4l+qtuUQ1elukICvf2U= X-Received: by 2002:a17:907:94d0:b0:b3c:e14c:e24 with SMTP id a640c23a62f3a-b50aa69e3c6mr240622866b.13.1759911063338; Wed, 08 Oct 2025 01:11:03 -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: Paul Procacci Date: Wed, 8 Oct 2025 04:10:52 -0400 X-Gm-Features: AS18NWBO_wVZYrCQ3r2dTUCTtdqvlXAGb3UKh5NbTukTByFQvWTIx_M6SfhxVC4 Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4chQgf0BSpz3VNf On Wed, Oct 8, 2025 at 4:04=E2=80=AFAM Paul Procacci = wrote: > > On Wed, Oct 8, 2025 at 3:59=E2=80=AFAM Lexi Winter wrot= e: > > > > Paul Procacci wrote in : > > > From hosts' perspective: > > > ----------------------------------------------------------- > > > root@host:~ # tcpdump -ni epair0a > > > tcpdump: verbose output suppressed, use -v[v]... for full protocol de= code > > > listening on epair0a, link-type EN10MB (Ethernet), snapshot length 26= 2144 bytes > > > > > From Jail 1's perspective: > > > ----------------------------------------------------------- > > > root@Jail1:/ # tcpdump -ni epair0b.60 > > > tcpdump: verbose output suppressed, use -v[v]... for full protocol de= code > > > listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length > > > 262144 bytes > > > 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, = length 28 > > > 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, = length 28 > > > > this seems like the packets are not making it out of the vlan(4) > > interface for some reason. could you please re-run this with > > tcpdump -ve (it doesn't show .1q tags otherwise) and include > > the output for both epair0b.60 and epair0b in the jail? > > > > also for my reference, please include the ifconfig output for > > epair0b.60, epair0b and epair0a (i think you already showed this, > > it's just easier to have it all together, if you don't mind). > > Sure. This isn't a problem and I think you're onto something: > > root@fw:/ # tcpdump -nvi epair0b -e > tcpdump: listening on epair0b, link-type EN10MB (Ethernet), snapshot > length 262144 bytes > ^C > root@Jail 1:/ # tcpdump -nvi epair0b.60 -e > tcpdump: listening on epair0b.60, link-type EN10MB (Ethernet), > snapshot length 262144 bytes > 08:00:29.095183 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP > (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has > 192.168.60.2 tell 192.168.60.1, length 28 > 08:00:30.158598 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP > (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has > 192.168.60.2 tell 192.168.60.1, length 28 > > > .... and the output of the interfaces .... > root@Host:~ # ifconfig epair0a > epair0a: flags=3D1008943 > metric 0 mtu 1500 > options=3D60000b > ether 58:9c:fc:10:8b:0f > groups: epair > media: Ethernet 10Gbase-T (10Gbase-T ) > status: active > nd6 options=3D29 > > > root@Jail 1:/ # ifconfig epair0b; ifconfig epair0b.60 > epair0b: flags=3D1008942 > metric 0 mtu 1500 > options=3D60000b > ether 58:9c:fc:10:bb:b7 > groups: epair > media: Ethernet 10Gbase-T (10Gbase-T ) > status: active > nd6 options=3D29 > epair0b.60: flags=3D1008843 > metric 0 mtu 1500 > options=3D0 > ether 58:9c:fc:10:bb:b7 > inet 192.168.60.1 netmask 0xffffff00 broadcast 192.168.60.255 > groups: vlan > vlan: 60 vlanproto: 802.1q vlanpcp: 0 parent interface: epair0b > media: Ethernet 10Gbase-T (10Gbase-T ) > status: active > nd6 options=3D29 > > Let me know if you want anything more. > > ~Paul > -- > __________________ > > :(){ :|:& };: Problem fixed. I feel so ashamed. While epair0b.60 was up ... epair0b wasn't. A stupid stupid oversight. Thanks again for all the help and attention. And sorry for the noise. I owe ya'll a beer if we ever cross paths. ~Paul --=20 __________________ :(){ :|:& };: From nobody Wed Oct 8 08:18:47 2025 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 4chQrZ3vKQz6BYg2 for ; Wed, 08 Oct 2025 08:18:54 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chQrZ3K4Dz3WMC; Wed, 08 Oct 2025 08:18:54 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759911534; 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=EO8mo8VZCT0ehAt3bR2/w2nyWZ91CGkIXhPMuIUL4P4=; b=ZiT8fqb+C4G7SKtPh/MPB5cczKwMo9zd1Omt6zMF6oldzJ6P5E/dHIQ9F3KYV4Xg0E/qBn 2bTurQfXHKKh2gy99oDZPylntlbCC9cFc6ZoNbmT5RmdxD/gMRtj4n6fxUgR1csg10GMRk A8glOuko5W5pvz1UPD2yaNHi1M4azM/apwZaQacYuqm4tsVozsHE5dYlgeg65c4kVvjrxC 9debirXyNnBMv8QbPGM+c5VbBDlCYIY4RvUR0mIE9axHnvibxDe1xVWtG1o03Cspc78QL3 rZo8umdUVG1U7IUdNe/9VTE14Uzl/nes35uuDm59o1+qcFUXnpiHrRRyc8s3Zw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759911534; 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=EO8mo8VZCT0ehAt3bR2/w2nyWZ91CGkIXhPMuIUL4P4=; b=Uljokre5/R5Ra/Rrte6E+p2Nwx1LxZn9vq299PQX8h1NbWQ9ttkcU2IdqNH7sAZNQvc8aM g9UV0gHj3+jmVCCVkBwjEmNFTHOD9xsSLIXrrgmUtHMr/waigXoRLj5ohNRXhncRTKM2F6 JEAd34ezkYq4kbDQKH7DAP65pv7p/rOhg0kbZSb689PjLfR1rp9PgNABmW29cZrtfhXbTp Mo/PVeGoRF+8aufwCNZiUgpxY31og6a3S9G8qQ+OiHNoPydz68jM1gfW5fpquE9hAaQGzP 0IdRBZd0PTBGO7fYE6GzFKO80s6APJhsW2bLzvBP2zAneJ6iwf/BD//hShaHYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759911534; a=rsa-sha256; cv=none; b=Z7pKNM2Y6fFzDUs5+OjDMIiJmSMkIeVd9W9Z5yyedR/a6RH3J8WPhCKOMgQHIxlUrjOgh+ cwEzh8I5zwl/4ZNDlPptyiFajG32kfQRM5GVZl8dmUYKBF3IHwZfLq1PmtaIN8HiEzdnhX b6QslT1pje0J2tNwdWK6JvaSHx3brm772v+ySGdqF+HzDU4aWeGhZhZCIs6d7RFjAVUfoz DmoiNsYpHlus2mj/ScvgFYwq7PdVa1Jz9XUaHCOsIbRuxWhUaDSMDalw1iGKyI8kIz13h4 J1lSJ/td/ZSoM9Y8r14YJ2NGOwgSjpfZQh0CZu8B7qCqKVbvvC8HdDCSD6POnQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4chQrZ06lKzn4M; Wed, 08 Oct 2025 08:18:53 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 8 Oct 2025 09:18:47 +0100 From: Lexi Winter To: Paul Procacci Cc: "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Message-ID: Mail-Followup-To: Paul Procacci , "freebsd-net@freebsd.org" 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="raDl1y5zN9d0zyyA" Content-Disposition: inline In-Reply-To: --raDl1y5zN9d0zyyA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Procacci wrote in : > Problem fixed. I feel so ashamed. > While epair0b.60 was up ... epair0b wasn't. > A stupid stupid oversight. >=20 > Thanks again for all the help and attention. And sorry for the noise. > I owe ya'll a beer if we ever cross paths. no worries, i'm glad you fixed it and i appreciate someone actually testing the new bridge code in a real environment :-) --raDl1y5zN9d0zyyA Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOYeZAAKCRD1nT63mIK/ YGg/AP9T5KQart2Lie3ZZqmVdKFH7Q+HmvKu5jZ5lqSj1Gvv+QEA+qe93+pFC1bH iljFvbpk/7rKIlb737YMz3CffPig0Qk= =+kN/ -----END PGP SIGNATURE----- --raDl1y5zN9d0zyyA-- From nobody Wed Oct 8 13:06:18 2025 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 4chYDc09ppz69SwY for ; Wed, 08 Oct 2025 13:06:40 +0000 (UTC) (envelope-from rick.macklem@gmail.com) Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chYDZ71Qzz43xk for ; Wed, 08 Oct 2025 13:06:38 +0000 (UTC) (envelope-from rick.macklem@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=ETGXgulv; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of rick.macklem@gmail.com designates 2a00:1450:4864:20::52a as permitted sender) smtp.mailfrom=rick.macklem@gmail.com Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-636de696e18so12779034a12.3 for ; Wed, 08 Oct 2025 06:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1759928791; x=1760533591; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=YwrJWKjpUE7RggOozOTM2Q4XEbyycg4CWIJzGaz+PGg=; b=ETGXgulvCVEWpO2ZHi9qlOLThtIXeLg+ReuiUrUoM4HyDSzixi3cN5DfMMvoVFQWDQ +BK9jEyV51cTio536TCfsui5Kw+uPbBxFbX42RpZ5f/9JgUsIsJoUJ9skw181ZMf4qH5 Phmx1xveequyRdpgrguGndCWLNhauBw36JId0GEjWVOy4JS2VFhcTJB8ZS8BAeEVtqFI tx925P9aFDmD7IJ5ZIB9Ax/TotGMkgp7CHt7q8l17rJYErNfLXkPjfMpBgURneFjMhWD zWnO3zJr1GJZIH0vY2rWXB6X1t/K7N1okXpwjAh1xnP9A1x99TYC1i5PNJ8uIasUFBi7 LQRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1759928791; x=1760533591; h=content-transfer-encoding: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=YwrJWKjpUE7RggOozOTM2Q4XEbyycg4CWIJzGaz+PGg=; b=aos9o9K0EwhOKDzGKs/TpDjV1do01aGf1oa8Naz4/eWpfmThfYp5nU8MjmX+6gtx82 eVONBV8XztW/YTDGWaNfEf8AA+D6dd19pjIeq6TyOkDuitl1f5zdW89UES9RpcAJlcMZ gjCWDxQ1K7smT1mS78HQegu9tESqoLJhPggfTS6ZxHK6Sgg0sFI1ZbZwLjFgOmZEG0Fv uAA2cpIhgh1ffAOGGwmCnKpfRfY3t5CkL5jtv6TWpsSWHemTBmioMNjQei7YfnoLojaz vRT/qXh0HhcLzAVPwg65R25Mkz0XHW4dBsRSR5kLqdtzxejerf72MEXo4vRD4KuPlpqY fniA== X-Gm-Message-State: AOJu0YzFzaMEcAs1sHTbNXiST1g4kS/c+edbgBpbadMsIa61+IeW9P4k jK4zx2ZD5QK4jjPPoiPzAvBGR7Ln8c2yh1B3OE0KH7pqjbvkEBDuylTFylP3D32XHoflvyXVdXy QL3vIuTJeDkxV3hvuAhuVICDWNRL71m+OrR0= X-Gm-Gg: ASbGncscfD8yY78enawQCDM8IAzHLr/GNCHUXw97TEZLSLl1P30HX6DW7opiMdArIv4 tnTz4147NVSIIdC9RBjgabi7gb5aCllYLQbEkA8mJaxieowhXMGuIbFrFSvcpnSRn6w8nCFmHvb rCTxpd9yS0LbKEd0SUiQQdyUHLtq7UA62Ks5q/b+1IRqBImKciSchO1Dm/ZfVZjMn0EmtgcyaQ1 iuwPzYQKU8HEqcIg6J9u0eYGPRBJn07AVQ32FPijVzJrIXJhS0ZN7ze8aXEvRQ= X-Google-Smtp-Source: AGHT+IHSIIM58yYw5WbwMF1H08F295lHfFcHlO5jTRNzmYRcaL+06gZcqQSIrfWuQ31yUdqv2UqnQxLESd2i6YIf9Ak= X-Received: by 2002:a05:6402:2708:b0:634:5371:d713 with SMTP id 4fb4d7f45d1cf-639d5b894bbmr3083245a12.14.1759928790608; Wed, 08 Oct 2025 06:06:30 -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: <314494105.505.1759897474336@jenkins.ci.freebsd.org> <345944856.515.1759902279808@jenkins.ci.freebsd.org> In-Reply-To: <345944856.515.1759902279808@jenkins.ci.freebsd.org> From: Rick Macklem Date: Wed, 8 Oct 2025 06:06:18 -0700 X-Gm-Features: AS18NWC5IWrNsTuwGsla68ZkpQI1te2TluveWFdh5gkaBeCTj1jIx4G3KhKgF_A Message-ID: Subject: Re: FreeBSD-stable-15-amd64-test - Build #30 - Still Failing To: "freebsd-net@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.97 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; NEURAL_HAM_MEDIUM(-0.97)[-0.973]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; FREEMAIL_FROM(0.00)[gmail.com]; TAGGED_FROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROMTLD(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MISSING_XM_UA(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::52a:from] X-Rspamd-Queue-Id: 4chYDZ71Qzz43xk Just in case no one in networking is seeing this, I'm reposting it here. rick On Tue, Oct 7, 2025 at 10:44=E2=80=AFPM wrote: > > CAUTION: This email originated from outside of the University of Guelph. = Do not click links or open attachments unless you recognize the sender and = know the content is safe. If in doubt, forward suspicious emails to IThelp@= uoguelph.ca. > > FreeBSD-stable-15-amd64-test - Build #30 (23fbea8cf2f360dd45cb69c98f6f293= 1fff3721e) - Still Failing > > Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-tes= t/30/ > Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/= 30/changes > Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/3= 0/console > > Status explanation: > "Failure" - the build is suspected being broken by the following changes > "Still Failing" - the build has not been fixed by the following changes a= nd > this is a notification to note that these changes have > not been fully tested by the CI system > > Change summaries: > (Those commits are likely but not certainly responsible) > > 23fbea8cf2f360dd45cb69c98f6f2931fff3721e by rmacklem: > kadmin.8: Document the new dump -f flag > > > > The end of the build log: > > [...truncated 3.96 MiB...] > epair0b: Ethernet address: d2:f4:4c:7c:25:d3 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: c6:fa:71:45:1f:b3 > epair1b: Ethernet address: 3a:02:db:62:eb:5a > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.136s= ] > sys/netpfil/pf/nat64:tcp_in_floating -> epair0a: Ethernet address: b2:2= 0:57:6c:d4:c5 > epair0b: Ethernet address: 5a:f0:ad:fb:8a:50 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 52:58:0c:ea:9b:f3 > epair1b: Ethernet address: ca:3f:da:2a:4d:86 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.125s= ] > sys/netpfil/pf/nat64:tcp_in_if_bound -> epair0a: Ethernet address: 52:7= d:e8:24:9b:38 > epair0b: Ethernet address: 6e:8e:70:d3:10:60 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 32:25:e3:7f:fe:7c > epair1b: Ethernet address: e6:f1:01:c1:4f:84 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.126s= ] > sys/netpfil/pf/nat64:tcp_out_floating -> epair0a: Ethernet address: ce:= 73:6d:57:a2:67 > epair0b: Ethernet address: 2a:28:48:af:e2:4a > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 82:12:d3:13:44:bb > epair1b: Ethernet address: c2:16:12:72:31:45 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.127s= ] > sys/netpfil/pf/nat64:tcp_out_if_bound -> epair0a: Ethernet address: 76:= e6:ab:94:3a:a3 > epair0b: Ethernet address: 12:ae:f5:b6:b8:19 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 56:3a:12:2a:60:8a > epair1b: Ethernet address: 76:ac:dc:80:e3:72 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.126s= ] > sys/netpfil/pf/nat64:tos -> epair0a: Ethernet address: 62:39:ae:b2:2a:d= b > epair0b: Ethernet address: 36:9f:e7:31:94:32 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 42:37:24:71:41:ed > epair1b: Ethernet address: d2:ca:da:c1:6c:54 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.126s= ] > sys/netpfil/pf/nat64:udp_in -> epair0a: Ethernet address: 16:99:da:0e:9= 1:0d > epair0b: Ethernet address: 3e:57:7e:63:8d:87 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 6e:95:d1:aa:b3:a9 > epair1b: Ethernet address: ba:59:41:61:6b:19 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.135s= ] > sys/netpfil/pf/nat64:udp_out -> epair0a: Ethernet address: 7a:b4:11:19:= 87:66 > epair0b: Ethernet address: 5e:70:01:e2:ea:b6 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 52:fd:81:7b:fc:61 > epair1b: Ethernet address: 1e:ba:76:e2:79:36 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair1b: link state changed to DOWN > epair1a: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.127s= ] > sys/netpfil/pf/nat64:v6_gateway -> epair0a: Ethernet address: ee:55:d2:= 9b:91:07 > epair0b: Ethernet address: fa:df:53:46:63:90 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 1e:a2:5a:f3:ee:cf > epair1b: Ethernet address: 26:8a:99:45:02:97 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair2a: Ethernet address: ae:b7:eb:ed:ec:d8 > epair2b: Ethernet address: 5a:ef:f6:5c:17:bd > epair2a: link state changed to UP > epair2b: link state changed to UP > epair2b: link state changed to DOWN > epair2a: link state changed to DOWN > epair1a: link state changed to DOWN > epair1b: link state changed to DOWN > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > failed: atf-check failed; see the output of the test for details [0.197s= ] > sys/netpfil/pf/nat64.py:TestNAT64::test_address_unreachable -> epair0a:= Ethernet address: f6:fd:4b:c1:53:2d > epair0b: Ethernet address: 5e:59:15:d0:79:82 > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 02:1f:0f:68:f7:17 > epair1b: Ethernet address: 92:43:e4:76:55:96 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair2a: Ethernet address: 7a:d1:1e:45:06:b3 > epair2b: Ethernet address: 4a:7d:09:c7:93:73 > epair2a: link state changed to UP > epair2b: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: promiscuous mode enabled > lo0: promiscuous mode disabled > epair0a: link state changed to DOWN > epair0b: link state changed to DOWN > epair2a: link state changed to DOWN > epair2b: link state changed to DOWN > epair1a: link state changed to DOWN > epair1b: link state changed to DOWN > failed: /usr/tests/sys/netpfil/pf/nat64.py:173: AttributeError [4.710s] > sys/netpfil/pf/nat64.py:TestNAT64::test_bad_len -> epair0a: Ethernet ad= dress: 2e:b0:05:ae:d6:d8 > epair0b: Ethernet address: 16:e7:ed:1d:32:aa > epair0a: link state changed to UP > epair0b: link state changed to UP > epair1a: Ethernet address: 8e:fb:19:37:fb:8e > epair1b: Ethernet address: 06:53:47:b9:ae:a8 > epair1a: link state changed to UP > epair1b: link state changed to UP > epair2a: Ethernet address: 2a:90:ff:29:ca:a0 > epair2b: Ethernet address: 56:89:04:58:36:84 > epair2a: link state changed to UP > epair2b: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: link state changed to UP > lo0: promiscuous mode enabled > > > Fatal trap 12: page fault while in kernel mode > cpuid =3D 0; apic id =3D 00 > fault virtual address =3D 0x18 > fault code =3D supervisor read data, page not present > instruction pointer =3D 0x20:0xffffffff80c0f132 > stack pointer =3D 0x28:0xfffffe008aef2980 > frame pointer =3D 0x28:0xfffffe008aef29c0 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 12 (swi1: netisr 0) > rdi: fffffe008aef29d8 rsi: fffff8008be43e96 rdx: 00000000ffffffff > rcx: 0000000000008466 r8: fffffe008aef2900 r9: 0000000000000003 > rax: 0000000000000000 rbx: 0000000000000000 rbp: fffffe008aef29c0 > r10: 0000000000000001 r11: 0000000000000000 r12: 0000000000000000 > r13: 000000000000000b r14: 000000000000000b r15: 00000000000001f5 > trap number =3D 12 > panic: page fault > cpuid =3D 0 > time =3D 1759902263 > KDB: stack backtrace: > #0 0xffffffff80bc033d at kdb_backtrace+0x5d > #1 0xffffffff80b73726 at vpanic+0x136 > #2 0xffffffff80b735e3 at panic+0x43 > #3 0xffffffff8107bf69 at trap_pfault+0x3c9 > #4 0xffffffff81051a88 at calltrap+0x8 > #5 0xffffffff80d84b19 at in6_cksum_partial_l2+0x109 > #6 0xffffffff8295cab5 at fr_cksum+0xa5 > #7 0xffffffff829621dd at ipf_checkl4sum+0xbd > #8 0xffffffff829586f6 at ipf_checkv6sum+0x56 > #9 0xffffffff8295a601 at ipf_makefrip+0x1691 > #10 0xffffffff8295b6de at ipf_check+0x15e > #11 0xffffffff82958c28 at ipf_check_wrapper6+0x58 > #12 0xffffffff80cc3438 at pfil_mbuf_in+0x38 > #13 0xffffffff80d92b94 at ip6_input+0x484 > #14 0xffffffff80cc0c98 at swi_net+0x128 > #15 0xffffffff80b2d359 at ithread_loop+0x239 > #16 0xffffffff80b298eb at fork_exit+0x7b > #17 0xffffffff81052aae at fork_trampoline+0xe > Uptime: 1h18m43s > Automatic reboot in 15 seconds - press a key on the console to abort > + rc=3D0 > + echo 'bhyve return code =3D 0' > bhyve return code =3D 0 > + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-15-amd64-30' --destroy > + sh -ex freebsd-ci/scripts/test/extract-meta.sh > + METAOUTDIR=3Dmeta-out > + rm -fr meta-out > + mkdir meta-out > + tar xvf meta.tar -C meta-out > x ./ > x ./disable-zfs-tests.sh > x ./disable-dtrace-tests.sh > x ./auto-shutdown > x ./run.sh > x ./run-kyua.sh > x ./disable-notyet-tests.sh > + rm -f test-report.txt test-report.xml > + mv 'meta-out/test-report.*' . > mv: rename meta-out/test-report.* to ./test-report.*: No such file or dir= ectory > + report=3Dtest-report.xml > + [ -e freebsd-ci/jobs/FreeBSD-stable-15-amd64-test/xfail-list -a -e test= -report.xml ] > + rm -f disk-cam > + jot 5 > + rm -f disk1 > + rm -f disk2 > + rm -f disk3 > + rm -f disk4 > + rm -f disk5 > + rm -f disk-test.img > [PostBuildScript] - [INFO] Executing post build scripts. > [FreeBSD-stable-15-amd64-test] $ /bin/sh -xe /tmp/jenkins1219699292212458= 3673.sh > + ./freebsd-ci/artifact/post-link.py > Post link: {'job_name': 'FreeBSD-stable-15-amd64-test', 'commit': '23fbea= 8cf2f360dd45cb69c98f6f2931fff3721e', 'branch': 'stable-15', 'target': 'amd6= 4', 'target_arch': 'amd64', 'link_type': 'latest_tested'} > "Link created: stable-15/latest_tested/amd64/amd64 -> ../../23fbea8cf2f36= 0dd45cb69c98f6f2931fff3721e/amd64/amd64\n" > Recording test results > ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: No= test report files were found. Configuration error? > Checking for post-build > Performing post-build step > Checking if email needs to be generated > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > Sending mail from default account using System Admin e-mail address From nobody Wed Oct 8 13:09:44 2025 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 4chYJJ6sfSz69TY6 for ; Wed, 08 Oct 2025 13:09:52 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chYJJ62Sfz44DZ; Wed, 08 Oct 2025 13:09:52 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759928992; 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=JzBUkbtVAvU54EwkUncYELFSMy4s/8aidSiL9ouo0HY=; b=RFz6r+zFfALoa4ruLjvJXAr5MSKMjhEx4aBgI/Hp7ScR0D0hmMClqmiJOvMJGOiU0DZ5Pc K+0/DR78G7twuAyVedShhcuOT7zJKH0w73zQS78EAbr/KiRwUZr2ZmgDpddBv4wXd5MuHa ZaGItB931RBF5FBqOA5Zpeuy+lHUAwtJymKjwa8X3MNN/Y6f7Tv80dkmiGfoqOaF6Fn1s8 0AFirnMgusrqAV4bFmi2qU8KSxjISMv8R2oQ6D6khzuWhBFKGQ2w2gMj9u0h5hj/940oH2 gLGsKs7Um0u1MDoiMmGMe+U2Jqf1mBFo6sSM0VbTomGy7+hjOeaeFTXcO0U6kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759928992; 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=JzBUkbtVAvU54EwkUncYELFSMy4s/8aidSiL9ouo0HY=; b=pzHs4KwtngbpylxJ1esc5el6mbiJdqdrjERfAJtxDl94qxOsLFrjt5J1plyT5sLTcsGBND n1mtYrrg/rE8ivfe2ZidKLtm+7E4Y3QozxJE+717LXBaADXFpeh7nEA6ekU+WFWRuSJRvr 8rGRUc3c5GrqB4LfE6NEzgmx5aSA5BSj1KlbB6e02O4XKGEw1dR93tLJJ0CdRoVmeHn2Iz zuCkGjoQU87lpCcI+C+9499xJeMVUo0UDZOlXraKOiDZiRTfkMEM+B6/dfCbbiz0tdKfnA EZt8v6jFbbhdR0cWO0z84TrdEsT0lvOw4bOWT4OYb2EEEj8swklOmUerNdx0xg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759928992; a=rsa-sha256; cv=none; b=xqPkz/3VPKRnDgFbhPgzDDsiqFGH/xAqZ74ouuW4WwIehCwDc+17IVPGpyb47t+BrZel5d jpjW1jk1DBCwGA8zknPVFk2exr9YVWiQFe/ttvPcUEWosJRF8qlHZczYbOpgLdr3GbXjJa 1SQMzfbaenvZOie4ymrQUiuXzQTha3Q+zwm/59Lw/zKZNppmBtPPet+JGh7PmEyEWnG3ks YdcB1cah0nzfuprUm3gDfCOQnvqYEW9dGs6m8qWJiox1U5ArdGOYITW8h4ioC8yW0ok4vT xtEO+Nu+rZwk2dnze7pR0uRqCIg/UqYKzeAp8bJHoZnkvl5H0esBYBDoXUmD6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4chYJJ2KHRzvWv; Wed, 08 Oct 2025 13:09:51 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Wed, 8 Oct 2025 14:09:44 +0100 From: Lexi Winter To: Rick Macklem Cc: "freebsd-net@FreeBSD.org" , cy@freebsd.org Subject: Re: FreeBSD-stable-15-amd64-test - Build #30 - Still Failing Message-ID: Mail-Followup-To: Rick Macklem , "freebsd-net@FreeBSD.org" , cy@freebsd.org References: <314494105.505.1759897474336@jenkins.ci.freebsd.org> <345944856.515.1759902279808@jenkins.ci.freebsd.org> 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/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5tActHfoHppOuWl4" Content-Disposition: inline In-Reply-To: --5tActHfoHppOuWl4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Rick Macklem wrote in : > Just in case no one in networking is seeing this, > I'm reposting it here. =20 cc: cy for ipfilter. > On Tue, Oct 7, 2025 at 10:44=E2=80=AFPM wrote: > > > > CAUTION: This email originated from outside of the University of Guelph= =2E Do not click links or open attachments unless you recognize the sender = and know the content is safe. If in doubt, forward suspicious emails to ITh= elp@uoguelph.ca. > > > > FreeBSD-stable-15-amd64-test - Build #30 (23fbea8cf2f360dd45cb69c98f6f2= 931fff3721e) - Still Failing > > > > Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-t= est/30/ > > Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-tes= t/30/changes > > Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test= /30/console > > > > Status explanation: > > "Failure" - the build is suspected being broken by the following changes > > "Still Failing" - the build has not been fixed by the following changes= and > > this is a notification to note that these changes have > > not been fully tested by the CI system > > > > Change summaries: > > (Those commits are likely but not certainly responsible) > > > > 23fbea8cf2f360dd45cb69c98f6f2931fff3721e by rmacklem: > > kadmin.8: Document the new dump -f flag > > > > > > > > The end of the build log: > > > > [...truncated 3.96 MiB...] > > epair0b: Ethernet address: d2:f4:4c:7c:25:d3 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: c6:fa:71:45:1f:b3 > > epair1b: Ethernet address: 3a:02:db:62:eb:5a > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.13= 6s] > > sys/netpfil/pf/nat64:tcp_in_floating -> epair0a: Ethernet address: b2= :20:57:6c:d4:c5 > > epair0b: Ethernet address: 5a:f0:ad:fb:8a:50 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 52:58:0c:ea:9b:f3 > > epair1b: Ethernet address: ca:3f:da:2a:4d:86 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 5s] > > sys/netpfil/pf/nat64:tcp_in_if_bound -> epair0a: Ethernet address: 52= :7d:e8:24:9b:38 > > epair0b: Ethernet address: 6e:8e:70:d3:10:60 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 32:25:e3:7f:fe:7c > > epair1b: Ethernet address: e6:f1:01:c1:4f:84 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 6s] > > sys/netpfil/pf/nat64:tcp_out_floating -> epair0a: Ethernet address: c= e:73:6d:57:a2:67 > > epair0b: Ethernet address: 2a:28:48:af:e2:4a > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 82:12:d3:13:44:bb > > epair1b: Ethernet address: c2:16:12:72:31:45 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 7s] > > sys/netpfil/pf/nat64:tcp_out_if_bound -> epair0a: Ethernet address: 7= 6:e6:ab:94:3a:a3 > > epair0b: Ethernet address: 12:ae:f5:b6:b8:19 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 56:3a:12:2a:60:8a > > epair1b: Ethernet address: 76:ac:dc:80:e3:72 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 6s] > > sys/netpfil/pf/nat64:tos -> epair0a: Ethernet address: 62:39:ae:b2:2a= :db > > epair0b: Ethernet address: 36:9f:e7:31:94:32 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 42:37:24:71:41:ed > > epair1b: Ethernet address: d2:ca:da:c1:6c:54 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 6s] > > sys/netpfil/pf/nat64:udp_in -> epair0a: Ethernet address: 16:99:da:0e= :91:0d > > epair0b: Ethernet address: 3e:57:7e:63:8d:87 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 6e:95:d1:aa:b3:a9 > > epair1b: Ethernet address: ba:59:41:61:6b:19 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.13= 5s] > > sys/netpfil/pf/nat64:udp_out -> epair0a: Ethernet address: 7a:b4:11:1= 9:87:66 > > epair0b: Ethernet address: 5e:70:01:e2:ea:b6 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 52:fd:81:7b:fc:61 > > epair1b: Ethernet address: 1e:ba:76:e2:79:36 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair1b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.12= 7s] > > sys/netpfil/pf/nat64:v6_gateway -> epair0a: Ethernet address: ee:55:d= 2:9b:91:07 > > epair0b: Ethernet address: fa:df:53:46:63:90 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 1e:a2:5a:f3:ee:cf > > epair1b: Ethernet address: 26:8a:99:45:02:97 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair2a: Ethernet address: ae:b7:eb:ed:ec:d8 > > epair2b: Ethernet address: 5a:ef:f6:5c:17:bd > > epair2a: link state changed to UP > > epair2b: link state changed to UP > > epair2b: link state changed to DOWN > > epair2a: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair1b: link state changed to DOWN > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > failed: atf-check failed; see the output of the test for details [0.19= 7s] > > sys/netpfil/pf/nat64.py:TestNAT64::test_address_unreachable -> epair0= a: Ethernet address: f6:fd:4b:c1:53:2d > > epair0b: Ethernet address: 5e:59:15:d0:79:82 > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 02:1f:0f:68:f7:17 > > epair1b: Ethernet address: 92:43:e4:76:55:96 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair2a: Ethernet address: 7a:d1:1e:45:06:b3 > > epair2b: Ethernet address: 4a:7d:09:c7:93:73 > > epair2a: link state changed to UP > > epair2b: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: promiscuous mode enabled > > lo0: promiscuous mode disabled > > epair0a: link state changed to DOWN > > epair0b: link state changed to DOWN > > epair2a: link state changed to DOWN > > epair2b: link state changed to DOWN > > epair1a: link state changed to DOWN > > epair1b: link state changed to DOWN > > failed: /usr/tests/sys/netpfil/pf/nat64.py:173: AttributeError [4.710s] > > sys/netpfil/pf/nat64.py:TestNAT64::test_bad_len -> epair0a: Ethernet = address: 2e:b0:05:ae:d6:d8 > > epair0b: Ethernet address: 16:e7:ed:1d:32:aa > > epair0a: link state changed to UP > > epair0b: link state changed to UP > > epair1a: Ethernet address: 8e:fb:19:37:fb:8e > > epair1b: Ethernet address: 06:53:47:b9:ae:a8 > > epair1a: link state changed to UP > > epair1b: link state changed to UP > > epair2a: Ethernet address: 2a:90:ff:29:ca:a0 > > epair2b: Ethernet address: 56:89:04:58:36:84 > > epair2a: link state changed to UP > > epair2b: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: link state changed to UP > > lo0: promiscuous mode enabled > > > > > > Fatal trap 12: page fault while in kernel mode > > cpuid =3D 0; apic id =3D 00 > > fault virtual address =3D 0x18 > > fault code =3D supervisor read data, page not present > > instruction pointer =3D 0x20:0xffffffff80c0f132 > > stack pointer =3D 0x28:0xfffffe008aef2980 > > frame pointer =3D 0x28:0xfffffe008aef29c0 > > code segment =3D base 0x0, limit 0xfffff, type 0x1b > > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > > current process =3D 12 (swi1: netisr 0) > > rdi: fffffe008aef29d8 rsi: fffff8008be43e96 rdx: 00000000ffffffff > > rcx: 0000000000008466 r8: fffffe008aef2900 r9: 0000000000000003 > > rax: 0000000000000000 rbx: 0000000000000000 rbp: fffffe008aef29c0 > > r10: 0000000000000001 r11: 0000000000000000 r12: 0000000000000000 > > r13: 000000000000000b r14: 000000000000000b r15: 00000000000001f5 > > trap number =3D 12 > > panic: page fault > > cpuid =3D 0 > > time =3D 1759902263 > > KDB: stack backtrace: > > #0 0xffffffff80bc033d at kdb_backtrace+0x5d > > #1 0xffffffff80b73726 at vpanic+0x136 > > #2 0xffffffff80b735e3 at panic+0x43 > > #3 0xffffffff8107bf69 at trap_pfault+0x3c9 > > #4 0xffffffff81051a88 at calltrap+0x8 > > #5 0xffffffff80d84b19 at in6_cksum_partial_l2+0x109 > > #6 0xffffffff8295cab5 at fr_cksum+0xa5 > > #7 0xffffffff829621dd at ipf_checkl4sum+0xbd > > #8 0xffffffff829586f6 at ipf_checkv6sum+0x56 > > #9 0xffffffff8295a601 at ipf_makefrip+0x1691 > > #10 0xffffffff8295b6de at ipf_check+0x15e > > #11 0xffffffff82958c28 at ipf_check_wrapper6+0x58 > > #12 0xffffffff80cc3438 at pfil_mbuf_in+0x38 > > #13 0xffffffff80d92b94 at ip6_input+0x484 > > #14 0xffffffff80cc0c98 at swi_net+0x128 > > #15 0xffffffff80b2d359 at ithread_loop+0x239 > > #16 0xffffffff80b298eb at fork_exit+0x7b > > #17 0xffffffff81052aae at fork_trampoline+0xe > > Uptime: 1h18m43s > > Automatic reboot in 15 seconds - press a key on the console to abort > > + rc=3D0 > > + echo 'bhyve return code =3D 0' > > bhyve return code =3D 0 > > + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-15-amd64-30' --destroy > > + sh -ex freebsd-ci/scripts/test/extract-meta.sh > > + METAOUTDIR=3Dmeta-out > > + rm -fr meta-out > > + mkdir meta-out > > + tar xvf meta.tar -C meta-out > > x ./ > > x ./disable-zfs-tests.sh > > x ./disable-dtrace-tests.sh > > x ./auto-shutdown > > x ./run.sh > > x ./run-kyua.sh > > x ./disable-notyet-tests.sh > > + rm -f test-report.txt test-report.xml > > + mv 'meta-out/test-report.*' . > > mv: rename meta-out/test-report.* to ./test-report.*: No such file or d= irectory > > + report=3Dtest-report.xml > > + [ -e freebsd-ci/jobs/FreeBSD-stable-15-amd64-test/xfail-list -a -e te= st-report.xml ] > > + rm -f disk-cam > > + jot 5 > > + rm -f disk1 > > + rm -f disk2 > > + rm -f disk3 > > + rm -f disk4 > > + rm -f disk5 > > + rm -f disk-test.img > > [PostBuildScript] - [INFO] Executing post build scripts. > > [FreeBSD-stable-15-amd64-test] $ /bin/sh -xe /tmp/jenkins12196992922124= 583673.sh > > + ./freebsd-ci/artifact/post-link.py > > Post link: {'job_name': 'FreeBSD-stable-15-amd64-test', 'commit': '23fb= ea8cf2f360dd45cb69c98f6f2931fff3721e', 'branch': 'stable-15', 'target': 'am= d64', 'target_arch': 'amd64', 'link_type': 'latest_tested'} > > "Link created: stable-15/latest_tested/amd64/amd64 -> ../../23fbea8cf2f= 360dd45cb69c98f6f2931fff3721e/amd64/amd64\n" > > Recording test results > > ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: = No test report files were found. Configuration error? > > Checking for post-build > > Performing post-build step > > Checking if email needs to be generated > > Email was triggered for: Failure - Any > > Sending email for trigger: Failure - Any > > Sending mail from default account using System Admin e-mail address >=20 --5tActHfoHppOuWl4 Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOZilAAKCRD1nT63mIK/ YLi5AQD7wS2pcYg+ig9nhZmwuklZlqnpXyi/Hylmv/rYUPccpgD+JCXJLVTFlH02 Y4I64B5dilhI+fS+2aiv3A07ZJGXbA4= =kxko -----END PGP SIGNATURE----- --5tActHfoHppOuWl4-- From nobody Wed Oct 8 14:29:11 2025 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 4chb3w3y9Tz69bTM for ; Wed, 08 Oct 2025 14:29:16 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta004.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chb3v0Shqz4FJH; Wed, 08 Oct 2025 14:29:15 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=permerror reason="p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com" header.from=cschubert.com (policy=permerror); spf=pass (mx1.freebsd.org: domain of cy.schubert@cschubert.com designates 3.97.99.33 as permitted sender) smtp.mailfrom=cy.schubert@cschubert.com Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id 6OyzvVsIPPzKy6VAIvX74J; Wed, 08 Oct 2025 14:29:14 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id 6VAGveY33JhC66VAHvNWnV; Wed, 08 Oct 2025 14:29:14 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=erF8zZpX c=1 sm=1 tr=0 ts=68e6753a a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=x6icFKpwvdMA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=Rk-M77FJAAAA:8 a=pGLkceISAAAA:8 a=hF2rLc1pAAAA:8 a=VA6KIGJpLTvvvj1W_k4A:9 a=E-Jhpzr2wS0JabFE:21 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=ef1k35tKgZpiIrJ2aQ5N:22 a=O9OM7dhJW_8Hj9EqqvKN:22 Received: from slippy.cwsent.com (slippy.cwsent.com [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id DC93E833; Wed, 08 Oct 2025 07:29:11 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id D37DE4A0; Wed, 08 Oct 2025 07:29:11 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Rick Macklem , "freebsd-net@FreeBSD.org" , cy@FreeBSD.org Subject: Re: FreeBSD-stable-15-amd64-test - Build #30 - Still Failing In-reply-to: References: <314494105.505.1759897474336@jenkins.ci.freebsd.org> <345944856.515.1759902279808@jenkins.ci.freebsd.org> Comments: In-reply-to Lexi Winter message dated "Wed, 08 Oct 2025 14:09:44 +0100." 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 Date: Wed, 08 Oct 2025 07:29:11 -0700 Message-Id: <20251008142911.D37DE4A0@slippy.cwsent.com> X-CMAE-Envelope: MS4xfK44Q31TpIYsXR3z/5u1OzFgKkOwdzJgsE/l94oWkvS5E4CqW0R5NrNzj3zPUpd7QLvhMl1OYtOEVXHsfXPyhi92T0fCnggEbtI4HPqyOxVD0ZG2KwAW l+7y2mNw5msYn7NSpHc4HsZvW16cuWghVdrSRkJQWHvTJpbu0g3h+54d7L8k/VoGCBgZxGAWbafS7WI8JGtixvbTWFq9t7geVPrrLdhXkRbHyqD6JAFJBA0+ YKvJqEyoGZ7jyHCHPnTcsUmoboxXFq0Rb6NHB23u6qk= X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.07 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.997]; NEURAL_HAM_SHORT(-0.77)[-0.774]; MV_CASE(0.50)[]; RWL_MAILSPIKE_EXCELLENT(-0.40)[3.97.99.33:from]; R_SPF_ALLOW(-0.20)[+ip4:3.97.99.32/31]; RCVD_IN_DNSWL_LOW(-0.10)[3.97.99.33:from]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_BAD_POLICY(0.00)[cschubert.com : p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org,FreeBSD.org]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_THREE(0.00)[3]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; TAGGED_RCPT(0.00)[]; REPLYTO_EQ_FROM(0.00)[] X-Rspamd-Queue-Id: 4chb3v0Shqz4FJH Thanks. I'll try the pf tests on my sandbox machine here. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0 In message , Lexi Winter writes: > > > --5tActHfoHppOuWl4 > Content-Type: text/plain; charset=utf-8 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > Rick Macklem wrote in g@mail.gmail.com>: > > Just in case no one in networking is seeing this, > > I'm reposting it here. > =20 > cc: cy for ipfilter. > > > On Tue, Oct 7, 2025 at 10:44=E2=80=AFPM wrote: > > > > > > CAUTION: This email originated from outside of the University of Guelph= > =2E Do not click links or open attachments unless you recognize the sender = > and know the content is safe. If in doubt, forward suspicious emails to ITh= > elp@uoguelph.ca. > > > > > > FreeBSD-stable-15-amd64-test - Build #30 (23fbea8cf2f360dd45cb69c98f6f2= > 931fff3721e) - Still Failing > > > > > > Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-t= > est/30/ > > > Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-tes= > t/30/changes > > > Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test= > /30/console > > > > > > Status explanation: > > > "Failure" - the build is suspected being broken by the following changes > > > "Still Failing" - the build has not been fixed by the following changes= > and > > > this is a notification to note that these changes have > > > not been fully tested by the CI system > > > > > > Change summaries: > > > (Those commits are likely but not certainly responsible) > > > > > > 23fbea8cf2f360dd45cb69c98f6f2931fff3721e by rmacklem: > > > kadmin.8: Document the new dump -f flag > > > > > > > > > > > > The end of the build log: > > > > > > [...truncated 3.96 MiB...] > > > epair0b: Ethernet address: d2:f4:4c:7c:25:d3 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: c6:fa:71:45:1f:b3 > > > epair1b: Ethernet address: 3a:02:db:62:eb:5a > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.13= > 6s] > > > sys/netpfil/pf/nat64:tcp_in_floating -> epair0a: Ethernet address: b2= > :20:57:6c:d4:c5 > > > epair0b: Ethernet address: 5a:f0:ad:fb:8a:50 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 52:58:0c:ea:9b:f3 > > > epair1b: Ethernet address: ca:3f:da:2a:4d:86 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 5s] > > > sys/netpfil/pf/nat64:tcp_in_if_bound -> epair0a: Ethernet address: 52= > :7d:e8:24:9b:38 > > > epair0b: Ethernet address: 6e:8e:70:d3:10:60 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 32:25:e3:7f:fe:7c > > > epair1b: Ethernet address: e6:f1:01:c1:4f:84 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 6s] > > > sys/netpfil/pf/nat64:tcp_out_floating -> epair0a: Ethernet address: c= > e:73:6d:57:a2:67 > > > epair0b: Ethernet address: 2a:28:48:af:e2:4a > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 82:12:d3:13:44:bb > > > epair1b: Ethernet address: c2:16:12:72:31:45 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 7s] > > > sys/netpfil/pf/nat64:tcp_out_if_bound -> epair0a: Ethernet address: 7= > 6:e6:ab:94:3a:a3 > > > epair0b: Ethernet address: 12:ae:f5:b6:b8:19 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 56:3a:12:2a:60:8a > > > epair1b: Ethernet address: 76:ac:dc:80:e3:72 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 6s] > > > sys/netpfil/pf/nat64:tos -> epair0a: Ethernet address: 62:39:ae:b2:2a= > :db > > > epair0b: Ethernet address: 36:9f:e7:31:94:32 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 42:37:24:71:41:ed > > > epair1b: Ethernet address: d2:ca:da:c1:6c:54 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 6s] > > > sys/netpfil/pf/nat64:udp_in -> epair0a: Ethernet address: 16:99:da:0e= > :91:0d > > > epair0b: Ethernet address: 3e:57:7e:63:8d:87 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 6e:95:d1:aa:b3:a9 > > > epair1b: Ethernet address: ba:59:41:61:6b:19 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.13= > 5s] > > > sys/netpfil/pf/nat64:udp_out -> epair0a: Ethernet address: 7a:b4:11:1= > 9:87:66 > > > epair0b: Ethernet address: 5e:70:01:e2:ea:b6 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 52:fd:81:7b:fc:61 > > > epair1b: Ethernet address: 1e:ba:76:e2:79:36 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair1b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.12= > 7s] > > > sys/netpfil/pf/nat64:v6_gateway -> epair0a: Ethernet address: ee:55:d= > 2:9b:91:07 > > > epair0b: Ethernet address: fa:df:53:46:63:90 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 1e:a2:5a:f3:ee:cf > > > epair1b: Ethernet address: 26:8a:99:45:02:97 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair2a: Ethernet address: ae:b7:eb:ed:ec:d8 > > > epair2b: Ethernet address: 5a:ef:f6:5c:17:bd > > > epair2a: link state changed to UP > > > epair2b: link state changed to UP > > > epair2b: link state changed to DOWN > > > epair2a: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair1b: link state changed to DOWN > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > failed: atf-check failed; see the output of the test for details [0.19= > 7s] > > > sys/netpfil/pf/nat64.py:TestNAT64::test_address_unreachable -> epair0= > a: Ethernet address: f6:fd:4b:c1:53:2d > > > epair0b: Ethernet address: 5e:59:15:d0:79:82 > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 02:1f:0f:68:f7:17 > > > epair1b: Ethernet address: 92:43:e4:76:55:96 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair2a: Ethernet address: 7a:d1:1e:45:06:b3 > > > epair2b: Ethernet address: 4a:7d:09:c7:93:73 > > > epair2a: link state changed to UP > > > epair2b: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: promiscuous mode enabled > > > lo0: promiscuous mode disabled > > > epair0a: link state changed to DOWN > > > epair0b: link state changed to DOWN > > > epair2a: link state changed to DOWN > > > epair2b: link state changed to DOWN > > > epair1a: link state changed to DOWN > > > epair1b: link state changed to DOWN > > > failed: /usr/tests/sys/netpfil/pf/nat64.py:173: AttributeError [4.710s] > > > sys/netpfil/pf/nat64.py:TestNAT64::test_bad_len -> epair0a: Ethernet = > address: 2e:b0:05:ae:d6:d8 > > > epair0b: Ethernet address: 16:e7:ed:1d:32:aa > > > epair0a: link state changed to UP > > > epair0b: link state changed to UP > > > epair1a: Ethernet address: 8e:fb:19:37:fb:8e > > > epair1b: Ethernet address: 06:53:47:b9:ae:a8 > > > epair1a: link state changed to UP > > > epair1b: link state changed to UP > > > epair2a: Ethernet address: 2a:90:ff:29:ca:a0 > > > epair2b: Ethernet address: 56:89:04:58:36:84 > > > epair2a: link state changed to UP > > > epair2b: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: link state changed to UP > > > lo0: promiscuous mode enabled > > > > > > > > > Fatal trap 12: page fault while in kernel mode > > > cpuid =3D 0; apic id =3D 00 > > > fault virtual address =3D 0x18 > > > fault code =3D supervisor read data, page not present > > > instruction pointer =3D 0x20:0xffffffff80c0f132 > > > stack pointer =3D 0x28:0xfffffe008aef2980 > > > frame pointer =3D 0x28:0xfffffe008aef29c0 > > > code segment =3D base 0x0, limit 0xfffff, type 0x1b > > > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > > > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > > > current process =3D 12 (swi1: netisr 0) > > > rdi: fffffe008aef29d8 rsi: fffff8008be43e96 rdx: 00000000ffffffff > > > rcx: 0000000000008466 r8: fffffe008aef2900 r9: 0000000000000003 > > > rax: 0000000000000000 rbx: 0000000000000000 rbp: fffffe008aef29c0 > > > r10: 0000000000000001 r11: 0000000000000000 r12: 0000000000000000 > > > r13: 000000000000000b r14: 000000000000000b r15: 00000000000001f5 > > > trap number =3D 12 > > > panic: page fault > > > cpuid =3D 0 > > > time =3D 1759902263 > > > KDB: stack backtrace: > > > #0 0xffffffff80bc033d at kdb_backtrace+0x5d > > > #1 0xffffffff80b73726 at vpanic+0x136 > > > #2 0xffffffff80b735e3 at panic+0x43 > > > #3 0xffffffff8107bf69 at trap_pfault+0x3c9 > > > #4 0xffffffff81051a88 at calltrap+0x8 > > > #5 0xffffffff80d84b19 at in6_cksum_partial_l2+0x109 > > > #6 0xffffffff8295cab5 at fr_cksum+0xa5 > > > #7 0xffffffff829621dd at ipf_checkl4sum+0xbd > > > #8 0xffffffff829586f6 at ipf_checkv6sum+0x56 > > > #9 0xffffffff8295a601 at ipf_makefrip+0x1691 > > > #10 0xffffffff8295b6de at ipf_check+0x15e > > > #11 0xffffffff82958c28 at ipf_check_wrapper6+0x58 > > > #12 0xffffffff80cc3438 at pfil_mbuf_in+0x38 > > > #13 0xffffffff80d92b94 at ip6_input+0x484 > > > #14 0xffffffff80cc0c98 at swi_net+0x128 > > > #15 0xffffffff80b2d359 at ithread_loop+0x239 > > > #16 0xffffffff80b298eb at fork_exit+0x7b > > > #17 0xffffffff81052aae at fork_trampoline+0xe > > > Uptime: 1h18m43s > > > Automatic reboot in 15 seconds - press a key on the console to abort > > > + rc=3D0 > > > + echo 'bhyve return code =3D 0' > > > bhyve return code =3D 0 > > > + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-15-amd64-30' --destroy > > > + sh -ex freebsd-ci/scripts/test/extract-meta.sh > > > + METAOUTDIR=3Dmeta-out > > > + rm -fr meta-out > > > + mkdir meta-out > > > + tar xvf meta.tar -C meta-out > > > x ./ > > > x ./disable-zfs-tests.sh > > > x ./disable-dtrace-tests.sh > > > x ./auto-shutdown > > > x ./run.sh > > > x ./run-kyua.sh > > > x ./disable-notyet-tests.sh > > > + rm -f test-report.txt test-report.xml > > > + mv 'meta-out/test-report.*' . > > > mv: rename meta-out/test-report.* to ./test-report.*: No such file or d= > irectory > > > + report=3Dtest-report.xml > > > + [ -e freebsd-ci/jobs/FreeBSD-stable-15-amd64-test/xfail-list -a -e te= > st-report.xml ] > > > + rm -f disk-cam > > > + jot 5 > > > + rm -f disk1 > > > + rm -f disk2 > > > + rm -f disk3 > > > + rm -f disk4 > > > + rm -f disk5 > > > + rm -f disk-test.img > > > [PostBuildScript] - [INFO] Executing post build scripts. > > > [FreeBSD-stable-15-amd64-test] $ /bin/sh -xe /tmp/jenkins12196992922124= > 583673.sh > > > + ./freebsd-ci/artifact/post-link.py > > > Post link: {'job_name': 'FreeBSD-stable-15-amd64-test', 'commit': '23fb= > ea8cf2f360dd45cb69c98f6f2931fff3721e', 'branch': 'stable-15', 'target': 'am= > d64', 'target_arch': 'amd64', 'link_type': 'latest_tested'} > > > "Link created: stable-15/latest_tested/amd64/amd64 -> ../../23fbea8cf2f= > 360dd45cb69c98f6f2931fff3721e/amd64/amd64\n" > > > Recording test results > > > ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: = > No test report files were found. Configuration error? > > > Checking for post-build > > > Performing post-build step > > > Checking if email needs to be generated > > > Email was triggered for: Failure - Any > > > Sending email for trigger: Failure - Any > > > Sending mail from default account using System Admin e-mail address > >=20 > > --5tActHfoHppOuWl4 > Content-Type: application/pgp-signature; name=signature.asc > > -----BEGIN PGP SIGNATURE----- > > iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOZilAAKCRD1nT63mIK/ > YLi5AQD7wS2pcYg+ig9nhZmwuklZlqnpXyi/Hylmv/rYUPccpgD+JCXJLVTFlH02 > Y4I64B5dilhI+fS+2aiv3A07ZJGXbA4= > =kxko > -----END PGP SIGNATURE----- > > --5tActHfoHppOuWl4-- From nobody Wed Oct 8 18:19:47 2025 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 4chhBB4SG4z6BCd6 for ; Wed, 08 Oct 2025 18:20:02 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx-01.divo.sbone.de (mx-01.divo.sbone.de [IPv6:2003:a:140a:2200:6:594:fffe:19]) (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 ECDSA (prime256v1) client-digest SHA256) (Client CN "mx-01.divo.sbone.de", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chhB92wdsz3TGJ for ; Wed, 08 Oct 2025 18:20:01 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zabbadoz.net header.s=20240622 header.b=I62U3gsc; dmarc=pass (policy=none) header.from=zabbadoz.net; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 2003:a:140a:2200:6:594:fffe:19 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mx-01.divo.sbone.de (Postfix) with ESMTPS id 378C1A64805 for ; Wed, 08 Oct 2025 18:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zabbadoz.net; s=20240622; t=1759947578; bh=v3wWxOP7TPDdfZrvP98XYSweRjzeujfBE2yoOeKP+lE=; h=Date:From:To:Subject; b=I62U3gsceQvJuyyUnZFrGDu2a6q8jVVB+dT6QR6Lyk5Qut29aiSYa0DoTJZCBMaae g/uXf7w9cawGYjvT8xvEsGpJIfPA2MVrCRuaiLiFL8YSf3ygh0vyeRVQq0FLUsA9EX NKhzCP4bNF5KgOJiuVEjCgW2DhfhbD4XDnmrT2TL4qw3+vNLun6G1rRPx7xbpqXNyV 6jo6iWbdF7nDpad16HRQOJLhWPyw0yE6FhaRjQLpGsdt4FH4Q6nXJ5CoX7YQOZ0MQm N2CptijIbG6WdBprjnc6937aurNn5j83LTtu5FmrP1jlza0JrmYZt0obxUaCns+TCY dE5lEV6WsOdkrVx2X+NmWqQtgH+/IE0c0fxaKtvX01JMBjY87198KMZ2vPkNINn0bq mCYVJoO1x8lVREPZVeO2SKNa6yiPUECbrl7JkLky08QSXPkiB30YDXNsf0AGjE4DBo /QMVH8xC4aa1FeRWZ6XN+VVooPRPoUF+OP8RYuGc3bXs1nY0p519Q6jOQnkVP1qhNW Mdhrq/FlxPAZvotzEds5sV0U+XwXlI+HTP3UDoD6O0IczVZ6hj83UlC8DKmgNdFwm0 jiMM5yP8SU6etEaddoEwXxumg9oiSanFHg6uYCLM/8J0UF7gKGhERR48XOkjsTGuJd U11UJJPoD06+58TknqJnd2Js= Received: from content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (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) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 45B372D029E6 for ; Wed, 8 Oct 2025 18:19:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) by content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (amavisd-new, port 10024) with ESMTP id W_ks-8_fVgZz for ; Wed, 8 Oct 2025 18:19:47 +0000 (UTC) Received: from nv.t4-02.sbone.de (nv.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2: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) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 6E2222D029D8 for ; Wed, 8 Oct 2025 18:19:47 +0000 (UTC) Date: Wed, 8 Oct 2025 18:19:47 +0000 (UTC) From: "Bjoern A. Zeeb" To: freebsd-net@freebsd.org Subject: rstol no longer adds default route on main? Message-ID: <3ps17oqp-44p1-974-1s67-n7o3971nq1q2@mnoonqbm.arg> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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; format=flowed; charset=US-ASCII X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.99 / 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.993]; DMARC_POLICY_ALLOW(-0.50)[zabbadoz.net,none]; R_DKIM_ALLOW(-0.20)[zabbadoz.net:s=20240622]; R_SPF_ALLOW(-0.20)[+ip6:2003:a:140a:2200:6:594:fffe:19]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:2003::/19, country:DE]; RCVD_VIA_SMTP_AUTH(0.00)[]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[zabbadoz.net:+] X-Rspamd-Queue-Id: 4chhB92wdsz3TGJ Hi, running rtsol on an interface on today's main I no longer get a default route for IPv6 installed? This works on a machine with main sources from Oct 3. Anyone else noticed anything? /bz -- Bjoern A. Zeeb r15:7 From nobody Wed Oct 8 21:43:10 2025 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 4chmhZ366Kz6BWXD for ; Wed, 08 Oct 2025 21:43:10 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chmhZ1lWbz3qvZ for ; Wed, 08 Oct 2025 21:43:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759959790; 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=ip7hoc5fisln5lQG5uLNrZi1q2MfsAabWIJT8+JCkZc=; b=RjNzK77IouFYpewjHyX0Dj/5SQDJzSOgB8nEIMu6igef2JTO6Ryn35sK1P5ZhF+fQvb6Kd P9tc2k02Rgh+C5yaZ5DD8qTQfE1c15g5Hn1ikLQQrL0Dw+aUoEOAZwYHWpQf18Yx0cTuc9 /RKkdDyVKUxvYk3RkaGox8pX8mDGvDRPC2hBNAKIPz4nLnbUD+boxkyY1lMdmwDCoY2Lp1 GNla2BWSmWv6Rxi23j/75z6EZJQfLj1GOTZrBfB7ok4VFUmFnKBRqnUPqprF9riOS6sV2n UnhNSsc5XGCUU2FXLGvdmTcNvpwlUWO2fV+7EgjSLNN6pdE1TmPb/2EC0LW5qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759959790; 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=ip7hoc5fisln5lQG5uLNrZi1q2MfsAabWIJT8+JCkZc=; b=rE6w6FAIIOm6mxVCOhzvknp0iB1+4IortrtFDkKOAxMibCA//zWgD0JRZHsEMyuHg0Llro nE2U3nLTTFl6PRlEQAxBQRd6FahyilFZy/qbPXzhDfjtPoM7j88HVbhDcuyV1N3ksHPzI3 9wkEJ5/SwE5gyL4k8uyMuj1FiRHOXcQv64wVm3DaBmfKyilGQEqCgZO1ORZlTET5PJEjbO qfkp9wrzXy0cwVknRwM8n/ERdz2ydgHc7cFhFBgPSoRMssdXyXW9bVz6xciiQtQVTrJjk/ 80jX8GUvlgvj+vGu1l7vu39K1Mgf4m3kN6Hx0p1hEqqVqkI2yYiFC1ElPvNNcQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759959790; a=rsa-sha256; cv=none; b=nv4b8VKiVkHDAH2w734AA/Qk27C2qpXF4d2QTWxwEShHVAzfTrpGrZ2iKs9R/+d9Rlilw5 biPKBIrLPKrWpc56ZQnZ3S7KuY/EBSpF2EiPp6yIYK1BIgkdtuIiblNs78FtsEStALv5j8 oR3kol/pvD5+p6zNngPJBul4NjE4GOZ4Hd58f1bOSXB0vfISfMJeN5HfjQh47KbTxnJptf AgF/aukCmZGirKMxsz7lWGTihZpDGHmfXHKDhK5kNkL7tQLQtH4tGPDZ3f2HizTcDU0h05 fWpZG0lxIHiva8dcwnuaRmR+c4wGdn/lYRPGtjIBFPn9iM4SJtJwHVEDLgcDBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chmhZ1867zpjR for ; Wed, 08 Oct 2025 21:43:10 +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 598LhACL039667 for ; Wed, 8 Oct 2025 21:43:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 598LhAWS039666 for net@FreeBSD.org; Wed, 8 Oct 2025 21:43:10 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 290092] panic after TCP syncache overflow detected Date: Wed, 08 Oct 2025 21:43:10 +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: 14.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@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: assigned_to keywords Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |crash --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 8 22:32:52 2025 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 4chnp04JT9z6Bb1J for ; Wed, 08 Oct 2025 22:32:56 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta004.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chnnz39bhz3wsr; Wed, 08 Oct 2025 22:32:55 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=permerror reason="p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com" header.from=cschubert.com (policy=permerror); spf=pass (mx1.freebsd.org: domain of cy.schubert@cschubert.com designates 3.97.99.33 as permitted sender) smtp.mailfrom=cy.schubert@cschubert.com Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id 6VKYvW71mPzKy6ciMvmZDb; Wed, 08 Oct 2025 22:32:54 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id 6ciKvgFeiJhC66ciLvOWgR; Wed, 08 Oct 2025 22:32:54 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=erF8zZpX c=1 sm=1 tr=0 ts=68e6e696 a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=x6icFKpwvdMA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=VxmjJ2MpAAAA:8 a=Rk-M77FJAAAA:8 a=pGLkceISAAAA:8 a=hF2rLc1pAAAA:8 a=WiYVKx2RY9iWUYJpVGoA:9 a=E-Jhpzr2wS0JabFE:21 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=7gXAzLPJhVmCkEl4_tsf:22 a=ef1k35tKgZpiIrJ2aQ5N:22 a=O9OM7dhJW_8Hj9EqqvKN:22 Received: from slippy.cwsent.com (slippy.cwsent.com [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 68840CA; Wed, 08 Oct 2025 15:32:52 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 34410305; Wed, 08 Oct 2025 15:32:52 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Rick Macklem , "freebsd-net@FreeBSD.org" , cy@FreeBSD.org Subject: Re: FreeBSD-stable-15-amd64-test - Build #30 - Still Failing In-reply-to: <20251008142911.D37DE4A0@slippy.cwsent.com> References: <314494105.505.1759897474336@jenkins.ci.freebsd.org> <345944856.515.1759902279808@jenkins.ci.freebsd.org> <20251008142911.D37DE4A0@slippy.cwsent.com> Comments: In-reply-to Cy Schubert message dated "Wed, 08 Oct 2025 07:29:11 -0700." 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 Date: Wed, 08 Oct 2025 15:32:52 -0700 Message-Id: <20251008223252.34410305@slippy.cwsent.com> X-CMAE-Envelope: MS4xfO+4Ek35RQbbI226QWU7grKqj3NmukMv68gEn9FOSU7wsbDx0DGvK+H1xLxCwRFSiNDrblAEDr0spbdy6u5yRvtBcWWu7JklSeZu3xjyra5lRJenmfWG oYhd5Xs+I3vnyPmpiSSk0LpsX7wBg0+XnnkPnt1BBQAwaeLpGUemYGHZ1YYJlW5APDPdiZwhZb3y4Ov8Fwh2b2VQhuM4m+uOPhVzVsjRkWqouaWWbp6pHGbh qD+FiAo7HanNmrhLmSVAUrXOem+4fJ/Y1zVvZI3S01o= X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.998]; MV_CASE(0.50)[]; RWL_MAILSPIKE_EXCELLENT(-0.40)[3.97.99.33:from]; R_SPF_ALLOW(-0.20)[+ip4:3.97.99.32/31]; RCVD_IN_DNSWL_LOW(-0.10)[3.97.99.33:from]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org,FreeBSD.org]; DMARC_BAD_POLICY(0.00)[cschubert.com : p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_THREE(0.00)[3]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; TAGGED_RCPT(0.00)[]; REPLYTO_EQ_FROM(0.00)[] X-Rspamd-Queue-Id: 4chnnz39bhz3wsr The tests have been run on a couple of my 16-CURRENT machines. No panics were experienced. I need more information. Though, my guess is that pf or the stack may have freed the mbuf before ipfilter managed to finish inspecting it. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0 In message <20251008142911.D37DE4A0@slippy.cwsent.com>, Cy Schubert writes: > Thanks. I'll try the pf tests on my sandbox machine here. > > > -- > Cheers, > Cy Schubert > FreeBSD UNIX: Web: https://FreeBSD.org > NTP: Web: https://nwtime.org > > e**(i*pi)+1=0 > > > In message , Lexi Winter writes: > > > > > > --5tActHfoHppOuWl4 > > Content-Type: text/plain; charset=utf-8 > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > > > > Rick Macklem wrote in = > > g@mail.gmail.com>: > > > Just in case no one in networking is seeing this, > > > I'm reposting it here. > > =20 > > cc: cy for ipfilter. > > > > > On Tue, Oct 7, 2025 at 10:44=E2=80=AFPM wrote > : > > > > > > > > CAUTION: This email originated from outside of the University of Guelph > = > > =2E Do not click links or open attachments unless you recognize the sender > = > > and know the content is safe. If in doubt, forward suspicious emails to ITh > = > > elp@uoguelph.ca. > > > > > > > > FreeBSD-stable-15-amd64-test - Build #30 (23fbea8cf2f360dd45cb69c98f6f2 > = > > 931fff3721e) - Still Failing > > > > > > > > Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-t > = > > est/30/ > > > > Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-tes > = > > t/30/changes > > > > Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test > = > > /30/console > > > > > > > > Status explanation: > > > > "Failure" - the build is suspected being broken by the following change > s > > > > "Still Failing" - the build has not been fixed by the following changes > = > > and > > > > this is a notification to note that these changes hav > e > > > > not been fully tested by the CI system > > > > > > > > Change summaries: > > > > (Those commits are likely but not certainly responsible) > > > > > > > > 23fbea8cf2f360dd45cb69c98f6f2931fff3721e by rmacklem: > > > > kadmin.8: Document the new dump -f flag > > > > > > > > > > > > > > > > The end of the build log: > > > > > > > > [...truncated 3.96 MiB...] > > > > epair0b: Ethernet address: d2:f4:4c:7c:25:d3 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: c6:fa:71:45:1f:b3 > > > > epair1b: Ethernet address: 3a:02:db:62:eb:5a > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.13 > = > > 6s] > > > > sys/netpfil/pf/nat64:tcp_in_floating -> epair0a: Ethernet address: b2 > = > > :20:57:6c:d4:c5 > > > > epair0b: Ethernet address: 5a:f0:ad:fb:8a:50 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 52:58:0c:ea:9b:f3 > > > > epair1b: Ethernet address: ca:3f:da:2a:4d:86 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 5s] > > > > sys/netpfil/pf/nat64:tcp_in_if_bound -> epair0a: Ethernet address: 52 > = > > :7d:e8:24:9b:38 > > > > epair0b: Ethernet address: 6e:8e:70:d3:10:60 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 32:25:e3:7f:fe:7c > > > > epair1b: Ethernet address: e6:f1:01:c1:4f:84 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 6s] > > > > sys/netpfil/pf/nat64:tcp_out_floating -> epair0a: Ethernet address: c > = > > e:73:6d:57:a2:67 > > > > epair0b: Ethernet address: 2a:28:48:af:e2:4a > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 82:12:d3:13:44:bb > > > > epair1b: Ethernet address: c2:16:12:72:31:45 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 7s] > > > > sys/netpfil/pf/nat64:tcp_out_if_bound -> epair0a: Ethernet address: 7 > = > > 6:e6:ab:94:3a:a3 > > > > epair0b: Ethernet address: 12:ae:f5:b6:b8:19 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 56:3a:12:2a:60:8a > > > > epair1b: Ethernet address: 76:ac:dc:80:e3:72 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 6s] > > > > sys/netpfil/pf/nat64:tos -> epair0a: Ethernet address: 62:39:ae:b2:2a > = > > :db > > > > epair0b: Ethernet address: 36:9f:e7:31:94:32 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 42:37:24:71:41:ed > > > > epair1b: Ethernet address: d2:ca:da:c1:6c:54 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 6s] > > > > sys/netpfil/pf/nat64:udp_in -> epair0a: Ethernet address: 16:99:da:0e > = > > :91:0d > > > > epair0b: Ethernet address: 3e:57:7e:63:8d:87 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 6e:95:d1:aa:b3:a9 > > > > epair1b: Ethernet address: ba:59:41:61:6b:19 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.13 > = > > 5s] > > > > sys/netpfil/pf/nat64:udp_out -> epair0a: Ethernet address: 7a:b4:11:1 > = > > 9:87:66 > > > > epair0b: Ethernet address: 5e:70:01:e2:ea:b6 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 52:fd:81:7b:fc:61 > > > > epair1b: Ethernet address: 1e:ba:76:e2:79:36 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair1b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.12 > = > > 7s] > > > > sys/netpfil/pf/nat64:v6_gateway -> epair0a: Ethernet address: ee:55:d > = > > 2:9b:91:07 > > > > epair0b: Ethernet address: fa:df:53:46:63:90 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 1e:a2:5a:f3:ee:cf > > > > epair1b: Ethernet address: 26:8a:99:45:02:97 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair2a: Ethernet address: ae:b7:eb:ed:ec:d8 > > > > epair2b: Ethernet address: 5a:ef:f6:5c:17:bd > > > > epair2a: link state changed to UP > > > > epair2b: link state changed to UP > > > > epair2b: link state changed to DOWN > > > > epair2a: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair1b: link state changed to DOWN > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > failed: atf-check failed; see the output of the test for details [0.19 > = > > 7s] > > > > sys/netpfil/pf/nat64.py:TestNAT64::test_address_unreachable -> epair0 > = > > a: Ethernet address: f6:fd:4b:c1:53:2d > > > > epair0b: Ethernet address: 5e:59:15:d0:79:82 > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 02:1f:0f:68:f7:17 > > > > epair1b: Ethernet address: 92:43:e4:76:55:96 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair2a: Ethernet address: 7a:d1:1e:45:06:b3 > > > > epair2b: Ethernet address: 4a:7d:09:c7:93:73 > > > > epair2a: link state changed to UP > > > > epair2b: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: promiscuous mode enabled > > > > lo0: promiscuous mode disabled > > > > epair0a: link state changed to DOWN > > > > epair0b: link state changed to DOWN > > > > epair2a: link state changed to DOWN > > > > epair2b: link state changed to DOWN > > > > epair1a: link state changed to DOWN > > > > epair1b: link state changed to DOWN > > > > failed: /usr/tests/sys/netpfil/pf/nat64.py:173: AttributeError [4.710s > ] > > > > sys/netpfil/pf/nat64.py:TestNAT64::test_bad_len -> epair0a: Ethernet > = > > address: 2e:b0:05:ae:d6:d8 > > > > epair0b: Ethernet address: 16:e7:ed:1d:32:aa > > > > epair0a: link state changed to UP > > > > epair0b: link state changed to UP > > > > epair1a: Ethernet address: 8e:fb:19:37:fb:8e > > > > epair1b: Ethernet address: 06:53:47:b9:ae:a8 > > > > epair1a: link state changed to UP > > > > epair1b: link state changed to UP > > > > epair2a: Ethernet address: 2a:90:ff:29:ca:a0 > > > > epair2b: Ethernet address: 56:89:04:58:36:84 > > > > epair2a: link state changed to UP > > > > epair2b: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: link state changed to UP > > > > lo0: promiscuous mode enabled > > > > > > > > > > > > Fatal trap 12: page fault while in kernel mode > > > > cpuid =3D 0; apic id =3D 00 > > > > fault virtual address =3D 0x18 > > > > fault code =3D supervisor read data, page not present > > > > instruction pointer =3D 0x20:0xffffffff80c0f132 > > > > stack pointer =3D 0x28:0xfffffe008aef2980 > > > > frame pointer =3D 0x28:0xfffffe008aef29c0 > > > > code segment =3D base 0x0, limit 0xfffff, type 0x1b > > > > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > > > > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > > > > current process =3D 12 (swi1: netisr 0) > > > > rdi: fffffe008aef29d8 rsi: fffff8008be43e96 rdx: 00000000ffffffff > > > > rcx: 0000000000008466 r8: fffffe008aef2900 r9: 0000000000000003 > > > > rax: 0000000000000000 rbx: 0000000000000000 rbp: fffffe008aef29c0 > > > > r10: 0000000000000001 r11: 0000000000000000 r12: 0000000000000000 > > > > r13: 000000000000000b r14: 000000000000000b r15: 00000000000001f5 > > > > trap number =3D 12 > > > > panic: page fault > > > > cpuid =3D 0 > > > > time =3D 1759902263 > > > > KDB: stack backtrace: > > > > #0 0xffffffff80bc033d at kdb_backtrace+0x5d > > > > #1 0xffffffff80b73726 at vpanic+0x136 > > > > #2 0xffffffff80b735e3 at panic+0x43 > > > > #3 0xffffffff8107bf69 at trap_pfault+0x3c9 > > > > #4 0xffffffff81051a88 at calltrap+0x8 > > > > #5 0xffffffff80d84b19 at in6_cksum_partial_l2+0x109 > > > > #6 0xffffffff8295cab5 at fr_cksum+0xa5 > > > > #7 0xffffffff829621dd at ipf_checkl4sum+0xbd > > > > #8 0xffffffff829586f6 at ipf_checkv6sum+0x56 > > > > #9 0xffffffff8295a601 at ipf_makefrip+0x1691 > > > > #10 0xffffffff8295b6de at ipf_check+0x15e > > > > #11 0xffffffff82958c28 at ipf_check_wrapper6+0x58 > > > > #12 0xffffffff80cc3438 at pfil_mbuf_in+0x38 > > > > #13 0xffffffff80d92b94 at ip6_input+0x484 > > > > #14 0xffffffff80cc0c98 at swi_net+0x128 > > > > #15 0xffffffff80b2d359 at ithread_loop+0x239 > > > > #16 0xffffffff80b298eb at fork_exit+0x7b > > > > #17 0xffffffff81052aae at fork_trampoline+0xe > > > > Uptime: 1h18m43s > > > > Automatic reboot in 15 seconds - press a key on the console to abort > > > > + rc=3D0 > > > > + echo 'bhyve return code =3D 0' > > > > bhyve return code =3D 0 > > > > + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-15-amd64-30' --destroy > > > > + sh -ex freebsd-ci/scripts/test/extract-meta.sh > > > > + METAOUTDIR=3Dmeta-out > > > > + rm -fr meta-out > > > > + mkdir meta-out > > > > + tar xvf meta.tar -C meta-out > > > > x ./ > > > > x ./disable-zfs-tests.sh > > > > x ./disable-dtrace-tests.sh > > > > x ./auto-shutdown > > > > x ./run.sh > > > > x ./run-kyua.sh > > > > x ./disable-notyet-tests.sh > > > > + rm -f test-report.txt test-report.xml > > > > + mv 'meta-out/test-report.*' . > > > > mv: rename meta-out/test-report.* to ./test-report.*: No such file or d > = > > irectory > > > > + report=3Dtest-report.xml > > > > + [ -e freebsd-ci/jobs/FreeBSD-stable-15-amd64-test/xfail-list -a -e te > = > > st-report.xml ] > > > > + rm -f disk-cam > > > > + jot 5 > > > > + rm -f disk1 > > > > + rm -f disk2 > > > > + rm -f disk3 > > > > + rm -f disk4 > > > > + rm -f disk5 > > > > + rm -f disk-test.img > > > > [PostBuildScript] - [INFO] Executing post build scripts. > > > > [FreeBSD-stable-15-amd64-test] $ /bin/sh -xe /tmp/jenkins12196992922124 > = > > 583673.sh > > > > + ./freebsd-ci/artifact/post-link.py > > > > Post link: {'job_name': 'FreeBSD-stable-15-amd64-test', 'commit': '23fb > = > > ea8cf2f360dd45cb69c98f6f2931fff3721e', 'branch': 'stable-15', 'target': 'am > = > > d64', 'target_arch': 'amd64', 'link_type': 'latest_tested'} > > > > "Link created: stable-15/latest_tested/amd64/amd64 -> ../../23fbea8cf2f > = > > 360dd45cb69c98f6f2931fff3721e/amd64/amd64\n" > > > > Recording test results > > > > ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: > = > > No test report files were found. Configuration error? > > > > Checking for post-build > > > > Performing post-build step > > > > Checking if email needs to be generated > > > > Email was triggered for: Failure - Any > > > > Sending email for trigger: Failure - Any > > > > Sending mail from default account using System Admin e-mail address > > >=20 > > > > --5tActHfoHppOuWl4 > > Content-Type: application/pgp-signature; name=signature.asc > > > > -----BEGIN PGP SIGNATURE----- > > > > iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOZilAAKCRD1nT63mIK/ > > YLi5AQD7wS2pcYg+ig9nhZmwuklZlqnpXyi/Hylmv/rYUPccpgD+JCXJLVTFlH02 > > Y4I64B5dilhI+fS+2aiv3A07ZJGXbA4= > > =kxko > > -----END PGP SIGNATURE----- > > > > --5tActHfoHppOuWl4-- > From nobody Wed Oct 8 23:08:14 2025 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 4chpZk3tVgz6BdQl for ; Wed, 08 Oct 2025 23:08: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chpZk3QFtz413H for ; Wed, 08 Oct 2025 23:08:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964894; 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=Y0qntrfoQ/MMci5ZmZvK2JqNZlNhpJwtEV/mXWYDvuo=; b=o4Xvzim0Go8GgUbX5bvkvTYOpX3TlgWAw1BrYYNE+Ubvbgv2RvshSRwkAmJWWjX4X665Ci iZQnVgcesLO6RarMgqxfHmx+D06Ha+5pRwuc8jSKBYg5xpAadWft/rZODe88PSntYydonE 3J5doMv9EwO4Bl5rhlc4tmg7x7bn8YgWhIssgTjsd8QQUHXNl31y+bSx5PvB2u2Wv8X1Lk bLXIhIi+g3e/hF6EQKGAJESI4kUI7KcfE+7Od8SAENQ/6PM5y/TSmRaXbnMutZDxAnG02A ybR6KFZtClfTgVFOIr4NS/PeiSFHho313x7YTyTZ8Rfu2SNn7lgXkUV10hZ8lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964894; 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=Y0qntrfoQ/MMci5ZmZvK2JqNZlNhpJwtEV/mXWYDvuo=; b=RujLOpU4nspMUWKH8IpTDcgzQoSgOxnZj8UwbiwIM7ixhe0yZQusfcNNu1rzulJbJAABIt Mt7UyRWO3kI1oi7URnQBNL2lvRFSv9fIj9ZdUsspFE4ragS+7MzJxe8NrDCmB4YsPPgmE7 r+qkEX2CQ7Nm8hn7zoF/nVV2cJGTDTa36hy+RSZFK9pg4zwCVZCSST9frtD7BdFQ/tS8U+ pfNbHmKmpmj5Sms6foVTjHTaRqDXZCtj6090Yl7sQ3zmzWXl088JLTD3IMxujuR4CGliZ+ BKXYqeQJwqrKDnV4G8Q9rOsOjQ7ogqsvdsYMvhPHZO7CPd0tK/luw8RV7val0Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759964894; a=rsa-sha256; cv=none; b=Pjhh7Oj9dNvTH4CEFvVfVYm+IR/hPb2wZV5i+HUSEn8SdZoPB9DVHqzDbfia7FY+yt2UhQ 2FqwBLlaRzS6PRbwbLmuVN1T5ss/WtyC7ZK2f0enOndQnyXwBLWH0zs0pJnOURDdOFugOl T5npobjv0FOQN5d3aOiljil9MUi+d4K6u7+fMxD9jRiRGa0cbgYjBCmaf2+e43fSmtqqo+ 0BSV+kIkBEeo1WI8EO/NvscbmuX6RERg+/qinS1SKjXvqZ5XfuxWaDKBRdj551FUpbQWIM xXocavk8L0IKK6k+V9nAwfsDLSuRhiEvBhNZnyr/8OE+tm/Y0P3hA2kaH8cgYA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chpZk2jGyzrdk for ; Wed, 08 Oct 2025 23:08:14 +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 598N8Ek4069832 for ; Wed, 8 Oct 2025 23:08:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 598N8ETX069831 for net@FreeBSD.org; Wed, 8 Oct 2025 23:08:14 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 290092] panic after TCP syncache overflow detected Date: Wed, 08 Oct 2025 23:08: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: 14.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@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: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tuexen@freebsd.org --- Comment #1 from Michael Tuexen --- Is this fixed by: https://cgit.FreeBSD.org/src/commit/?id=3D8af2f06a99b10c0d3ab9021949e750852= 662672a which I will MFC in a couple of hours. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 8 23:08:31 2025 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 4chpb33QVrz6BdL0 for ; Wed, 08 Oct 2025 23:08:31 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chpb32vCfz41t7 for ; Wed, 08 Oct 2025 23:08:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964911; 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=TUAso3feXvxVQLnp6WCZ7lTR3EeFCxTIJA96/ucNffo=; b=HPGUO0ixTPJ5fxQriLncGEUtmVr/XT8SFWPptEunQ++61Qod3tdSCaUWIWPqilJ8mm6qA1 h4Tf6qeN5Wl/s7Dy5Q3qXKPgVnttLSGfieBKCq3F6VrT+aDOO4380jPyvuaRT2FC4QprWH ay0wZ12LPrdjyvKQG/hBe/Om6QtmYuov3Iwa4mBqlPHQxejNhlZmpMWMxFQtt7fhNwODT9 O3X0dpv0opnwNzVKd/4pV/K4qidgio+2IdY52oO+jFOA/DtmHmjyBBoqYo6PXoEkYKGKl8 xiTo0E3Q2Q2EK5EL7FENpt6OtXfBUxt3KduBrJfWr3P1vQnT4Y//wJ4Z1Nzc1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964911; 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=TUAso3feXvxVQLnp6WCZ7lTR3EeFCxTIJA96/ucNffo=; b=A9Jlr2F02dhJF+/6l3OcPuA5LnjkfzdP41fAsssRkoO/z5Od4pXAV0g//nDWMSctDFM0JG t9fJdlD7sBLgofgaQL9uASbEiNpzuQgMAdTJTbYGl23YZAKge7qT8MZNSBPWRVXb5r0fgv hIgGTdapBtNy85WC+AyGD/Y04qRCOAd5z9RR+V/VS+Dg5hc+ZHzq/CglWPO1JQMgDXV7Jw UVaFg97BbC8BC07JdBEdQGAvgYZOQEjPjajSWI6d9rCZRvWd1WbGCGDxwzypCNCna+Q/Y8 wSg5Vh7tW9msB6+HJmiZnyUlFuXMrl1hD52fzX6vt9857HdJ1l5DAA2dYiL+/w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759964911; a=rsa-sha256; cv=none; b=D05dc36QlqWB+FceVDmOjD+hVZ098fFh3ZdL39m6YDpSP5BEE4TNKZuaRqh1Pwb7oiEqLp OtGHxBA9p1vZJO+looP3/tSA+lfTPMxdp7p3+Yi2Zi7gkjZGCqCyZtDyAoGOTGMF6lLXP5 ft9ui8wHtUxhsSG8Yv8/mMGxgJiQy3vvyRj9Y6KyRWdC28N55tFb8P0n5q8HUaSh7CHSkQ wbCSgW4NOgwKObqjTQwjZ/vQYzD7+EF2T3JII31QdJRsHmFVOUpeCzHcx2YlG3AJtUswDX 89kHNU/YyiwSuEz+5a28k39SGN/O/a4L6iZV7ljLD41xziTtG3KNmQI4u9Ajhg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chpb32LgFzrwk for ; Wed, 08 Oct 2025 23:08:31 +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 598N8VjT069958 for ; Wed, 8 Oct 2025 23:08:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 598N8VZl069957 for net@FreeBSD.org; Wed, 8 Oct 2025 23:08:31 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 290092] panic after TCP syncache overflow detected Date: Wed, 08 Oct 2025 23:08:31 +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: 14.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 8 23:09:07 2025 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 4chpbl3ksjz6BdNN for ; Wed, 08 Oct 2025 23:09:07 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chpbl34gfz42LF for ; Wed, 08 Oct 2025 23:09:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964947; 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=RH6K4lOX5AI0IvTgfgWeeNn3zwuXLsjiyep88lU9B8w=; b=rnfXxosgAUVYEfFNIT0kgVc3KLbnZ7oUBuNmDe21e6CH2UefdWijfrposfIIttpW4zPhkS JVEMhts1oKOanamtzYDstcgeJI/oftH0/bRv6qfM1V3jMqh8M47+n2EDLqQmaWdCfp9n7i 8CTgGYWUG0IsVfe5gRlYbSwdKamRJlEKtp4lxWzKlr2FSgjmWw5aHDz0jc1lefqyI5Kxb+ HzsQvxyeZ1KUgyLYjcNrxZTRgBPX9d2mTkO3EbaMZWfOEVZzJ33pM6d9sS/nS0RE0BDkrM yoS2W4FrA9+tJcezrguDEClGSW+kzvy10VE0TghiYpEqWhD/iBqb7loYfsKRdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964947; 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=RH6K4lOX5AI0IvTgfgWeeNn3zwuXLsjiyep88lU9B8w=; b=V18DZdqojRnhm2lKFnepfNqBr/LMMHOlf61L9u0eIoQTVJ7GLHTPxm0BSGnOOw9kBS2KSY NrL4NkI3IW5pz08U/MFlU3mT+wyuZRFHbrHMCY+MNZYsiYemD/O3HVAdFlJNucNNUhcLkH n+Z21ajbGB5r4DqF0VnbLZLC7CBJk9Ma0eqolpypjHG0423+hdKkvyEwqMzrwIbc3vbB9E Zf1wiBD7afs/wz23R2G6mWdVw86A17xF3APidziRG/YL4k6Cc2sqaK684UpUjmrWEp4wIy vN2dTDAyesATcoiVlPehLLHoEIxHJrvKhdJIgZIRFgxSJB0zMGZWRu9ynCu2CQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759964947; a=rsa-sha256; cv=none; b=O5+cBZ15TSu7QT3/SG376t3E39x8SdhmGiGOxiSBFFZcECvGZ7oCwIh3PpUwJQvu3/GbuC YRe0ZExs8MoBdjdlVJo0QqOoTmsvyleAZSqlnu6L6WfW3K6A8YCV3SOKbm/f6YVu8nPwYL +xHSSMg/IVE4ZIFprTBv+A1f7aPmQ8yY9Pljt6TDkGe0moc9V3p/qAXr62xLGCOjxbd4uf 6z5k6YMdyQ5oTl9w7bEm3Tn9nlWle3sXDQON8SjpTNjugvtrh2X3p90hmyJVknuhDndJN1 DxxS72a7hx9pcaxIjG/GhSAhoiKtyDZwtJWmSd4a9FaB8peGY6+MG9mAZ4po4g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chpbl2bCxzrRp for ; Wed, 08 Oct 2025 23:09:07 +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 598N97gO070337 for ; Wed, 8 Oct 2025 23:09:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 598N97RH070336 for net@FreeBSD.org; Wed, 8 Oct 2025 23:09:07 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 290092] panic after TCP syncache overflow detected Date: Wed, 08 Oct 2025 23:09:07 +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.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |net@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Oct 8 23:09:32 2025 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 4chpcF1RbDz6BdT6 for ; Wed, 08 Oct 2025 23:09:33 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chpcD75hHz42qb for ; Wed, 08 Oct 2025 23:09:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964973; 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=wes4+l9/eHB6UVvvZ3NAn2i7plWP1/l2SV6FiBhH4VE=; b=r4PZbQvH5Ex0qlpuCIgW8ICHT++pzarZeXE7BFG4jd+LQ/jUaM8I8XmVPTTTehHm2MFw/M 66LhHWqGIpiZOwinheihDS4PeL0PfPrLOd0LB10coksJxlVsIOL8b3hstF0g06DDpz7zId QLS1PpHWlrOJ9O+wiHWC39O4nut0paJNtOxlgmsTsrWWFTTS+vouxWuJAZKChEtC3Mx8Hy 7uj28v2z7BK/E+Gjk8nC7q2Zl0CMIg3w3sGuKamQZH92UkbI6CfA65Cdau73eZ/8AA5lCi 0nNUuAKp+CLd/4AjSelQtXCjHQjdQzbfV5F2fH3UVMZ5UUygRjMnb3fUmPpgvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759964973; 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=wes4+l9/eHB6UVvvZ3NAn2i7plWP1/l2SV6FiBhH4VE=; b=wCxcTT4Y7gaYajtUm68AFLCDQvdapd1QyO6dmUR5D1ysfn3cQMrMqTkh5GkkmOTV/TJfs5 vq4ExLIcKrU4yDEG51uJ+sHQB5YQPwYGRCvfgHoQhj/SD9dcnPImD6oCJLhq1bDOdgOY8Q +3HGEqLoYhJCNrFzhNtzaUy+9ST1DC8+m9gpthJBGGp1PvBdlp1wi5qL1QHb5WqjxB3Gv/ jgQml/o7PGLv0a2TAz2EjQ9lGWV2gI6w6+POuzIWOFf948BZHcsYmqMWEPbv6NY2bkH8oN MafIMgXvs1Kqhaznczv50qyhftoll1pgXuwLuIh2BAKhmOmSRlQS1vLDPnyOng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759964973; a=rsa-sha256; cv=none; b=Xuc2wyAh84q/rfXMyCm5c50F7pq8a/ZIwHmDzjmnUxhwobJuz0SdBM7olBIiwcpRoBeNIJ ajuL8j+shSNRFKWfuloXXJcYqf8Fpz2z2/L9KQpxH3kmRsBthX8sCt4uoc5T7Y6z2MW+mX iRxQJE+mN+LGGsZP+duzmU4NHbFTZpxfNJPYGMPUtFG3hJVtnW1e6sqK5TKSWacbObahag gQEbq9b9X3Y8wcyd4Tp0YDC1I0tBu+wLtSLMaUdNig8Wph4uPnH28FfBsfaI7CjjstZYua vKn55tGnSIprND3y1DoXvQxpECBOAHLn5bor3dazoigQcqGaXwDrD+AZdJA4Zw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chpcD6dYSzrwp for ; Wed, 08 Oct 2025 23:09:32 +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 598N9WHo070540 for ; Wed, 8 Oct 2025 23:09:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 598N9WJd070539 for net@FreeBSD.org; Wed, 8 Oct 2025 23:09:32 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 290039] syncache_drop() coredumps 15.0-ALPHA4-ish Date: Wed, 08 Oct 2025 23:09:32 +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: 15.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290039 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |net@FreeBSD.org Assignee|bugs@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Oct 9 00:40:58 2025 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 4chrdl67bNz6Blcw for ; Thu, 09 Oct 2025 00:40:59 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4chrdl5hzdz49SX for ; Thu, 09 Oct 2025 00:40:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759970459; 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=RbajifQuKszfddKi7uzgnE2qhl12RWAFerQDNYr+UXs=; b=jvRJk6RJ8Af77pngzkyQ9cSj4rJQgC7br7LyZyds7IWDiF8XYD+ZNaZkAxMn8EsJgT1Tol iVaAWFqMTJixpU8ZpgIowoLXylhXTm2/NBOZkrn1qkSt7HSl57p0BgCrHSrPw4y+EDe9J6 w7uOPlHEu/PXWuy/hZAUZjJKsFWWLB7uSaX+CxQqeUiDjHi7JLtqbeZjaDSGlbv+UHWf7A nBKZ9WhjN/vCtcmtEfZBhww6j1QLvqN8lOoUPk94MgJX79oRz7DxfeXEtKOZljubdGwFjc zOTMzxLe0VmRtQNInVLyg0hsuEmjO6r/KOfMNWH2qoU2kBMmJjAQ+63RCWclLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759970459; 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=RbajifQuKszfddKi7uzgnE2qhl12RWAFerQDNYr+UXs=; b=A5bFuOOhzG2WrwaYrYPaSWVysdVO045SEfQc7ExYGQg/wFJNeaTg8QiFhReHB25oNt/Jkt Bd2zcEVT7eEm81e7Jt71lh6kN39/mx3R6HlYW95pjXvxvOffha2iJDh8P1VBRg0ACdyxjJ kwPC3JG9INOYFZWtNt9aOu/P9bfLGaq3A8IHf7IFqqmLqOF0jccs1GZnBiA4Qwq9lqplyc KED1zJfImPg8atb4iYaAr+HaVli2yMLT838vVG/LsijPW2YuqZFb+iwAJP+kEM4fRtnUtd biPuJtJdChndZKaikzy2hPy+qD5Kp+8TBJGvCft7KpMHmHcKjNOMlkN/z+imBA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759970459; a=rsa-sha256; cv=none; b=uDgvRb5KkZMJ5M5A9Mk3szz1CvtdYLuMxFK0YCmjJysD+deK+I+jDJhp9www4w4DV3CV43 ktP9tiCzCRe/3ZMP8oBpEXjGN9/EOgXzTig+UDKMzpiHgfDekkEnm2FheIdssnnNruHok/ A65SCbRrCKwU9apJGY/l+Y7V7ZVJpy5Qv0wUl0iInMt29O2CrUWKnpHBws0YbwVTiJKpQ1 y/cYkiyjuqtATI3sO+loq194j9gLFvmfTynpHEd/5qnPYScM5Fqkn4UpDOrUUdGEkUDLsa TaiTtkbStRjB5qVWRgwoyh6mJlGMUdQfAWnu9LNjqne6pB1vV6ITX+FgxK68OQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4chrdl5G5mzv0s for ; Thu, 09 Oct 2025 00: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 5990ex1T009361 for ; Thu, 9 Oct 2025 00: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 5990exfT009360 for net@FreeBSD.org; Thu, 9 Oct 2025 00: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 282805] Support for Aquantia AQC113 and AQC113C Ethernet Controllers Date: Thu, 09 Oct 2025 00:40:58 +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: 14.1-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tom@kupper.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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D282805 --- Comment #19 from Thomas Kupper --- (In reply to Cameron from comment #18) > Just to confirm: I do specifically have the AQC113CS variant. Excellent, I will get a used Qotom Q10900H6 S13 - an Intel N305 based device with two AQC113 (not sure yet which variant) NICs. > You're probably already well aware of the aq NetBSD driver and that > it's a port of the OpenBSD driver, but throwing this out there just > in case you didn't already know as maybe having the NetBSD code to=20 > look at too would be a bit helpful. :) I read comment #8 which mentions the commit in which support was added to NetBSD. But I only check the OpenBSD driver so far (and realized that there= are FEATURE flags and detection which are not in the FreeBSD driver). > I can also test anymore work done. :) I Really appreciate that you did test so quickly and are still willing to do more testing. Quite busy the next two weeks but I'll keep digging. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 9 08:04:10 2025 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 4cj2T62PjWz6BShS for ; Thu, 09 Oct 2025 08:04:10 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cj2T61hxtz3xXH for ; Thu, 09 Oct 2025 08:04:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759997050; 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=xmdRl4hOpgIOI3cAd+71pkhsAc+XVZL3Yf3PJkcq544=; b=nd8FwoKu2du2YBxiwMVILdBz7KoRnZ+PyFihjeuWdwB3TlDA4hepmhmbavvxd+ANFKxwcw QIF2xyEpi/6uYruq4ihso8n/hqVCMtiVZV4rXqmbcIQePCunTc92q8C3mZUS8eMp9medIk Rh7vdIwFGMGasSPSsZBOLmeD7wyfeZOButDgOwA83XMbegKWp3/pZcpDWAfcIJRZDGaKCa HmmmkvQwpqJiWX8nKEypnQwwjmJRqdfp7i8xLJYkZx6OEg6seBLm6SKBFXbSssmOnkm+Ar 22F/7K6QDDrhpAO+oxHPSTvHcAPVwJV4IS86/1cJFHbyltBWmyK9oRBXuqT9Kw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759997050; 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=xmdRl4hOpgIOI3cAd+71pkhsAc+XVZL3Yf3PJkcq544=; b=LiaQfBGTQazxzAfb9w2e2OIfM4UJFYPfq64OEF6qxVLlwumD45nJMxhohp02wxKZfFn3Wo e7kyItboQLFVWgI3XbGkIzhPBGtlFdRZ9ZQfRZya8euw5O4hRxD/933ciD4EECvyDt664h tI8455yortSQV+HRLQauaIKzwcS3c991eS+tY5dXcnHmPMMhqiTwdfFNmlo+mlXVqqrJGr XZAhR6tG9DnExZiuYVdZKg6GxfI0W7yF6rojNrRvYWQNLZd4g7J9WA0rncBheegJfl+zgt s3DvZ7RsMcajQ/u8f/HccVOcd98BhASLgeLmV1+FkXNvfU/d5w7nSLni3Qhikg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759997050; a=rsa-sha256; cv=none; b=kJoTTqhYGurXbgpwwi2ZKk2lgvoHs5y3Evh30z1sShtmLC4AgVvgqlxvPoy9s1S997tSpH 1pRFbH0iWEm2dCR6PUGo8shCCS1kEU6ZnB+E1VHIvyLKH0Kndt9YK91z1fM3CI4r5qYIOV T3sAUvigbpOYGo6x8toIXxUkN8h9sqX29ca/AD23ftusWwT+/iRMh/m0Sa2ICNo8HTyIJY NEfo1D+4dl917T4MyqY7LTiIk+wM87W6bgWpcTl/qkz56OKSJkDKhjCOhElll6gaxyzH3k yXFovVEkfWduSCISqjGD8O+CmVgT8o3NAnWR+mWQVpkhni7Eg/ATi6px2PT0pA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cj2T61HnYz17X2 for ; Thu, 09 Oct 2025 08:04:10 +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 599849km084982 for ; Thu, 9 Oct 2025 08:04:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 599849AC084981 for net@FreeBSD.org; Thu, 9 Oct 2025 08:04:09 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 290092] panic after TCP syncache overflow detected Date: Thu, 09 Oct 2025 08:04:10 +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.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 --- Comment #2 from Michael Tuexen --- The fix I mentioned is now in stable/14: https://cgit.FreeBSD.org/src/commit/?id=3D1728dae2535836111ebb65dd4e8a6c7cb= a29254d Please test and report if this fixes the issue you are observing. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Oct 9 08:05:14 2025 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 4cj2VL3JfDz6BSB5 for ; Thu, 09 Oct 2025 08:05: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cj2VL2qqZz3y4n for ; Thu, 09 Oct 2025 08:05:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759997114; 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=QxcjBE/cRu6Bc30MhuVBPHlwB5rCPdRQSurgz4QAUJo=; b=EeVY592SN9faXwtv0rzbZBEJ/KX2Q1xZ3eiOh9Vs0DO+BQPQPOIBhiEuo7RZ8rW0+AeT3C NrH5ReZranA1CXthtzuSfpuBYo16FVz8rNC7UN1SRBf8yU9QD3jMFGVovY7q+uzZPqw61Z 9CzJXuRr/3YAXz8xmkriAYYir7Iaya2iUvkNXEPAnXfDsijDNA8sm9TC0K8P/s7XR+M3OP h6LnFM5nBrD904LXREQWa1904bgxfJQrFxHzohxGBJjvydFMwQ/GlgoW/dqOx/1rR/1vZg jGfPsP36URJyOWqDTLIFksR9z5d+kO1JEovpU9oQUNA2n8PCqY595BjuTFj/KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1759997114; 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=QxcjBE/cRu6Bc30MhuVBPHlwB5rCPdRQSurgz4QAUJo=; b=AEkk3onyxJRXDXhGYuedBy76dpYeNAcVtl518JokFKuV4SD2GuzaaFau6W4+30lyaKdd1e mrnsMQjJtupn9F4fV2MPvWN4VTfoPEmq6PldPjULCg8LOfBWgViWVRN5bYn8cY8u5izXGQ hXbZFBbUPdIMGRK/5UZQ0TJxm6i8s+kVEoR3mfjWGo0Ysd244bebCiO5JS1jRPS7ETV8za c24rnAPuRbtRbzLaYNhdqbwR5xOwFbTG+D/gv2/nFxE9Pp/wvH/wsNo56S11V2E7akcrdk U7wu2OFuIT30bDR1F3IKcyGeqA8eZ7/vAUPZL3c8iLoKisxqFFaC5/eJjOZqTw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1759997114; a=rsa-sha256; cv=none; b=AxiBjQQK7yhEJF3BrSdytgklTQ3LbquWKgkBl9dEKzIQpeSiw1DyV1B1mNzpXQkK5j7KS0 Dmy+TNebLqjFedC8heWWUb0Qhw/ih+4s1Mf009Z2MxgaY1XmWYJEYFest43K1s27Z/AYKu U0IQqZ7PdTAVlCapIvdrBwHLEAbNRessM6miDUZBkpvkaluQVmgEAUQbvJ2mSeD+C5kDQd SQMAINTUKircnHXgpL23wqYv6vNMCoSCbdHHv3gzlQ43+zKXdEct5MIgK3jMaH3hJdN/lL 4kIDrDMD5vHlHTKiEBpYVJx09HkHdXrlewfUIZmE4IZ/EuENoXfXSxdQnzBYBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cj2VL2Pbzz17T3 for ; Thu, 09 Oct 2025 08:05:14 +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 59985Eiq085612 for ; Thu, 9 Oct 2025 08:05:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59985Elj085611 for net@FreeBSD.org; Thu, 9 Oct 2025 08:05:14 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 290039] syncache_drop() coredumps 15.0-ALPHA4-ish Date: Thu, 09 Oct 2025 08:05:14 +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: 15.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290039 --- Comment #7 from Michael Tuexen --- (In reply to Michael Tuexen from comment #6) Please test the fix and report if actually fixes the problem you are observ= ing. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Thu Oct 9 17:29:59 2025 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 4cjH234R0Lz6BptS for ; Thu, 09 Oct 2025 17:30:03 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta004.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjH221rtlz3DCn; Thu, 09 Oct 2025 17:30:02 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=permerror reason="p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com" header.from=cschubert.com (policy=permerror); spf=pass (mx1.freebsd.org: domain of cy.schubert@cschubert.com designates 3.97.99.33 as permitted sender) smtp.mailfrom=cy.schubert@cschubert.com Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTPS id 6tyIvXP51PzKy6uSnv5ZhR; Thu, 09 Oct 2025 17:30:01 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id 6uSlvarwRhYmx6uSmvsJ2g; Thu, 09 Oct 2025 17:30:01 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=Fe2Ux4+6 c=1 sm=1 tr=0 ts=68e7f119 a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=x6icFKpwvdMA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=VxmjJ2MpAAAA:8 a=Rk-M77FJAAAA:8 a=pGLkceISAAAA:8 a=hF2rLc1pAAAA:8 a=8diTRiLrMUAKmYbDRE0A:9 a=LzjMV-5L6_GOzvX8:21 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=7gXAzLPJhVmCkEl4_tsf:22 a=ef1k35tKgZpiIrJ2aQ5N:22 a=O9OM7dhJW_8Hj9EqqvKN:22 Received: from slippy.cwsent.com (slippy.cwsent.com [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 7B80B28E; Thu, 09 Oct 2025 10:29:59 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 473E6125; Thu, 09 Oct 2025 10:29:59 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Rick Macklem , "freebsd-net@FreeBSD.org" , cy@FreeBSD.org Subject: Re: FreeBSD-stable-15-amd64-test - Build #30 - Still Failing In-reply-to: <20251008223252.34410305@slippy.cwsent.com> References: <314494105.505.1759897474336@jenkins.ci.freebsd.org> <345944856.515.1759902279808@jenkins.ci.freebsd.org> <20251008142911.D37DE4A0@slippy.cwsent.com> <20251008223252.34410305@slippy.cwsent.com> Comments: In-reply-to Cy Schubert message dated "Wed, 08 Oct 2025 15:32:52 -0700." 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 Date: Thu, 09 Oct 2025 10:29:59 -0700 Message-Id: <20251009172959.473E6125@slippy.cwsent.com> X-CMAE-Envelope: MS4xfHMwenkZnxcnokTjdlTiKFHXJn6UOhF34ZPkLvF3RTVtnJsONrr1EEuxTDxGAd3NBTZN1ONIkB4x/IahhKrix1ax/6d+OwWbjpQcw+BESnKMrKM5FWmh 2kOkKKN2OtsmjF1FkMA3QNj2SXajcs9U46NMR8DbvfTQySK6RBqTcSg8oi9PMJ0RgeZVBJrQTsvnXGgUTX0ErWRZPL1ky1ALgVFK7jaT4I/sjnIMW8mSobEW KuJwiJvscfi7SeyIE+qBYqFySZHu8PtBEc0HcluHyVI= X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.21 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.91)[-0.909]; MV_CASE(0.50)[]; RWL_MAILSPIKE_EXCELLENT(-0.40)[3.97.99.33:from]; R_SPF_ALLOW(-0.20)[+ip4:3.97.99.32/31]; RCVD_IN_DNSWL_LOW(-0.10)[3.97.99.33:from]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org,FreeBSD.org]; DMARC_BAD_POLICY(0.00)[cschubert.com : p tag has invalid value: quarantine rua=mailto:p[ostmaster@cschubert.com]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_THREE(0.00)[3]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; TAGGED_RCPT(0.00)[]; REPLYTO_EQ_FROM(0.00)[] X-Rspamd-Queue-Id: 4cjH221rtlz3DCn Given I cannot reproduce this problem and given that Jenkins is still having an issue with this test, would it be possible to obtain a dump from Jenkins? At this point the only data structure in play is the mbuf. Either the mbuf has disappeared or a pointer within the mbuf points to an invalid address. Up to now we're just guessing. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0 In message <20251008223252.34410305@slippy.cwsent.com>, Cy Schubert writes: > The tests have been run on a couple of my 16-CURRENT machines. No panics > were experienced. I need more information. Though, my guess is that pf or > the stack may have freed the mbuf before ipfilter managed to finish > inspecting it. > > > -- > Cheers, > Cy Schubert > FreeBSD UNIX: Web: https://FreeBSD.org > NTP: Web: https://nwtime.org > > e**(i*pi)+1=0 > > > In message <20251008142911.D37DE4A0@slippy.cwsent.com>, Cy Schubert writes: > > Thanks. I'll try the pf tests on my sandbox machine here. > > > > > > -- > > Cheers, > > Cy Schubert > > FreeBSD UNIX: Web: https://FreeBSD.org > > NTP: Web: https://nwtime.org > > > > e**(i*pi)+1=0 > > > > > > In message , Lexi Winter writes: > > > > > > > > > --5tActHfoHppOuWl4 > > > Content-Type: text/plain; charset=utf-8 > > > Content-Disposition: inline > > > Content-Transfer-Encoding: quoted-printable > > > > > > Rick Macklem wrote in KF > > = > > > g@mail.gmail.com>: > > > > Just in case no one in networking is seeing this, > > > > I'm reposting it here. > > > =20 > > > cc: cy for ipfilter. > > > > > > > On Tue, Oct 7, 2025 at 10:44=E2=80=AFPM wro > te > > : > > > > > > > > > > CAUTION: This email originated from outside of the University of Guel > ph > > = > > > =2E Do not click links or open attachments unless you recognize the sende > r > > = > > > and know the content is safe. If in doubt, forward suspicious emails to I > Th > > = > > > elp@uoguelph.ca. > > > > > > > > > > FreeBSD-stable-15-amd64-test - Build #30 (23fbea8cf2f360dd45cb69c98f6 > f2 > > = > > > 931fff3721e) - Still Failing > > > > > > > > > > Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64 > -t > > = > > > est/30/ > > > > > Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-t > es > > = > > > t/30/changes > > > > > Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-te > st > > = > > > /30/console > > > > > > > > > > Status explanation: > > > > > "Failure" - the build is suspected being broken by the following chan > ge > > s > > > > > "Still Failing" - the build has not been fixed by the following chang > es > > = > > > and > > > > > this is a notification to note that these changes h > av > > e > > > > > not been fully tested by the CI system > > > > > > > > > > Change summaries: > > > > > (Those commits are likely but not certainly responsible) > > > > > > > > > > 23fbea8cf2f360dd45cb69c98f6f2931fff3721e by rmacklem: > > > > > kadmin.8: Document the new dump -f flag > > > > > > > > > > > > > > > > > > > > The end of the build log: > > > > > > > > > > [...truncated 3.96 MiB...] > > > > > epair0b: Ethernet address: d2:f4:4c:7c:25:d3 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: c6:fa:71:45:1f:b3 > > > > > epair1b: Ethernet address: 3a:02:db:62:eb:5a > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 13 > > = > > > 6s] > > > > > sys/netpfil/pf/nat64:tcp_in_floating -> epair0a: Ethernet address: > b2 > > = > > > :20:57:6c:d4:c5 > > > > > epair0b: Ethernet address: 5a:f0:ad:fb:8a:50 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 52:58:0c:ea:9b:f3 > > > > > epair1b: Ethernet address: ca:3f:da:2a:4d:86 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 5s] > > > > > sys/netpfil/pf/nat64:tcp_in_if_bound -> epair0a: Ethernet address: > 52 > > = > > > :7d:e8:24:9b:38 > > > > > epair0b: Ethernet address: 6e:8e:70:d3:10:60 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 32:25:e3:7f:fe:7c > > > > > epair1b: Ethernet address: e6:f1:01:c1:4f:84 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 6s] > > > > > sys/netpfil/pf/nat64:tcp_out_floating -> epair0a: Ethernet address: > c > > = > > > e:73:6d:57:a2:67 > > > > > epair0b: Ethernet address: 2a:28:48:af:e2:4a > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 82:12:d3:13:44:bb > > > > > epair1b: Ethernet address: c2:16:12:72:31:45 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 7s] > > > > > sys/netpfil/pf/nat64:tcp_out_if_bound -> epair0a: Ethernet address: > 7 > > = > > > 6:e6:ab:94:3a:a3 > > > > > epair0b: Ethernet address: 12:ae:f5:b6:b8:19 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 56:3a:12:2a:60:8a > > > > > epair1b: Ethernet address: 76:ac:dc:80:e3:72 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 6s] > > > > > sys/netpfil/pf/nat64:tos -> epair0a: Ethernet address: 62:39:ae:b2: > 2a > > = > > > :db > > > > > epair0b: Ethernet address: 36:9f:e7:31:94:32 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 42:37:24:71:41:ed > > > > > epair1b: Ethernet address: d2:ca:da:c1:6c:54 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 6s] > > > > > sys/netpfil/pf/nat64:udp_in -> epair0a: Ethernet address: 16:99:da: > 0e > > = > > > :91:0d > > > > > epair0b: Ethernet address: 3e:57:7e:63:8d:87 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 6e:95:d1:aa:b3:a9 > > > > > epair1b: Ethernet address: ba:59:41:61:6b:19 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 13 > > = > > > 5s] > > > > > sys/netpfil/pf/nat64:udp_out -> epair0a: Ethernet address: 7a:b4:11 > :1 > > = > > > 9:87:66 > > > > > epair0b: Ethernet address: 5e:70:01:e2:ea:b6 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 52:fd:81:7b:fc:61 > > > > > epair1b: Ethernet address: 1e:ba:76:e2:79:36 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair1b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 12 > > = > > > 7s] > > > > > sys/netpfil/pf/nat64:v6_gateway -> epair0a: Ethernet address: ee:55 > :d > > = > > > 2:9b:91:07 > > > > > epair0b: Ethernet address: fa:df:53:46:63:90 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 1e:a2:5a:f3:ee:cf > > > > > epair1b: Ethernet address: 26:8a:99:45:02:97 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair2a: Ethernet address: ae:b7:eb:ed:ec:d8 > > > > > epair2b: Ethernet address: 5a:ef:f6:5c:17:bd > > > > > epair2a: link state changed to UP > > > > > epair2b: link state changed to UP > > > > > epair2b: link state changed to DOWN > > > > > epair2a: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair1b: link state changed to DOWN > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > failed: atf-check failed; see the output of the test for details [0. > 19 > > = > > > 7s] > > > > > sys/netpfil/pf/nat64.py:TestNAT64::test_address_unreachable -> epai > r0 > > = > > > a: Ethernet address: f6:fd:4b:c1:53:2d > > > > > epair0b: Ethernet address: 5e:59:15:d0:79:82 > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 02:1f:0f:68:f7:17 > > > > > epair1b: Ethernet address: 92:43:e4:76:55:96 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair2a: Ethernet address: 7a:d1:1e:45:06:b3 > > > > > epair2b: Ethernet address: 4a:7d:09:c7:93:73 > > > > > epair2a: link state changed to UP > > > > > epair2b: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: promiscuous mode enabled > > > > > lo0: promiscuous mode disabled > > > > > epair0a: link state changed to DOWN > > > > > epair0b: link state changed to DOWN > > > > > epair2a: link state changed to DOWN > > > > > epair2b: link state changed to DOWN > > > > > epair1a: link state changed to DOWN > > > > > epair1b: link state changed to DOWN > > > > > failed: /usr/tests/sys/netpfil/pf/nat64.py:173: AttributeError [4.71 > 0s > > ] > > > > > sys/netpfil/pf/nat64.py:TestNAT64::test_bad_len -> epair0a: Etherne > t > > = > > > address: 2e:b0:05:ae:d6:d8 > > > > > epair0b: Ethernet address: 16:e7:ed:1d:32:aa > > > > > epair0a: link state changed to UP > > > > > epair0b: link state changed to UP > > > > > epair1a: Ethernet address: 8e:fb:19:37:fb:8e > > > > > epair1b: Ethernet address: 06:53:47:b9:ae:a8 > > > > > epair1a: link state changed to UP > > > > > epair1b: link state changed to UP > > > > > epair2a: Ethernet address: 2a:90:ff:29:ca:a0 > > > > > epair2b: Ethernet address: 56:89:04:58:36:84 > > > > > epair2a: link state changed to UP > > > > > epair2b: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: link state changed to UP > > > > > lo0: promiscuous mode enabled > > > > > > > > > > > > > > > Fatal trap 12: page fault while in kernel mode > > > > > cpuid =3D 0; apic id =3D 00 > > > > > fault virtual address =3D 0x18 > > > > > fault code =3D supervisor read data, page not present > > > > > instruction pointer =3D 0x20:0xffffffff80c0f132 > > > > > stack pointer =3D 0x28:0xfffffe008aef2980 > > > > > frame pointer =3D 0x28:0xfffffe008aef29c0 > > > > > code segment =3D base 0x0, limit 0xfffff, type 0x1b > > > > > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > > > > > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > > > > > current process =3D 12 (swi1: netisr 0) > > > > > rdi: fffffe008aef29d8 rsi: fffff8008be43e96 rdx: 00000000ffffffff > > > > > rcx: 0000000000008466 r8: fffffe008aef2900 r9: 0000000000000003 > > > > > rax: 0000000000000000 rbx: 0000000000000000 rbp: fffffe008aef29c0 > > > > > r10: 0000000000000001 r11: 0000000000000000 r12: 0000000000000000 > > > > > r13: 000000000000000b r14: 000000000000000b r15: 00000000000001f5 > > > > > trap number =3D 12 > > > > > panic: page fault > > > > > cpuid =3D 0 > > > > > time =3D 1759902263 > > > > > KDB: stack backtrace: > > > > > #0 0xffffffff80bc033d at kdb_backtrace+0x5d > > > > > #1 0xffffffff80b73726 at vpanic+0x136 > > > > > #2 0xffffffff80b735e3 at panic+0x43 > > > > > #3 0xffffffff8107bf69 at trap_pfault+0x3c9 > > > > > #4 0xffffffff81051a88 at calltrap+0x8 > > > > > #5 0xffffffff80d84b19 at in6_cksum_partial_l2+0x109 > > > > > #6 0xffffffff8295cab5 at fr_cksum+0xa5 > > > > > #7 0xffffffff829621dd at ipf_checkl4sum+0xbd > > > > > #8 0xffffffff829586f6 at ipf_checkv6sum+0x56 > > > > > #9 0xffffffff8295a601 at ipf_makefrip+0x1691 > > > > > #10 0xffffffff8295b6de at ipf_check+0x15e > > > > > #11 0xffffffff82958c28 at ipf_check_wrapper6+0x58 > > > > > #12 0xffffffff80cc3438 at pfil_mbuf_in+0x38 > > > > > #13 0xffffffff80d92b94 at ip6_input+0x484 > > > > > #14 0xffffffff80cc0c98 at swi_net+0x128 > > > > > #15 0xffffffff80b2d359 at ithread_loop+0x239 > > > > > #16 0xffffffff80b298eb at fork_exit+0x7b > > > > > #17 0xffffffff81052aae at fork_trampoline+0xe > > > > > Uptime: 1h18m43s > > > > > Automatic reboot in 15 seconds - press a key on the console to abort > > > > > + rc=3D0 > > > > > + echo 'bhyve return code =3D 0' > > > > > bhyve return code =3D 0 > > > > > + sudo /usr/sbin/bhyvectl '--vm=3Dtestvm-15-amd64-30' --destroy > > > > > + sh -ex freebsd-ci/scripts/test/extract-meta.sh > > > > > + METAOUTDIR=3Dmeta-out > > > > > + rm -fr meta-out > > > > > + mkdir meta-out > > > > > + tar xvf meta.tar -C meta-out > > > > > x ./ > > > > > x ./disable-zfs-tests.sh > > > > > x ./disable-dtrace-tests.sh > > > > > x ./auto-shutdown > > > > > x ./run.sh > > > > > x ./run-kyua.sh > > > > > x ./disable-notyet-tests.sh > > > > > + rm -f test-report.txt test-report.xml > > > > > + mv 'meta-out/test-report.*' . > > > > > mv: rename meta-out/test-report.* to ./test-report.*: No such file or > d > > = > > > irectory > > > > > + report=3Dtest-report.xml > > > > > + [ -e freebsd-ci/jobs/FreeBSD-stable-15-amd64-test/xfail-list -a -e > te > > = > > > st-report.xml ] > > > > > + rm -f disk-cam > > > > > + jot 5 > > > > > + rm -f disk1 > > > > > + rm -f disk2 > > > > > + rm -f disk3 > > > > > + rm -f disk4 > > > > > + rm -f disk5 > > > > > + rm -f disk-test.img > > > > > [PostBuildScript] - [INFO] Executing post build scripts. > > > > > [FreeBSD-stable-15-amd64-test] $ /bin/sh -xe /tmp/jenkins121969929221 > 24 > > = > > > 583673.sh > > > > > + ./freebsd-ci/artifact/post-link.py > > > > > Post link: {'job_name': 'FreeBSD-stable-15-amd64-test', 'commit': '23 > fb > > = > > > ea8cf2f360dd45cb69c98f6f2931fff3721e', 'branch': 'stable-15', 'target': ' > am > > = > > > d64', 'target_arch': 'amd64', 'link_type': 'latest_tested'} > > > > > "Link created: stable-15/latest_tested/amd64/amd64 -> ../../23fbea8cf > 2f > > = > > > 360dd45cb69c98f6f2931fff3721e/amd64/amd64\n" > > > > > Recording test results > > > > > ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed > : > > = > > > No test report files were found. Configuration error? > > > > > Checking for post-build > > > > > Performing post-build step > > > > > Checking if email needs to be generated > > > > > Email was triggered for: Failure - Any > > > > > Sending email for trigger: Failure - Any > > > > > Sending mail from default account using System Admin e-mail address > > > >=20 > > > > > > --5tActHfoHppOuWl4 > > > Content-Type: application/pgp-signature; name=signature.asc > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOZilAAKCRD1nT63mIK/ > > > YLi5AQD7wS2pcYg+ig9nhZmwuklZlqnpXyi/Hylmv/rYUPccpgD+JCXJLVTFlH02 > > > Y4I64B5dilhI+fS+2aiv3A07ZJGXbA4= > > > =kxko > > > -----END PGP SIGNATURE----- > > > > > > --5tActHfoHppOuWl4-- > > > From nobody Thu Oct 9 19:46:20 2025 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 4cjL3J6SL2z6C1vM for ; Thu, 09 Oct 2025 19:46: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjL3J61Jjz3SWM for ; Thu, 09 Oct 2025 19:46:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760039180; 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=KDwtKL//Uc/hDOoxQJsA5SueWJBetsGz7s2hf3IyvDo=; b=v80lEdlngvUgMlWtnPd2MxzmxoxYWGVbvvgDFkUJm/gvwzn+5YRwMFU4lKb8OUKuDFGaxT bId3/JNHnThaB08uxgMQRugV7ZaTWpNrwdpYqJFP7Hg1Tj/CK9txYuLm2SIs5bUSFG8ym5 1EwnK8BhOS/PXnRw5rKXrDfaytOsqO3A1Hf+emiJuhEvKSqPuJ2GidZtVzvm1goMaEi8JO /wVZmNf/qSDAsxp2Wtz4+DY4wo1i+xCnwJV3zT4rrqSsRcu368W7H1t1Mt9iNxyktz0Dnu m2UHfn2uQP1F1v3TZV4NYPpwhxnILd49A7wjTj6OkiFSpkUA4PHjMQedEBR0qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760039180; 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=KDwtKL//Uc/hDOoxQJsA5SueWJBetsGz7s2hf3IyvDo=; b=Yt7oYniC+GwVkkx3c7sEnLZFK85z+VUvB6zBLFPQT5xFgeL42yDy1AS936Q234f9gPWaXm 3R8e9iW9QSoaA5+lu9SkxREb3o/F8FuZCNMR2m3Z4Vu3CehiCgVzjxEma1bMzXvoCkNYsa OvvOU0q6hBIvQu3WaBD0VdC8Dt8or4q3/QG5Fk9/WaVjI/m6COl/t5yCybVGPtz2Vtx/oz 8y+tgLzG3Cu/8nDSC1JsZY6BhGxyGsQirq26/vHzY6Jb0+tF5o6EY4eezU/tVECSPquQqR LwRFh+5U23JWYsMsNkEf6+XElUewdxkPs/u2D1ZCsdAdb8lbYJUvhM24/a3CZA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760039180; a=rsa-sha256; cv=none; b=tgukUtgzJKd25ZFfYiXFrTjb6rfjvO4zd7ALY3MczBd0l62N0/+Lx+XjnFyMwW23+W9o6d hnBPza+9zvtogCP1L9S0/a+bs8mJZUx9bjQV6hMCF+sVqrxxbbkW59jEStJ7oXHCYJVrZo pjt5Txx00Qt85Spq69VYSL9hK68L3el78XKYcGhPu5r/2mwi1ucWtIpGADFIp9J4IURAhi fGbxBFVTvtkUo5Ia/cfTfA62pMF73W7z8mKuETI4qxtZSKqmBRqs8rukUzjmEeyOkOp5F9 s3MPAIfPMoTE9LP/lMDIW9WzpAwx6W/ybqH2+ooGpi0VybPpWc5X06jptdxEkg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cjL3J5K6RzWtT for ; Thu, 09 Oct 2025 19:46: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 599JkKYT060999 for ; Thu, 9 Oct 2025 19:46:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 599JkKPT060998 for net@FreeBSD.org; Thu, 9 Oct 2025 19:46:20 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 290039] syncache_drop() coredumps 15.0-ALPHA4-ish Date: Thu, 09 Oct 2025 19:46:20 +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: 15.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dave@daveg.ca X-Bugzilla-Status: New 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290039 --- Comment #8 from David Gilbert --- I've installed a new kernel now. Should be able to call it if I last 48h. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Fri Oct 10 06:17:08 2025 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 4cjc3T3PHYz6BQFV for ; Fri, 10 Oct 2025 06:17:25 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjc3S4JxTz3Q9N for ; Fri, 10 Oct 2025 06:17:24 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=mhL+SiAc; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::62c as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ej1-x62c.google.com with SMTP id a640c23a62f3a-b3e7cc84b82so326672566b.0 for ; Thu, 09 Oct 2025 23:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1760077038; x=1760681838; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=15o7UC22xDVOjmjudiWpBeimJvAoCoBVvu0EU9ac1jE=; b=mhL+SiAcw4NAO0jPdgk94ORLlC0+gQD1cJOIQzSPVkH3JrNW9cDhJhsGmJEktpL7KL RUhMcOF3mesCeJGTLlKuUzk64Mgng+52E51BPVZXLru4TRISCT3/ATb7dxWApGvEVwOf BYiLhA1jLRIIUNpNCqxajMmveREXPiIo1y925JUEgHujwNHpfDLEoC5Kk4LBv3eCsC6A 4K4bdRP9+w5SMDyS2yJYZsPLkoMITGq1aHDlsG/6Wj9+jC4rwM5pkRV+khWUiFkJZVL9 RRpdwhnkii/QGCSTYZ4CQmrvopr9ILgwmFTH15jy9slC6lLfowWGwzpc48vHVBnvHQpQ NFOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1760077038; x=1760681838; h=content-transfer-encoding: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=15o7UC22xDVOjmjudiWpBeimJvAoCoBVvu0EU9ac1jE=; b=vE7ujS3YI4rYXSODAD0ypj7Mj0KWqzqmVHd6deJ2hdDhOVd61pMvhV71xX0x+nwqVa Nsj2lvnFR8V2anh+OFEI2HjbVDXxvjKsSe/dJYGuvXi0QqjdcwAohM9riX1yWEq8IR2P m3gVPpAFqG4WIgTP43KBE7b8Kj4DLGl5OmiAnVArlKx6lu5JsXY1nDeEehsDjvBODwNC Yypira9rtn29PLc1wKINUtv4PQvPM9JfORYACprIZ0yTWJNiuNOYmNGIih7P69tFJO+/ 0016ZpQx90Upb91NG+qXMqH4818SMS10lpRzgQQGvb67OQLfLoxRxSogIs4wKBcgoos0 lkRA== X-Forwarded-Encrypted: i=1; AJvYcCWgykyqOsGFnxUrcangHjjC9IcGWD8dsNMUnIR43BGoWXIbsmjPHcX7BmRaGJ6W4/51T9SurwFE9/Haeg==@freebsd.org X-Gm-Message-State: AOJu0YxZCURMQw1YdNnl/df3Lpn2xaIvVgxmVnsHK0r5dhI4yKzzlo8K NoAZD2qwcsq6+p09UT8H84tl9t1TCkhPZrh5+SYKTXI7p3DJiRt5otYjeFYp60RTtJBB5+m7CQe wLe/LkrAXDi2VjdR0/e/sNkr4oxKXwg== X-Gm-Gg: ASbGncu7gDATP3s/e6d7VJpE7SdaSQpfWiHgmX1jFVNHjDHe4vmdtlCBM5X1WK+xNEk qUDdAGGuAgCv3XQ+/1nis//qY7ZNOQh9ITsNmm7k4T8RLgHvY5N0/Q8Pfu/s3mTKuflNZWDFpvR qcrICXN/QqV2guvHBkD45hWtiSSDKC+Y9sWM4364ocDqvQYGy5TFHo0GgV2RoIlc3WKp3bNFqBr UAXMiZh10cxzQmxThC3q2GtcIUgojvClw== X-Google-Smtp-Source: AGHT+IEvjcktqdzylgLGcaFUMbw606ZPSY0sNXrIoyZ6kt3bLtvuZjF7ZpbA1hJPUwjgK0ljfRMUyCb/Z75Kh4g+cTI= X-Received: by 2002:a17:907:94d0:b0:b4a:dc5b:5ca with SMTP id a640c23a62f3a-b50aa387240mr991868466b.1.1760077037917; Thu, 09 Oct 2025 23:17:17 -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: Paul Procacci Date: Fri, 10 Oct 2025 02:17:08 -0400 X-Gm-Features: AS18NWDrOskEWBjqaPTpM442KEFjoDLur4t-z08kpl-3Yad0OZNvTRYkUxZYuuI Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.989]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; FREEMAIL_FROM(0.00)[gmail.com]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; MISSING_XM_UA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::62c:from] X-Rspamd-Queue-Id: 4cjc3S4JxTz3Q9N On Wed, Oct 8, 2025 at 4:18=E2=80=AFAM Lexi Winter wrote: > > Paul Procacci wrote in : > > Problem fixed. I feel so ashamed. > > While epair0b.60 was up ... epair0b wasn't. > > A stupid stupid oversight. > > > > Thanks again for all the help and attention. And sorry for the noise. > > I owe ya'll a beer if we ever cross paths. > > no worries, i'm glad you fixed it and i appreciate someone actually > testing the new bridge code in a real environment :-) So after being up till 4am last night and making a stupid mistake like forgetting to bring up an interface, I still feel there's something amiss but w/ something entirely different. Without getting into the gory details... just a simple question. Say I have lagg0. Say I have bridge0 w/ vlanfilter enabled. .. and say I place the lagg into that bridge via `ifconfig bridge0 addm lagg0 tagged 1843'. The above by itself doesn't provide access to the host because well, there's no ip or anything assigned anywhere. It should however provide a trunk carrying vlan 1843 to the bridge0 interfa= ce. Alright, so what's the correct method here for getting the host assigned an ip within that 1843 vlan. Is it: a) create a lagg0.1843 interface and assign an ip b) create a bridge0.1843 interface and assign an ip I'm presuming `b' as I've seen a few example here and there suggesting that= . As for testing: 192.168.35.1 -- Remote host 192.168.35.154 - Machine in question >From remote host: tcpdump -n -e -ttt -i igc1 host 192.168.35.154 00:00:01.063499 58:9c:fc:10:6f:fa > 60:be:b4:01:bf:0d, ethertype IPv4 (0x0800), length 98: 192.168.35.154 > 192.168.35.1: ICMP echo request, id 5948, seq 8, length 64 So I'm seeing untagged packets arriving when they should be tagged. Machine in question: ---------------------------------- root@xxx:~ # ifconfig bridge0; ifconfig bridge0.1843 bridge0: flags=3D1008843 metric 0 mtu 1500 options=3D10 ether 58:9c:fc:10:6f:fa 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 bridge flags=3D1 member: lagg0 flags=3D143 port 6 priority 128 path cost 2000000 vlan protocol 802.1q tagged 1843 groups: bridge nd6 options=3D9 bridge0.1843: flags=3D8843 metric 0 mtu 1496 options=3D0 ether 58:9c:fc:10:6f:fa inet 192.168.35.154 netmask 0xffffff00 broadcast 192.168.35.255 groups: vlan vlan: 1843 vlanproto: 802.1q vlanpcp: 0 parent interface: bridge0 nd6 options=3D29 Any thoughts on this? ~Paul __________ :(){ :|:& };: From nobody Fri Oct 10 06:50:58 2025 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 4cjcpM3fr1z6BSxG for ; Fri, 10 Oct 2025 06:51:07 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjcpM36ryz3SbK; Fri, 10 Oct 2025 06:51:07 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760079067; 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=Q27vPKN7mMv4fozpLb+PNCd3bcuA+IpGR1rE+gJ3oaY=; b=oUZ9If2/Ef8F/GuYeM4Oc3W83AbXErZBKotoXZk2BJKyyOLi6+ELHkTPUNWOMbFSnyKG7m ELeviws4nPz8OF18uhK9YO90zhGak0G++XxP64ZxDDdwjSHIx9Z8nkKOH+a+BjLxCslOr2 6YZFv9zu3Bp6hpWyvlAVXEudSexYeJFLcks88BBhi42+XvDxWDfNMuBLTzO51LtcvgK3v3 hfEtY9d596xgODcH1fiKUDxnXrDRB/C90Y03h5n5SfYfmtesK7N9BzuwZE9DMSvf6QJZPy WPATEyiAZP0u2EcyzpqbfwqrE+zWix6ZGYYtirGWAFYF78Jbs0zqC82qdRmOwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760079067; 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=Q27vPKN7mMv4fozpLb+PNCd3bcuA+IpGR1rE+gJ3oaY=; b=ncIwZyd3AOD/9op2sgS4yud7z/Ck68UuS4N95tNbJMpXly8JtaefwMuKNyvxrgChio4W9a P5RrNiQhfL4zXRUK0sgn32sCA1UVkjz6Z3cRfDOqq1A6f40bzemZLphAuTXbyVit0yx750 2GxIcG9om3mzTjajSRxcpamle/bzEmApzW+EwKw5RP2WR7/ecVr7b9dL+SWT5wvyfeEY9s 13BwnpKx6pdSX+rRZ5twddpDCJDKwIN78yGIPnXxY3u4s3zA0sf92g4CCCEvW2xL1Q1pgN FkDrG/ypUV7x5Dd8tRL39/e/XmJUgXhhGwky2qw8x8wBe0Bdvg7HGZ9Yu45o1A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760079067; a=rsa-sha256; cv=none; b=fTHP+KrOyZf/Z0gsA8RYJPNu8AtGoDQXBU/wz7/PwjDED0Hp93ZzNWZdjme8hCLLZcuRP8 ad+MQARe8Z1DrB/8v+wfwMeJPYMzbpF9iccBHApYweNAfpOjG5jdLY+4RSWCY6bSpVvxyo F3eL9jcJoDgq1HdajYdyPmfyI6KL398bzFlHrwzgPhBWR+t+hlPuhEXpWvtKaDt8X2Dong w6F1J4+Elx3n4LgBBKYRMQLlG/603o/S2CXoxvKF1p3QeTXlZI5SLClFa0+tD1vDOJk0P0 LIo2zr+VNghJQzOeQ77mI+JTne39FDK7rT8lF/x182ESECtKI09j6T2YyVkuHA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cjcpM0LzYzpF0; Fri, 10 Oct 2025 06:51:06 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Fri, 10 Oct 2025 07:50:58 +0100 From: Lexi Winter To: Paul Procacci Cc: "freebsd-net@freebsd.org" Subject: Re: FBSD 15 :: if_bridge help needed Message-ID: Mail-Followup-To: Paul Procacci , "freebsd-net@freebsd.org" 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YEOYvmZH0qoCwBEe" Content-Disposition: inline In-Reply-To: --YEOYvmZH0qoCwBEe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Paul Procacci wrote in : > Alright, so what's the correct method here for getting the host > assigned an ip within that 1843 vlan. > Is it: > a) create a lagg0.1843 interface and assign an ip > b) create a bridge0.1843 interface and assign an ip option b) is correct. VLAN subinterfaces on bridge(4) is a new feature in 15.0 and this is now the correct way to connect the host to a VLAN in a bridge, especially when using VLAN filtering. creating a VLAN subinterface on a bridge member was supported, sort of, but the behaviour was confusing: whether the frame is handled by vlan or bridge depends on its destination Ethernet address. in 15.0, i changed this so that if you create a vlan(4) interface on an interface which is also a member of a bridge, all tagged packets will go the vlan, not the bridge. this preserves the ability to put the interface in a bridge for untagged packets and also handle tagged packets via a vlan(4) interface (which may also be in a bridge, although i don't recommend that). > From remote host: tcpdump -n -e -ttt -i igc1 host 192.168.35.154 > 00:00:01.063499 58:9c:fc:10:6f:fa > 60:be:b4:01:bf:0d, ethertype IPv4 > (0x0800), length 98: 192.168.35.154 > 192.168.35.1: ICMP echo request, > id 5948, seq 8, length 64 > So I'm seeing untagged packets arriving when they should be tagged. hm, your configuration looks correct, so i'm not sure what is causing this. could you please show the tcpdump -ev output for the packet on bridge0.1843, lagg0, and whichever external interface(s) in the lagg are handling the packet? i'd like to see whether the tag is being removed somewhere, or if it's not being added at all. could you also include the output of "ifconfig -a" on the system with the bridge? note, there is an outstanding issue where if you create bridge0.N, then destroy the bridge, then recreate the bridge, the bridge0.N interface will still exist but it won't be associated with the correct device. this doesn't seem to be the case in your situation, but it can come up when you're deleting/recreating bridges for testing, so i thought it was worth mentioning. --YEOYvmZH0qoCwBEe Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaOiszwAKCRD1nT63mIK/ YLV/AP9O1fTYXOeKThhyO07hTlKGLnC4HRPADWVxaHnGlNfkZAD/fDEFLTDbezAc y1e8iuh3O212lTd99WJ8QcQ/zEl7CgI= =JfTT -----END PGP SIGNATURE----- --YEOYvmZH0qoCwBEe-- From nobody Fri Oct 10 07:01:54 2025 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 4cjd384Rk1z6BTK7 for ; Fri, 10 Oct 2025 07:02:12 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjd370lqGz3TsX for ; Fri, 10 Oct 2025 07:02:11 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=fRp0WUBx; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of pprocacci@gmail.com designates 2a00:1450:4864:20::533 as permitted sender) smtp.mailfrom=pprocacci@gmail.com Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-634cef434beso4395474a12.1 for ; Fri, 10 Oct 2025 00:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1760079725; x=1760684525; darn=freebsd.org; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=RVej1NGC5lVPOu0TU8lrSnHnYwlGPOnIRcM4avw92QY=; b=fRp0WUBxhfIjeT+ydyvGIon3D1RoZ8j/NRBBPRViv3no6TzJJsJZw88wNHdY2zi1s1 VK/redMHt+3eI3rSG+lBnt60T1rZyfKnh2yi5HOx5y+3+gvB1Q7pZULi4HynAortRR7k bnS83tMxZ+tL8BrNbzeLLJ5SYVjZYUv20KQWXkBXa2clrkJoMGdohZHeqQ3xNJB0+9nr D4boH5m69ZqbdkNeTdhfwCbAf5U7SJTPF7fOdovppy/2+G/k+IUPjAvBOV+Z7Is3zBFk 3onN/NGvi5CzrNXQhcuWCBwR+8wdQFt5rrIpppcGMbGaqX/J7OUE/U/WYEwl6jTqy1W/ XoJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1760079725; x=1760684525; h=content-transfer-encoding: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=RVej1NGC5lVPOu0TU8lrSnHnYwlGPOnIRcM4avw92QY=; b=w6qXpUX46A7OSo9B/QtDgCn6uwq1MI9Hu8HpIuorZmcLP8poyFGAzOts/eAZhcs4tB Nje4XAbNkcDN7TSQqsYFHtbHUevgptka0QGmKDXZJSO1rXMdNkDKH6UiZjWcv0OakGXy +sIlLbL0ZjQViMvME6kb1K/3IztsHJIGTmccgyoqViBJPRBhfgrXs9mClG6xoYP6CSsU cuYuzJ+sMK335Ws7VzERwtmJ+NrBQ7BwSsN+lpvls5807VIm2hWmkqZ715TKqLf2WmaM aQVEJTsNqAAJpqNqbp/X8yD+PvP171qAloti9SLze306FC9K+WGkCcMBBK1Vy92KtC+l yJnQ== X-Forwarded-Encrypted: i=1; AJvYcCV1SkVQt4lieyUSa3Q2OuhdK9k96J51wu/R18p1wBg8MV3rCq9PFKY56bXMB/NzS0pHiYKeZpo9oNVgCg==@freebsd.org X-Gm-Message-State: AOJu0Yxt1R3zNeKqMwBu3psDw09GjHS57glCFP21YfmhN7UMTerTXE8L H18biRtv6jyiZZKx1Ku/R4nNQQQH137cdRt1EH9CgEeyabZzfR36sBGn0o02AWeE/w3W/Hi/WWY d5ZLq1R9dRKqvcefqRrMEKjQmv35ZXA== X-Gm-Gg: ASbGncsho45bJSHD+hSfdsr9BhZ1IqzlCd+ZhkWAIBXV4HSo9FQYKbMulcnd3r7OTg7 MC5/y9rBTofxaQFmTHdcui5OUzXywBJlWjwitxaS6sogfVwDrU+W/NhIXM4gbLpY/pY6exgPeS6 6zYSoacZQCSUIcDoTleQe5czlwOLTkA0rZcfn/tJ+lq3QV+4t92VUffHowi4kx8PbA5qVsh7zgy MT8slvt8GgPOdWMsTMFN8sniNJxk13P2g== X-Google-Smtp-Source: AGHT+IGIVwwT9Ru3icIghzB9txuK3bLBSlWgsaUGKQ1Fz3jLX9nMKQrONgxbGyHf7TkID7PJTPBAAf4ZTOeYWO3KbG4= X-Received: by 2002:a17:907:6e86:b0:b04:48b5:6ea5 with SMTP id a640c23a62f3a-b50bedbed80mr1334496666b.17.1760079724191; Fri, 10 Oct 2025 00:02:04 -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: Paul Procacci Date: Fri, 10 Oct 2025 03:01:54 -0400 X-Gm-Features: AS18NWCjJQhnrlFHyVHnnw9vPOW8vhJug9ew3qnKELB9WsGDaqfDjh9kxNUMWKg Message-ID: Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.989]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; MISSING_XM_UA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::533:from] X-Rspamd-Queue-Id: 4cjd370lqGz3TsX On Fri, Oct 10, 2025 at 2:51=E2=80=AFAM Lexi Winter wrote= : > > Paul Procacci wrote in : > > Alright, so what's the correct method here for getting the host > > assigned an ip within that 1843 vlan. > > Is it: > > a) create a lagg0.1843 interface and assign an ip > > b) create a bridge0.1843 interface and assign an ip > > option b) is correct. VLAN subinterfaces on bridge(4) is a new feature > in 15.0 and this is now the correct way to connect the host to a VLAN > in a bridge, especially when using VLAN filtering. > > creating a VLAN subinterface on a bridge member was supported, sort of, > but the behaviour was confusing: whether the frame is handled by vlan or > bridge depends on its destination Ethernet address. in 15.0, i changed > this so that if you create a vlan(4) interface on an interface which is > also a member of a bridge, all tagged packets will go the vlan, not the > bridge. this preserves the ability to put the interface in a bridge for > untagged packets and also handle tagged packets via a vlan(4) interface > (which may also be in a bridge, although i don't recommend that). > > > From remote host: tcpdump -n -e -ttt -i igc1 host 192.168.35.154 > > 00:00:01.063499 58:9c:fc:10:6f:fa > 60:be:b4:01:bf:0d, ethertype IPv4 > > (0x0800), length 98: 192.168.35.154 > 192.168.35.1: ICMP echo request, > > id 5948, seq 8, length 64 > > So I'm seeing untagged packets arriving when they should be tagged. > > hm, your configuration looks correct, so i'm not sure what is causing > this. could you please show the tcpdump -ev output for the packet on > bridge0.1843, lagg0, and whichever external interface(s) in the lagg > are handling the packet? i'd like to see whether the tag is being > removed somewhere, or if it's not being added at all. > > could you also include the output of "ifconfig -a" on the system with > the bridge? > > note, there is an outstanding issue where if you create bridge0.N, then > destroy the bridge, then recreate the bridge, the bridge0.N interface > will still exist but it won't be associated with the correct device. > this doesn't seem to be the case in your situation, but it can come up > when you're deleting/recreating bridges for testing, so i thought it was > worth mentioning. Everything is ok. I swear it is. It was a setting on a switch forcing the id to 1. This is another 3:00am special from me trying to get this thing setup. This machine was serving a different purpose until 2 nights ago so there were some old configs still being applied. Ugh! Well on the bright side, through all my testing I can tell ya'll everything appears to working except for one thing: me Jesus H. You guys are awesome. 2 Beers now. Oh and Mark (I know you're watching) ... stop laughing. This is embarrassing. ;) Thanks again .. ~Paul --=20 __________________ :(){ :|:& };: From nobody Fri Oct 10 09:01:25 2025 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 4cjgjt635nz6BfNV for ; Fri, 10 Oct 2025 09:02:26 +0000 (UTC) (envelope-from ronald@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjgjt4mPmz3k5N; Fri, 10 Oct 2025 09:02:26 +0000 (UTC) (envelope-from ronald@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760086946; 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=NtVz7FmjmZUmlQsuQPmuv+j2KC+sgLwXkomXoChigm4=; b=rTY9gdwXk8L9rtamWi4lo5jpBegyq4AwNA5v76KbOlBvvMqsSTlwkHnyJZYbcgWaO+VwM3 zpqm0tTUBXWpGiLZT2rwaqAHdvulNsRGORK5TF2JXQpTQUmygpN3kDaA3xg5ImA99wYWmx KWsrcIG3LMNHj+kGG5GjJ7DhoquuOciBbgGMAb/kdXdNWGK+H3D8i+KzAMinnJyq/FCZCW DPCU8uhqGWhUvMh3MewNog6Kx8vx+HBP89nA14NnQ20/HLkjqKacWhbUBDoALzlq3D0r4r rfClHghxDVDIWbPfnDtXfv49iY7nFiJE0i8VnYtlumpLf4RfOk8XAw19CDkgVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760086946; 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=NtVz7FmjmZUmlQsuQPmuv+j2KC+sgLwXkomXoChigm4=; b=pFUHe2B+BIupkcEItBqaU7rS6MDxCUcoovV2C6TxxzstYIJZs6y5p7r7l3r43uzTmY/+Jh O5hVHPWizX1VK/U5F8DRz/HGMsHloEhWkbDpOhVCuMruJVFCHGXPqlIWx7ITj+Lh8ShEwB RobU6OyEURipGZmoV/7wIhTxjR0uK7uGJLFGEc4CaDVjG74j8zBpDYAOG9Le7EElY3f4wU 2V8fGz8xDP3hdRqFBcsVpgedCvRt4PQ+deUGFdB++E6581/ymXgUny+Xjwp2JuD1zYSPkm QpgSV/bMr6yU0dHcPBtmTITUtu+O/dSiSYiI8BYDXgWq0wTTIeFiiaMP5gh3zA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760086946; a=rsa-sha256; cv=none; b=Au+s91Yqoc6LqI7+QyFB0ON/UmP6XMK9DGpUJLP2WL6H/EQOUjGyRt5xNeVc/04HH4Z9Qb rkd4qELNMlNCP0IftAKkSqkhGXJJYRE5sTwAonLOAw3HdGUjL8FIFV0ip1mVa0DnvyYhPU T6H4X+KMueIu2qU7dFVys/0Cr62+B8L6DkISGXs7fEpym9sbSbiApopfY9dnHEufmj8sIS 7DLWX2+9PCNVvXcsGh8XffEPWd32iZUZzhp0BKpHMFLILzxCMsF8vguhDWVzmJ6a9ADVlR aW0S8GGJCnLhiy8HkTq+VTqLf+v6xRQfdZTF4Jn5U5aaTuMPwiG0MoAB5t57Rw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from [IPV6:2001:1c00:270f:14b0:458e:633b:59a6:ce56] (2001-1c00-270f-14b0-458e-633b-59a6-ce56.cable.dynamic.v6.ziggo.nl [IPv6:2001:1c00:270f:14b0:458e:633b:59a6:ce56]) (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 did not present a certificate) (Authenticated sender: ronald/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cjgjt2KwdztVS; Fri, 10 Oct 2025 09:02:26 +0000 (UTC) (envelope-from ronald@FreeBSD.org) Message-ID: <267e7bcc-66b8-433a-9db0-abab6129cde6@FreeBSD.org> Date: Fri, 10 Oct 2025 11:01:25 +0200 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 Thunderbird Subject: Re: FBSD 15 :: if_bridge help needed To: Paul Procacci , "freebsd-net@freebsd.org" References: Content-Language: en-US From: Ronald Klop In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Op 08-10-2025 om 10:10 schreef Paul Procacci: > On Wed, Oct 8, 2025 at 4:04 AM Paul Procacci wrote: >> >> On Wed, Oct 8, 2025 at 3:59 AM Lexi Winter wrote: >>> >>> Paul Procacci wrote in : >>>> From hosts' perspective: >>>> ----------------------------------------------------------- >>>> root@host:~ # tcpdump -ni epair0a >>>> tcpdump: verbose output suppressed, use -v[v]... for full protocol decode >>>> listening on epair0a, link-type EN10MB (Ethernet), snapshot length 262144 bytes >>> >>>> From Jail 1's perspective: >>>> ----------------------------------------------------------- >>>> root@Jail1:/ # tcpdump -ni epair0b.60 >>>> tcpdump: verbose output suppressed, use -v[v]... for full protocol decode >>>> listening on epair0b.60, link-type EN10MB (Ethernet), snapshot length >>>> 262144 bytes >>>> 07:52:03.722196 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length 28 >>>> 07:52:04.785635 ARP, Request who-has 192.168.60.2 tell 192.168.60.1, length 28 >>> >>> this seems like the packets are not making it out of the vlan(4) >>> interface for some reason. could you please re-run this with >>> tcpdump -ve (it doesn't show .1q tags otherwise) and include >>> the output for both epair0b.60 and epair0b in the jail? >>> >>> also for my reference, please include the ifconfig output for >>> epair0b.60, epair0b and epair0a (i think you already showed this, >>> it's just easier to have it all together, if you don't mind). >> >> Sure. This isn't a problem and I think you're onto something: >> >> root@fw:/ # tcpdump -nvi epair0b -e >> tcpdump: listening on epair0b, link-type EN10MB (Ethernet), snapshot >> length 262144 bytes >> ^C >> root@Jail 1:/ # tcpdump -nvi epair0b.60 -e >> tcpdump: listening on epair0b.60, link-type EN10MB (Ethernet), >> snapshot length 262144 bytes >> 08:00:29.095183 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP >> (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has >> 192.168.60.2 tell 192.168.60.1, length 28 >> 08:00:30.158598 58:9c:fc:10:bb:b7 > ff:ff:ff:ff:ff:ff, ethertype ARP >> (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has >> 192.168.60.2 tell 192.168.60.1, length 28 >> >> >> .... and the output of the interfaces .... >> root@Host:~ # ifconfig epair0a >> epair0a: flags=1008943 >> metric 0 mtu 1500 >> options=60000b >> ether 58:9c:fc:10:8b:0f >> groups: epair >> media: Ethernet 10Gbase-T (10Gbase-T ) >> status: active >> nd6 options=29 >> >> >> root@Jail 1:/ # ifconfig epair0b; ifconfig epair0b.60 >> epair0b: flags=1008942 >> metric 0 mtu 1500 >> options=60000b >> ether 58:9c:fc:10:bb:b7 >> groups: epair >> media: Ethernet 10Gbase-T (10Gbase-T ) >> status: active >> nd6 options=29 >> epair0b.60: flags=1008843 >> metric 0 mtu 1500 >> options=0 >> ether 58:9c:fc:10:bb:b7 >> inet 192.168.60.1 netmask 0xffffff00 broadcast 192.168.60.255 >> groups: vlan >> vlan: 60 vlanproto: 802.1q vlanpcp: 0 parent interface: epair0b >> media: Ethernet 10Gbase-T (10Gbase-T ) >> status: active >> nd6 options=29 >> >> Let me know if you want anything more. >> >> ~Paul >> -- >> __________________ >> >> :(){ :|:& };: > > Problem fixed. I feel so ashamed. > While epair0b.60 was up ... epair0b wasn't. > A stupid stupid oversight. > > Thanks again for all the help and attention. And sorry for the noise. > I owe ya'll a beer if we ever cross paths. > > ~Paul Oh, I've been bitten by this so many times. Would be nice if ifconfig would show interface that are down in blinking bold red. :-) Thinking out loud. With these layered interfaces, I can't think of a reason why you would have epair0b.60 up, but epair0b down. Why wouldn't we bring up both if you ifconfig up one of them or at least when you bring up the top one? Similar thinking could be done for epair0a and epair0b. I have never been in a situation in which I want one side of the pair up and the other down. What would hold us back from implementing this? Ronald. From nobody Fri Oct 10 15:11:25 2025 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 4cjqvd6VtRz6C8vH for ; Fri, 10 Oct 2025 15: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjqvd5lC3z3RnT for ; Fri, 10 Oct 2025 15:11:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760109085; 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=if6lnX84K7WgKaS2TTS8tOXrB6RHm/Ykoysah5W26II=; b=llImLNQVTowc5ifbS72naTKS2ENMC6VYhF36p6wmII7MX3RPpu07eBX1jRe60tz0T5V+32 NpGL/QzyMDcfjnCOvEX09dfq9duAb0BbPoQ/dxiuP8Tz31Dz9rMmBdEYLzcatfy6M5DCnr HgawiXxl3maBP8dcc3NVgEMRpoP1vXuJ8MDxYLR7bkDHe3w2lcwBQA1cfStqHOxdT29iGe j1fIkZ66SJGtWLyhsCsX5InV8MRQhV+Ja2BU+Ut/EP5Tx0I+dDCzCmJjhhQCJgUPQ+mrHl g8pEf6XXjxSx1lc8TEqTSC3T8gHkMS3WAcctO81fAUl9JMhIXzW7RazXhhMt5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760109085; 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=if6lnX84K7WgKaS2TTS8tOXrB6RHm/Ykoysah5W26II=; b=DdRkvyUrwDAwVG88Q9RojJ6ABFSYnz6qABKJUQGtmaijs4uLAQnIGovRoP45nZUx4NiQ7a C6FsMGZi6a7NfnYVZWxMihaRdz2UJM+Hjgq3ogDWJtVWBwGtA9D7oBPu0Z3mmOAUULJTaI b+nk87+MF5/wUkj0VupwOBNvl1q0lPnd3dYKfi5CyYq0w86tGgFhfqm21C11bi9zoqPaG8 oXkGNLlPGKahqDGllT90cOdywx9XFYAb23d+Zjdw6uwI9nEJpnFwStsUvzHXUhYU4R/uok wYB1ufBDcsPLkOHM7btjFThoEKn76xOZWbYfzh+Kd/Ny/Qle02ytnk7LLT7PPw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760109085; a=rsa-sha256; cv=none; b=qy95RX5QOc/tXoxeHhDhHOHCORdftroot4DNaEbelDxBV6vS/pOsS8XFQ/NtvvknJyFQSY 8Klw3oEstA7ECuiTcSQoe1+LrZ4arX4orn3lAVvac+NBt79kIBBF5NkH/tvi4fFtjBx58o Ga/vjC96rW4wT2KsLa45tO1arfNOPpxFa/tJmRVqQFX9+Rt9+U9tjflu3dNAAswSgrZ3yt qRq88N8OhoUSDryNH4u6K80WCRZnLy6FnHpL+n9yonbxkrMax9tyev0KvVLA3+5lFGuFHj /AEspXXgavVltFRutp1/7/B6wX3Tr2YUyKvjitgRCyzr6rXrSMLZnfMWKxoOlw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cjqvd5J6Tz16MD for ; Fri, 10 Oct 2025 15: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 59AFBPdq064889 for ; Fri, 10 Oct 2025 15: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 59AFBPU8064888 for net@FreeBSD.org; Fri, 10 Oct 2025 15: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 286759] Fatal trap 12: page fault while in kernel mode - Mellanox NIC on FreeBSD14.2 Date: Fri, 10 Oct 2025 15:11:25 +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: 14.2-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kocernymarek@wp.pl 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 attachments.created Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D286759 Mual changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kocernymarek@wp.pl --- Comment #3 from Mual --- Created attachment 264464 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D264464&action= =3Dedit Kernel panic --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 10 15:13:57 2025 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 4cjqyZ1xj9z6BQnd for ; Fri, 10 Oct 2025 15:13:58 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjqyZ1X2Cz3Srw for ; Fri, 10 Oct 2025 15:13:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760109238; 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=lwhAunI0JRCK+h2fJTHQ4F+c1ylrkqh+zzTtGhGBhKg=; b=QZyltVl1Ftdj4a9oAFRYCZ/qq6oXvmW4SokI2VrncS4ArACQwtu69+K1DcbAAG4Tzjav3/ QPxnlpQ0rgJiMaqC1QgqqByWqsNQcumJv4xWS2oHwx1LtXaqnR9pBRuKtVd/Situs9y58K gnrSQdrUv02zFJgct/nixmk+smgFkZDjg/M9YsiB+m/C0rRbrxBC1x3D07TECnAeySJYhQ ewoBKOer1tDrE/J+lYqZVHwoaJOTDOe/3gMoSxfUy1gVimCllYU7Xuk8ygsJ5vCYb7MDcX GSYJqsC3+kYCQ/A4ufvCJYrrLIp0ISen5zEzYoHaK6gxuOENDUMH46tjjjJLaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760109238; 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=lwhAunI0JRCK+h2fJTHQ4F+c1ylrkqh+zzTtGhGBhKg=; b=VW1qtk0rcK7PZGFGJ224xY7hQQOBdqF/Zx+1NQrHo9eMCLLACEy+4euFDgjPaQ84KMQoB8 /0OIZHsbA6i02zKELI269l+cWPUzVZe2iPU4iqzCgfL0i+yv62/Ld44LtMMa1r+Nr1zeB3 eWZeLubk6Dbm/tpmoPOefjVt14IzH1+u9xUa8iKaNkzDkeAWmjHsjFKEGnTKVB9Hd5Eb/T JRxWNi5FVC5diAJASl598q6SrWq34Y0aZwd1MqRrb/e42Qc9yWXhzkfeNGwpVaCbcncIb/ ugh/TWEbzMj0tr7HOyYnzIweiIoUGhSem6edGjk+vm2tI9z3qo2AdV1b+nnk1A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760109238; a=rsa-sha256; cv=none; b=F3bPdoHxW2a9PcJ4T+M8117A38AL9EHQKkiGrUxJqqs4VDhShhhiyI/TA+3FvZBigJ8T3q mMt72GylwZq5LLM6ZZxHBCgxwK5XPhxMux41pJ0oypDMp830YP9VPp2uv0WpNa171M3jnI tILyI+VuIV7bJHtDDivAcEKs0C5neJzxwi1Kkvyf0o8ipQOTXgfHqH9JmdqO5/iET1/NYq i3RjoKlAOhiXSANhE3SrjsRX990tGuoDAVPkLXXrxThwo1VkOORxRFmJ9nj9KyHBG0QgKS h1b6crLsh4QngR4qpBFSPgCN8MfmOuBIQ/lrqGQVFUj5oyhHXDho0M5LAoi0gQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cjqyZ0vblz175L for ; Fri, 10 Oct 2025 15:13:58 +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 59AFDwee073462 for ; Fri, 10 Oct 2025 15:13:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59AFDw5C073461 for net@FreeBSD.org; Fri, 10 Oct 2025 15:13:58 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 286759] Fatal trap 12: page fault while in kernel mode - Mellanox NIC on FreeBSD14.2 Date: Fri, 10 Oct 2025 15:13:57 +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: 14.2-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kocernymarek@wp.pl X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D286759 --- Comment #4 from Mual --- Created attachment 264465 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D264465&action= =3Dedit Kernel panic I had the same problem on FreeBSD 14.1. Here=E2=80=99s a screenshot of the = kernel panic. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 10 23:32:59 2025 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 4ck32M4vyVz6CB36 for ; Fri, 10 Oct 2025 23:32:59 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ck32M4Hr7z3SQp for ; Fri, 10 Oct 2025 23:32:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760139179; 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=NDkukNUtj8T64yi4JaFtsAVxmCG3xeGMokbyvG5KVmY=; b=yxy7vhLJqK8OsGA6O2R2O8QRQv/6amtXM0bZE1bPw64urNp7mQ19029BNrXwdwX17bY9Y5 qfd3ZhCaex/W9CrbisckWw6UDODboxwSDxKnzbGr0htyuXa6KOagFZaUgsNiMDgP+T9gx0 N9Jtch3+dHYy3jujr2I7FaKuRHKnOPd1xNKnDFR0bvbKxVRb1VLh9/2/2bfTZG3GnfeLL5 vs1YSe1DyAjtVJYfW7QsdDuvoqOEexuqI2/vpb2+bcGXxw5qjOb5vweZxdEHr3VBRL/a+S lfxA5oYnvk0q+fXbWuFbK4FY9n8ZBStkFpamDonTNi9O+0tuWKevSBErh62zdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760139179; 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=NDkukNUtj8T64yi4JaFtsAVxmCG3xeGMokbyvG5KVmY=; b=xzIQ/D/EBNsRwMsUaq+cv9vuS/kheaTr66rduC5FrjbPCs0bQjlVqSpL4S+1FiOT5/3tyl FFLEzGtmAYmCG+PHeGrRxl7aC4izqWKOUy8fDCpo5+PgLKgjSp00TzF+tOAmio/299Nufh Q2HJK5uXSowLdKawTt3TmNlj0ZWkxvyjHEPl6iun7CLihmwmlK2hWOPYYtL0cBu3QDHwZD PBiCJObY5lCAgvcNB8iOZQUb7TmHIr2Gu2P3oJW9XXOb3rQGhuvwkNwYG2jGEFHIkAG4l2 Jvlm3fcnHVcMiMyfRNNozdidJLIjbzhtcRfqPT347R4PO1xsFacQR7OGZTIWPQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760139179; a=rsa-sha256; cv=none; b=tTait7jXCrlFxbRpZ5tUPSlb5vI2pMe1hlUXx7oKV0rcwvCJcU/gJphOs0wTzJ6W1YMd5M G9jrHYI7n0u5S1IiPOQ2xpY8QHxIer8/jydZH+hsrNXmroe6Bwgukl2sGRuNFAPBY7ysmT CBfsqRZRqVyxz/6LdOVjIKh8nzknqNUWBAbds1MKtCuhAr+T5BqtHMJwoxgjr7tApNUyzS 0fmFVB+tu5JfCOxEJywJrueyiJqmw0sUM0zQ8KxJAdIVT5cg7BQQhqYzbSZ2cF1MTliudD /67pSa8M+CGoklYoklnli3Ii/pi5/eHD8vB9A0CvHfs5YmAkce8FvEkWjGg3Yg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ck32M3jH4z1N3t for ; Fri, 10 Oct 2025 23:32: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 59ANWxSA037706 for ; Fri, 10 Oct 2025 23:32:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59ANWxSV037705 for net@FreeBSD.org; Fri, 10 Oct 2025 23:32:59 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 289734] panic tcp_usr_close while running mount command after configure NFS over TLS Date: Fri, 10 Oct 2025 23:32:59 +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: crash, vendor X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289734 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7a289fe3cd5c6de7ddbe394b7700b20b0= bafdb3e commit 7a289fe3cd5c6de7ddbe394b7700b20b0bafdb3e Author: Rick Macklem AuthorDate: 2025-10-10 23:29:25 +0000 Commit: Rick Macklem CommitDate: 2025-10-10 23:29:25 +0000 rpc.tlsservd.c: Pin max threads at 1 for now PR#289734 reports a crash in tcp_use_close() when the rpc.tlsservd daemon is being used. Although I have no, as yet, had time to track down/fix the race, it turns out setting rpctls_maxthreads to 1 avoids the problem. This patch pins rpctls_maxthreads to 1 to avoid the problem, until there is a proper fix. PR: 289734 MFC after: 3 days usr.sbin/rpc.tlsservd/rpc.tlsservd.c | 7 +++++++ 1 file changed, 7 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 11 18:24:19 2025 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 4ckX7m2LL4z6CGmr for ; Sat, 11 Oct 2025 18:24: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckX7m1qQxz3dkf for ; Sat, 11 Oct 2025 18:24:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760207060; 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=R4MlppZ2468DL69XiE8xEM85uTpyB7XiffMAaHZb05g=; b=JpWVwG3KLzZ7Q5Fv83Xq3hYcg2Ds2irfC0dVZ7sbRUgOIMHr8mE61aAA1J97PDWvzYaVzE slTKjUcPSJdCYxW01eOXAEv1/n1bSZl//dyi0FeogYN+mIqBk6mxoS2O+H8PgY7Bic/uGJ MpmuzrX+rbDX+SY3SSq87BjdDeFbPRuwhUWHyb4l4UDEJkuX8HQNiGE5/yuaoXufiQkgem 4ygKxtR3YHOEse3bHtpDelS73WTvC0oUsB3TAV7A0gJEXblGqFngYZL8fFcMv5l4pDWNqF 2wTbC3qBdVSnNwPrMJCS7hbCt+E6mBjTcCmsUwnrAQ6DesARcGFtwlYa9kYlMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760207060; 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=R4MlppZ2468DL69XiE8xEM85uTpyB7XiffMAaHZb05g=; b=sqmQ467rDJ5cLScOut/JFMj5YXvdmUcicslRGgPY9IY9wq5iHnalNQQvWNTaVusp7V037Q r6QDcLt0f0BGbM0bsb0CjZtwPZ60upxVVkRa5uN6KmKlHi6x2BMmtMgckhizAgrO/TXL4y ELKdA4TlmAaj4acmS5Zti0Ovz853PibO65bjzCMMCQF6vLucJ8L1lKfTIxOF/lNPwL9H8c qT9l6b+/EZWqjxcT8MUM4y+tnmg5rPg9Ghca85UNPkpQXdzMRCsxrH6Yeh7MB+5evoh0MJ zuyp5uFBXjf7C5wIr9qi7abPHLy09fK3MjtVSabXVSkWjGj1fR3vjg5IsFJ6+w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760207060; a=rsa-sha256; cv=none; b=w6dRWp2dGZ4TPO8T3a/etrXH6c5+ZgFJUFbNLpQKOG/1bF2RRvcc3pACD24vSxoJrx8jHr cn1yRpvOApbJ8drgvhDRjMLgXWHu/cOjCWVGj5CyDDNS5cePrBb7qjipvVV2IgwtyYsYym 7CW1hSAzws7rd7bzwfl6Zbh3Ef6UFHPds2cFj8tzyPuvemiNpVQ657wFCAlm+c3y4p8C7u UJvYzAK5UanVWMIraJV3RUINodcAkBjud/wZsDAJ21rwEa77JLhBQALmizDGRtitIKFgVE yUdo4+eQuyqud1eeaCY2ttlZ8zBnOxr3DWKHGsBYuSnL4YhtxaZd2aEoLyJM9w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckX7m1F97zmBd for ; Sat, 11 Oct 2025 18:24: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 59BIOKW7002694 for ; Sat, 11 Oct 2025 18:24:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59BIOKic002693 for net@FreeBSD.org; Sat, 11 Oct 2025 18:24:20 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 289734] panic tcp_usr_close while running mount command after configure NFS over TLS Date: Sat, 11 Oct 2025 18:24:19 +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: crash, vendor X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: glebius@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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289734 --- Comment #9 from Gleb Smirnoff --- Most likely this bug belongs to me. I don't know how restricting number of threads of rpc.tlsservd helps here, since when we are doing a single mount there shouldn't be any parallel requests to rpc.tlsservd. Also, the daemon still runs with pthreads even when limited to use only one worker thread. The configuration provided is trivial and apart from some mistakes noticed by Rick doesn't have anything special. Of course such trivial configuratio= ns were tested with new Netlink RPC transport. Are you able to reproduce this crash in a virtual machine or only on hardware? How many mount/unmount you need to do to reproduce? Does the kernel crash data have any sensitive information or the vmcore can potentially be shared with me? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 11 22:28:17 2025 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 4ckdYT2DpMz6Bcf6 for ; Sat, 11 Oct 2025 22:28:29 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx-01.divo.sbone.de (mx-01.divo.sbone.de [IPv6:2003:a:140a:2200:6:594:fffe:19]) (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 ECDSA (prime256v1) client-digest SHA256) (Client CN "mx-01.divo.sbone.de", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckdYS3NKqz47mc for ; Sat, 11 Oct 2025 22:28:28 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zabbadoz.net header.s=20240622 header.b=Fu51rsLy; dmarc=pass (policy=none) header.from=zabbadoz.net; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 2003:a:140a:2200:6:594:fffe:19 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mx-01.divo.sbone.de (Postfix) with ESMTPS id 5EA44A64805 for ; Sat, 11 Oct 2025 22:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zabbadoz.net; s=20240622; t=1760221689; bh=0oT2j1COl+grRTOLMgp5IDVAJ2ME8koyCznWVrTLa9s=; h=Date:From:To:Subject:In-Reply-To:References; b=Fu51rsLyDfeJtHp1U9nRpGJ2dnQPx0Ks+g6aDujpyMXMGG8TD0RiqvR9qq9gxstIJ 5+rzKyMukTgwu6SRhTS6f25RmbH0HxWMiOh041E2YBbKAO//BaDtZ/C/IMxcyn8BPU zN85FKGETHkUvKGcZMPfFB5c+AlMncfdn1fwyrs13+4G34Ie+kPX3nu2KFo1qIjy/m FEdgFa8tFUk0OTemTdftHJKgrFhENldpj1WCL8YWdhTAj3CChhsCueyIEjD0TzppG8 aJ+9KdSMFBRxT04DLRa8aK5EAU1PnT2SE16tfakg8ttNID0eK84y2sO1yeJmvNNP54 pIJS/DyCPF2wR/vc0X0mFPx4mKro5RF3BKKe3LunKGJuJ5b99bhwQTXWqVDi75p052 H5WHWnx8ADWJNGax4Q1cdNAr86dx0lHyawfgbZwCJR1YJXvEevmku+lLrAJy3kvBiM oh3T0wR8m+lMS+2ckvrw4Qv7gFWwJViHZkceT5c8qyGLNB6s9ntBigqbOGSHZAcBfo sK2pGhb2wvetjoqJJSwzHV6XYhPk+kf+qtWSgdRaYkgSU25Kr0fjhQUrYNRN7vNfbz AJKACqFVCUeqCy2OVsQMlPHj8bqblDdL1ivB2T7/sFz93YC2SujhCNlOSdLjkV6pWK H+BDC6Y17lSHm14KzVFTQbI4= Received: from content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (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) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id A237C2D029E6 for ; Sat, 11 Oct 2025 22:28:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) by content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (amavisd-new, port 10024) with ESMTP id 4gpCH1A_LGjX for ; Sat, 11 Oct 2025 22:28:18 +0000 (UTC) Received: from nv.t4-02.sbone.de (nv.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2: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) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id CB7C82D029D8 for ; Sat, 11 Oct 2025 22:28:18 +0000 (UTC) Date: Sat, 11 Oct 2025 22:28:17 +0000 (UTC) From: "Bjoern A. Zeeb" To: freebsd-net@freebsd.org Subject: Re: rstol no longer adds default route on main? In-Reply-To: <3ps17oqp-44p1-974-1s67-n7o3971nq1q2@mnoonqbm.arg> Message-ID: <1r20o825-r642-5126-nr5-35no4r744230@mnoonqbm.arg> References: <3ps17oqp-44p1-974-1s67-n7o3971nq1q2@mnoonqbm.arg> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 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; format=flowed X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.99 / 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.990]; DMARC_POLICY_ALLOW(-0.50)[zabbadoz.net,none]; R_DKIM_ALLOW(-0.20)[zabbadoz.net:s=20240622]; R_SPF_ALLOW(-0.20)[+ip6:2003:a:140a:2200:6:594:fffe:19]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:2003::/19, country:DE]; RCVD_VIA_SMTP_AUTH(0.00)[]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[zabbadoz.net:+] X-Rspamd-Queue-Id: 4ckdYS3NKqz47mc On Wed, 8 Oct 2025, Bjoern A. Zeeb wrote: > Hi, > > running rtsol on an interface on today's main I no longer get a default route > for IPv6 installed? > > This works on a machine with main sources from Oct 3. > > Anyone else noticed anything? For the records; local error. devices got shuffled and the wrong IF got the no_radr and I hadn't noticed on the console. /bz -- Bjoern A. Zeeb r15:7 From nobody Sat Oct 11 22:43:31 2025 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 4ckdtr47smz6Bdj8 for ; Sat, 11 Oct 2025 22:43:32 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckdtr1R8Tz3C1Y for ; Sat, 11 Oct 2025 22:43:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760222612; 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=WHhCja7Mv9fi5H+zdNwFLiWVVILU0xm3XLQ7PJ2oii8=; b=HCq1/VGAd2YyY42P6+EGj5JtDxOEkgZQDpuxkeja3Cz5QvwH25uqtyt8+v6I6xkiCMnSE3 lIBEwSeXO4yrlJ2IpKaElIVMYPLKv6HzJyn7IXE+ufBvfcGuTqGcXntcsrUByEOHpdGHCf HHaTICQ4zCDYxwM9i9PJTDj0kVfe5Dk5WUrZ/csBaCGZNmfWk1qy5SjDjP3+ZbGiUNNRIZ cHOihH1Mn6jXB+9tJHgeNA74PRAh5MljWpoN7yooi0AxhBSrUVkxaV8lJFnxsQLaatEaQH 9JQdz4AUlwL9iIZuZKbD/39s8VHHEI/Ccm28xKIWc61iMwJ5bv/sJGczs0lP2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760222612; 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=WHhCja7Mv9fi5H+zdNwFLiWVVILU0xm3XLQ7PJ2oii8=; b=UvW184P26+9hGqMbLIE/eBNkSZj7mJpxQ9w/AjLdGsPQaOsydHNeSwSXideyfup17slaOB M1N9vdiVSgE7JDtIMk0m0HLvjAY3c1YJluZDC2Sq6XAo3zcQuij3An5iy2Qop7HW9BLp6/ Mmbb1+WdEoFqg5eb1mp8n4NXmA5DTuvdsAKpeaaeUq8Bz8iSgPzDLCShToQlkzx1gemLrN 6iNLaq9wScZPCnYwm5g0atCXLGuy07hYL1WtTqQ2RzhFa8NODeY727flQC/8m4JFEUIcvK oYMSdFeTfr0OvAFXwVQaANBa5Vsz/Q8bBVal5Cd8ObgQfaTHNzkr27XNrj+HHQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760222612; a=rsa-sha256; cv=none; b=RgFkKTodmSPz5owVAV9kzAOvLkgdSlhe4dMn8u0AnR4AaL+dn4bKthyIx2/lp//NRdAGpB nwovcCIKppQbCMimsIMM3D40fOd1Kcc4Hwgd079OlRF5D6aGb8JnJUynz6a3veZHQP8hbr JlG0WjIHpvOxxaj1JItJ33ZjdkJugl7xxNWBreZ72c/CjISWhwsEBT+nfNINElI7uy4Dxv u07xBLr5afRywEjRagFhip5rN7Pdys1ryWbRtXfnCZ0aX3s2+D7dsPBkvc7aVfyu67rnZG YbcECAH5LKtQGjq9wd+TyF0+flj96i8H4RrMWy49c+BqHAqDLgFy85KHy4hQHQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckdtr0kfPzt4G for ; Sat, 11 Oct 2025 22:43:32 +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 59BMhVh4099794 for ; Sat, 11 Oct 2025 22:43:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59BMhVEk099793 for net@FreeBSD.org; Sat, 11 Oct 2025 22:43:31 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 290141] ifconfig w/ new if_bridge logic erroneously providing error Date: Sat, 11 Oct 2025 22:43:31 +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-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@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: assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290141 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 00:26:42 2025 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 4ckh9t3Zpnz6BmpJ for ; Sun, 12 Oct 2025 00:26:42 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckh9t2fGNz3MtF for ; Sun, 12 Oct 2025 00:26:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760228802; 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=4dpxiWcIw05QxxiXuzhEwZvhrug/Pfk3LjWHO5mzVjM=; b=QzjrphZmSsWd4R7OgIcI3WkpfyDT4zs1GKy7Z08xYLPlN2NnbH0/Ki3aWb2W3bdeN7zNEL eQic0SNwK0ZREmS1TITC+tsffrDNL9MXf53W9iFxr7c+J9qk4/kTMcfL15BxXWqv1TUwk5 AD363i7rtqmSM8Jq+GWLg0YrO4J1SJJnIt3NDaTSEDalSWTVeDW4O4b3zysDxrHc1Wk5ti m0eiazbf3bdes66WcIRy+ZATwT7PuzSMkSP+VFM6mLxAyzn1HV7HJDs1yTGnEYK+b8TXSy e0LuViCE6axOWvqZpJ6iDtD4GTSZWqWKMzahDerChw9P3258QnDynIeBNedtEw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760228802; 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=4dpxiWcIw05QxxiXuzhEwZvhrug/Pfk3LjWHO5mzVjM=; b=pMsT/KI7WfSsGg45TsBOpuZdouvYxaYZU9ybXt7IbEri38h7kgJSWSXAL3mNu2Owfk+M2C 5l4rPBX2bZEwR3az0QaLFZOqkXkPlz1oNqSxOGi3mgin/wx6+sJUEcDLxeRlgR+wF9rjX2 3wzgapcPXy9fCCvhoTsNByedi/zWooYiDphwiK83vm/A8Lfb8eQBUCspjK4XhZgYoapDIv AX5qLH++rec4rGOjZ/1oQjVUC7cNxmAGf+0sLIb2QQW+f5BknWTE5HKqpE1YwultQJ/joi dR1tyK13J5bX2vIA389EABk2HiIUEmESaMZZj1Yb6UJOOuv//S8g+Jv0CEJavQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760228802; a=rsa-sha256; cv=none; b=QpEfj9CBBjAKvRRKGXIJcwiUnGNjpMVEZk0r70kQCLsDeNj/zZ7qte8GnFxO3P1ihJVSBJ od5nPeA3lXXJsP+UMgGVMQiirjsSrrTIXJnLY+a31DjD+eq74C3bpqMZ1Bxb6lcvRaLPwR xiV2ZnjFHQdfbOEMlgQKRTHpYIfOAV7dN5KwEMXXYE25aoX0zwgIJXtK7Z+BH9qeaEAUcx pS8TM/SVdZce4QIt5NT7QEo01SmY4O4Q32dVGVPvgZRknYzFraaSW5ug8xs7S4CfssxqMR M6tscnL59Q+hhkYdcy73uHdasq8fMO88Iq+2HuTlPUlGJ0i4+TnRYQW38rVPWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckh9t2CXZzx5Q for ; Sun, 12 Oct 2025 00:26:42 +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 59C0Qg7o060003 for ; Sun, 12 Oct 2025 00:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C0QgIi060002 for net@FreeBSD.org; Sun, 12 Oct 2025 00:26:42 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 289734] panic tcp_usr_close while running mount command after configure NFS over TLS Date: Sun, 12 Oct 2025 00:26:42 +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: crash, vendor X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289734 --- Comment #10 from Rick Macklem --- (In reply to Gleb Smirnoff from comment #9) Well, whoever it belongs to hardly matters. I do plan on looking at it, but I've been busy with other stuff (I know you're busy, too.) My hunch (only a hunch) is that one thread sees the TLS peer reset (sent by the client when it calls SSL_shutdown) and then, while that thread is processing it, another thread does a close() on the socket (or something like that). When one thread in the rpc.tlsservd is doing any SSL library call for a TCP connection, no other thread can be allowed to mess with the same TCP connection. (The old code pinned a TCP connection to a process, but I haven't looked to see how you handled this?) I think a TCP socket must be pinned to a thread or something close to that. Multiple processes/threads were meant to handle the case where many clients tried to TLS handshake (all different TCP connections, of course) after a server reboot. You might need fast hardware to reproduce the race. I cannot reproduce it with my slow junk. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 00:54:36 2025 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 4ckhpB1m0vz6Bpqc for ; Sun, 12 Oct 2025 00:54:42 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckhpB16zTz3QPN for ; Sun, 12 Oct 2025 00:54:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760230482; 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=HyczaVg25oCbZ9vnfOHlvx6vqI0wPmp7/0vKPlzu+Gk=; b=Zxmd0iTeSLcqnOwmmwC58aHXENnZZAv6k4+G+XA0AQmleBzgDT+6mkbk9vyoUicDsSbRYb yLO5jac37vmsTM5FbNu+eqKBcw9tVBrU9XmNwjEBXcuknFjHnsOtcv1E6ok2tEJPzkyZge gImisZK6sGvKim+6ToQ5Sp111BqAAIXyNvyY/JIRQ3r2G4ls9r9dtnyZzdxRiPhGyIcqwq lgwQIuMGDsA/SHdnr202GcNlK6ieq0TnMdY5kCSG93qqC6dxybjrzjjqUc4sjvaQru9CGs QqYNHZ1+kBXtWcj4QlWGwAtc8zMX5qyqhESFY4ZycSwtzMq/st8tIImvpSFyiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760230482; 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=HyczaVg25oCbZ9vnfOHlvx6vqI0wPmp7/0vKPlzu+Gk=; b=coQJ3xDwkp0BjKVRxIZKbbAHaKv7QYGw+cZZvJzzewyAKtLOrOdXQAmrOaFaFtAcIl+hg1 RZ6Zgm5TSbolHzt75/T0lX8vPkyqqgg9M62jLN18ovhTEXTcDh0G6/txH7LluIeZePc718 Y5c8AQ5JBaDPyNjZEPuCrDoNZ2SXTgRzrRWF6eLvP4FCbF0319ovQcdxPP4/oPiRFShYwn aPE9pZ5Bem6vsKAcT05sTULxhAR0eZjocHMQgjdiTd1f1CB1R/Zz3VFv3TXi4rDaDwJ+Dj a1nLhikHPacaNabZ+0p4DopGPpJVN5Wen6B115r481wCnBAshfQS3LiZM4IWdQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760230482; a=rsa-sha256; cv=none; b=wVBXnPwSQgkIc/srWRGnveGv6xgxSqaz6McQqpCtaZRG68bfogeEJCLzJtShCgO4fbuV5u 9w8Wms9QTnUsl7I2WFZ82tt4q9piHe9sKWVRqeHnzGbO53N3HWTK5nlZeybnvlWA6PRHAT SUxME6KRj1UHk35N/UBZFchNJkeG1yaDHMJAlm3MoUTEQu2oHI5eLxj/sjQs1c79ei/bsW Nz8VJtsyFkGCKO3Zm0OCk9wc2Y70hKJOaKCxHZ3u7qJwhIsP2y/37LiNKZfcD5ndGCQSNR ytB6srEzVF/thvgCA+WP59RpFkAGaAveDo3Z4g5gIVXM1DqhVZW2Dg4TKrYQOg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckhpB0jzyzxxG for ; Sun, 12 Oct 2025 00:54:42 +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 59C0sf9Y003344 for ; Sun, 12 Oct 2025 00:54:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C0sflX003341 for net@FreeBSD.org; Sun, 12 Oct 2025 00:54: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 282805] Support for Aquantia AQC113 and AQC113C Ethernet Controllers Date: Sun, 12 Oct 2025 00:54:36 +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: 14.1-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: david@burgess.tech 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D282805 David Burgess changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@burgess.tech --- Comment #20 from David Burgess --- I am able to do limited testing, due to the fact that my home firewall uses this hardware and is currently running Linux. I'd love to be able to run FreeBSD on it. # lspci -vvs08:00.0 08:00.0 Ethernet controller: Aquantia Corp. AQC113C NBase-T/IEEE 802.3an Ethernet Controller [Marvell Scalable mGig] (rev 03) Subsystem: Aquantia Corp. AQC113C NBase-T/IEEE 802.3an Ethernet Controller [Marvell Scalable mGig] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=3Dfast >TAbort- SERR- Capabilities: [1bc v1] Lane Margining at the Receiver Capabilities: [1d4 v1] Latency Tolerance Reporting Max snoop latency: 3145728ns Max no snoop latency: 3145728ns Capabilities: [1dc v1] L1 PM Substates L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ PortCommonModeRestoreTime=3D10us PortTPowerOnTime= =3D14us L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- T_CommonMode=3D0us LTR1.2_Threshold=3D34816ns L1SubCtl2: T_PwrOn=3D14us Capabilities: [1ec v1] Vendor Specific Information: ID=3D0002 Rev= =3D4 Len=3D100 Capabilities: [2ec v1] Data Link Feature Capabilities: [2f8 v1] Precision Time Measurement PTMCap: Requester:+ Responder:- Root:- PTMClockGranularity: Unimplemented PTMControl: Enabled:+ RootSelected:- PTMEffectiveGranularity: 4ns Capabilities: [304 v1] Vendor Specific Information: ID=3D0003 Rev= =3D1 Len=3D054 Kernel driver in use: atlantic Kernel modules: atlantic --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 02:55:07 2025 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 4cklT75GNQz6C3QD for ; Sun, 12 Oct 2025 02:55:07 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cklT74Xbzz3hFZ for ; Sun, 12 Oct 2025 02:55:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760237707; 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=f2lXN0vVqTy/bYB9YM/xiojZOuZotxNoUmbV/wFvPus=; b=tFZl0ZvybEZqPqFEs3MPr1/oF9z5/6kNbk8J7d0dD2ZFdZttmH06hf6/l6tUweXezH/tOz S9OgLiiHFnfzEYIQ/x8Nk2iT/WR9w6YwHseiEyCWEZTxH1MjJKG7pbSR4WWfr9+3eH40LB gkYFgPkd4wjZmK4kyxRjdHw4KanbQo7eRtMLOSObju0YC4g8iTtsZRsJwo3xN27bZflCz4 6mWaosnToxWN+hpuMtasT+ZfK3jrma5cO1YOwgiRqhWxUvBT2hivHvVXxiUtRRWISjO38R yMf38two4qOjJej0GZdNWGcINjXX6K5F9VlJ+sAv3IzG6VNtfipEXqnyJKE3hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760237707; 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=f2lXN0vVqTy/bYB9YM/xiojZOuZotxNoUmbV/wFvPus=; b=HnEeqOYWSFQaSByDEM5bD7z+g1OpPE68PeSsckw/61LRVWLCixNxjrXm6rNXDeMYC8oA3C 2WGzF5nf2JS4o1T3PvO625txM22dCJx3Y1OASiVfq9ocKZbpmTTZZ600vHttM2ZdIcgPOI hx6AciQXOsLvAGfv0qwnK1FufSKl59w5+qvwDwMmKFhIwA37JF+iFQFb/WqTuSEFh4LHc3 K3Vbi5eIUvM+5PNLDn2QPBimCxzLsV+DXiIUVMRiOKje47PTzGWHLjH27uQk2F9rR01Fza 8z8nHklfV5EBMuR07FE1YsMqD3phWChp4ghXEw80PxZ8S9dMW7OVeHusAhwJWw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760237707; a=rsa-sha256; cv=none; b=rOMs75ly9VCQCWyJi14aTfXLExSUJ5P3X62mJ9Dxgm+vXAOJpxxw9dBcOqXcO0bWK8mcsQ 6WjiJftRhjLiZxMdwpZ+fOHjsUgGHweOWP3ypeGM4rCTCwahQwPDKPLvJ267uo8G8b8QPz jHLSFQI/v3XElxnIhhCk86lc8ds/kL60xMOVeebr/72AoUb94rnGRRVzbp5ES4l7rxhj+e BqJvR0H4GRa/fijSxQIXZDbVMI6oYQrkUulvIAYr0ncBjj7ySOGhYrx3AefYbiDskGC/J/ MenZhFdwz2XufrFVzR49F0mw2ZwCqb8kg68sFJPBn8V+qUfEqQlf/dIRXihHDA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cklT73rTsz12St for ; Sun, 12 Oct 2025 02:55:07 +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 59C2t7Xo086860 for ; Sun, 12 Oct 2025 02:55:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C2t7GW086859 for net@FreeBSD.org; Sun, 12 Oct 2025 02:55:07 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 289734] panic tcp_usr_close while running mount command after configure NFS over TLS Date: Sun, 12 Oct 2025 02:55:07 +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: crash, vendor X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289734 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 02:58:57 2025 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 4cklYf2HQWz6C3d0 for ; Sun, 12 Oct 2025 02:59:02 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cklYf0fpZz3jYh for ; Sun, 12 Oct 2025 02:59:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760237942; 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=WlefOAY4nMb8Pv40RwDcfP8lcyGwzrkUeiOWWXCe5kw=; b=TGPmGmi23HU7BiKsmn92G5eNrMzoEyjSq/0pd/9UD8Yt1cRNtL65D6GGihvVB1OxZ2xwmi yi8Jx+78cEWSWuCAi2Z4J6H1IgnlsPs0lOk8cqOH22COjzu5BdMrDC1EaCRGVGGFAgj/jF ugonyXTbDximdaL4330oh8pr1ImP2p1Rdk0V9OYTeI8iFHpMztCygIaCt9E38K5dZb12d3 /hD0MC4B7cAYjUin6ckr3Vru3PQ7sjQP26K8Zf8OLCuzrhvMFiTqJrCR4VamIHRXMtiBeG LBzSh62HAQckPBd77R4bI5Oi0AHYGiIqRKgFgIAuY+dmfshkFlKJzd3B+ci1Sw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760237942; 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=WlefOAY4nMb8Pv40RwDcfP8lcyGwzrkUeiOWWXCe5kw=; b=fUuItH1vkasAQPftMKbzxsRceoEpWTuiRyEhDAJ0r3si4+g5vM3qNEhJypJMc6ki6NmdWr c96puyvNTkYujHOgFGfZV8EL9xs+3AYjFmLmfkOgbWrpFSlVP+IZpH9vcBqSI4bN1mNxTQ T9O0Tbst6eGUTmlU7B94tO4bLN+AJGB+xfmcDqHGCPUK5b+NomIfEJJPqqBt2CLhmORN4Y z7WdT4hYZ/+O3yI8Ri39aTzzV0w/Z/pmX15YcXRTWWa76rDawr7RWTLfQZh/UZyFyRpJmg lfkDEPagycZWJWetH/xu6EDaIFxozMjLThmj4/DhNfzgiwWc7TzlMpmeU2mDgA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760237942; a=rsa-sha256; cv=none; b=SazlHK/w20tE38QyborM3Hf+uasSlE/DuqDYRmdmGc2ok6lLezKANk9ydKUQgJa/8/lU2/ AX/Bo40bdemo6YvRSARcuaC1VrhQFhlKEkX3EAFaZvqdVbLONp6XwI0QLva8sxUtMOJoyb 3mEuGL2kYiEtetu9T4cZzHvNo62WfgYqb+WD4UZp53RIB597P2Tno1mANnCpFfxvxIlHTc BpiR2edYXMdzupHqs738R46fEz/Xfx445hmPLKsm1nj97LReBZGFBoTLOclleCGBMs7/Ha aLR6baTc+teKYc7IPxlbCN2RZ4S1kilyMGXPLhJDY+ZgX18gUOZKD7htz8YEDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cklYf0G1sz11yD for ; Sun, 12 Oct 2025 02:59:02 +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 59C2x1n4088901 for ; Sun, 12 Oct 2025 02:59:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C2x1M0088900 for net@FreeBSD.org; Sun, 12 Oct 2025 02:59:01 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 165059] vtnet(4): Networking breaks with a router using virtio net driver on KVM host Date: Sun, 12 Oct 2025 02:58:57 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status assigned_to resolution keywords Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D165059 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Assignee|net@FreeBSD.org |tuexen@freebsd.org Resolution|--- |FIXED Keywords|needs-qa | --=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 Sun Oct 12 03:07:00 2025 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 4cklkr2xbqz6C4Fr for ; Sun, 12 Oct 2025 03:07: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cklkr2Vysz3mMd for ; Sun, 12 Oct 2025 03:07:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760238420; 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=b6M8aC7cf/UYayRrSzBqDCxKPCv1egFfp6D02/a1whI=; b=Pjt80XGPxxDH88DbtfHEWmyqoS/HkXvrJCPDlunA+K+bgrki0DMjJlX11cvvDjitg+vj7R xjEUL6f5FMzCCBNkmD+JwumLbt0kazIeusd3ejVIuKjF08wdnnYOlwLeJMmFbCCKMY+TtM lLSZEohbczffTxFVJm8INg+yBE0ZF5ygicpEtReRC1pi4zYWaYYIWNf8E5gBN66o0jcilm 3IDa6OyWVSIJ9Hp2iHI6F4ejI/3DZCmojK83rSh6o6XIwEtzypNSE/V3yXCfNAIjLQfx+5 s0R4nKmAHlzcTE+zqT318lrmYtDw8HxhPLVTTiYFstr23Fdj+hsVYeXi0eIvUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760238420; 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=b6M8aC7cf/UYayRrSzBqDCxKPCv1egFfp6D02/a1whI=; b=MFcyXypNemIU7W3Leo2dWWV+tG9hbCzqS8S/F6dwUCD3NCOZy6uOZhZdgDCU20UWyM/3Zm 9aGMPSysm7srnWjJ/rt5tO0d6pb/GhrkpbZFB49MBErhyNGczX//sEEcOirQga438sAeLx u75F0ohWIm+hgO48It8hiuP0By09p1Q+SrTikictFxrY8rmcZwTC4DwzsxWGpwEIySBVRh TuqTzyZHRs6m3Ws2+82dLByPcw2UURZKeNaYrylvpSB4DtbpNzkQYgItkuJnQfjMhZ/5PF RDld0IJLYpJYdv7D2YE3hPPWhleGRwweCK5etfks1HYU8GwpBnYD1lzS6I1PFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760238420; a=rsa-sha256; cv=none; b=BYtM18JLfiQMkm3PoAfu0HVlaiLAX1qh8H9GwQaHzitWqqTTYxNY9S+VGvFH6sYuSAmDdF t85bggEgj6+Kgy3+0u1ug45lfFrm0HwQXt/Jxe6RSzfxvTs+6xzbAqUZ3bU8nuN68yadbv cO8moysCrZv7h8sZPIzGJjvw6eE8/l02ygk8zySvnBg0Jh9+E5T6Pxs0wva+Dco2JogTuj WAHWMXsZkSMworhlJeM7iBAVd/sWT6gjPw4k8PK3c4rN/YqNtGOophu/94N0KgiSNs+161 zXLXGFp0HrTQ2BmXbZ2Ye4R6hvQ6zImertAEBx+QH2gbVmCo63YU8VWcm0tDDA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cklkr25Vdz12GF for ; Sun, 12 Oct 2025 03:07:00 +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 59C370gf005833 for ; Sun, 12 Oct 2025 03:07:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C370Vb005832 for net@FreeBSD.org; Sun, 12 Oct 2025 03:07:00 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 279653] Page fault in in6_selecthlim Date: Sun, 12 Oct 2025 03:07:00 +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: 14.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: needs_errata? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D279653 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 03:08:01 2025 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 4cklm15yJvz6C4MW for ; Sun, 12 Oct 2025 03:08:01 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cklm156ZVz3mtw for ; Sun, 12 Oct 2025 03:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760238481; 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=zLM/DsX5Lv3gMFQUa9akonYcxYCpIU5Bjng41tQkqA4=; b=o2TZx5kFrweihoe0UbB4HqcSJGVx6PBPMmzObwOH2V6IqMHE7DmOiifHeOQnmYqZODJfiQ kEd1sghSB2vC19OP2LkigjtFguTTh6yMNYWF+Pz5DqP4obQeQZhBjfflJ0g5nXkoVY9Ktm iNELhi+wBJGZmpbsL1xc29jWfzEJF5tq7u9vkg5MVMcIXiQKdDb+NdFhU9Lp5VgAvWx8iA CCQNgSnOpIl4iWswAaMWYlNIPAX7XWbDJSif46B+8qbFF+g/VioaJg2jUylratTqS/TBr1 teZzafD2GbISG3Alu0ruIRALWbeMZXu7YMwrtAjx7OCePg4uqmsZ9H3rSd/Vaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760238481; 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=zLM/DsX5Lv3gMFQUa9akonYcxYCpIU5Bjng41tQkqA4=; b=p7qvFBESQ3CR/hMHm6kjnQl9E1kjF4RAQ//2w3zoGuWKV9dRicLFi+vb0tbdnflvcnbYFe nA+Ocv++a6sLZbYqTBXbzWXbPJvfKzNYpRA2bAbvOT3ML5SoQJF4xGnUDN9f41wu2wd8LO ykwCUmRwC3l56lFw/Da92o/eoFsZ4UvJyr4SvNRjTY5uFG28XHaAo1kvhjmsNztkeEpRKC ALRSG6et+8G1E3+YJ2Y6lbrTcXbEbFZH9mD4GUn+C43Ns1PC8fWTvKaEPpC43T58DOO0N6 SurR329Df7A5XbWr1ggfHmqA/ucZoBGKuoXMOe6gzZeGCcXBe+6TI8lgIQ1/ZQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760238481; a=rsa-sha256; cv=none; b=KCnrrxXOjJ/KyTiVmKy+6GbpI+JFwG7+7mn2VrYR3DDpurRFw61oCRzoU/xa30u8071zZr 3AjwpgVKKms3ocuWgk50C0mIbkqzTTLCq3n5feY92A6LhoNagSTXo52kyChF9caqd+GS1W vqkhmWdpRBmcZiumcNc3DZH5QUTk2TBNOcw4SufGDbD5gnsUkPRZJj2Y9zP+fI6ZhF09r0 ntTcm3WytZthEapoKQOb/WKvSNLgSbHQAlQw2l3V4Z0LJzJeqY2UP5Gbs2X8G7dovTyvu8 /10/jLa9S3cIxbFR6osed6iw0sK/mZRnp0YYYLVHdI9+9nHq/PTJ0ipVzjaVFQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cklm14ZT0z12fT for ; Sun, 12 Oct 2025 03:08:01 +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 59C38142006453 for ; Sun, 12 Oct 2025 03:08:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C381vN006452 for net@FreeBSD.org; Sun, 12 Oct 2025 03:08:01 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 285129] netinet(6)/route: uninitialized access of ifp->if_data in ip6_tryforward() with PPPoE/ng interface Date: Sun, 12 Oct 2025 03:08:01 +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: 14.2-STABLE X-Bugzilla-Keywords: vendor X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: zlei@FreeBSD.org X-Bugzilla-Flags: mfc-stable15? X-Bugzilla-Changed-Fields: flagtypes.name bug_status assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D285129 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable15? Status|New |In Progress Assignee|net@FreeBSD.org |zlei@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 03:37:33 2025 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 4ckmQ601CZz6C6BD for ; Sun, 12 Oct 2025 03:37:34 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckmQ56X9fz3sGd for ; Sun, 12 Oct 2025 03:37:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760240253; 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=aHafxIVdMeNiM5u7ZVVtCqElJFVj1coPTAAiK3rg8Sw=; b=ZC+DfiSiRE5QpmWCUVx4kjq7vE1QyT1mB8HJOrrjgD3li+YmhfcF78jBVqclJbjVgDsTbq OLgVyC482flKZLKqPxZ6esJoo7Nc2Www5v7uYywZmQhS9ZZIIWRSYm2UItKy8hAaWFrpn0 CFmuB11gAIDvs3+Urv2xSh4LoXLU7qSHThSd2juzIRnptl6mDglWJ19bgV2EchE6tf9qQO e5DABc9lMRrYsL98ZtiKY1t1CZvVlATeX6ogJnJvCbuemncdzkoBvaOSFEO+8Tr7a8H7fX 2JU0giXx7/Jb2WsnXOBgxjJ7xYvfBmJoDV52KPds2FqvTCTbGB7670RZmlLh1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760240253; 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=aHafxIVdMeNiM5u7ZVVtCqElJFVj1coPTAAiK3rg8Sw=; b=UsHzZoy9QB6FnvZSgjHsW/ChGF5xByq0zyyeJbONotFX3QAyWdOG8KkfdrUBQd3EFQhaNk 4O9bM8eEUoQDFTfXboA3przxHLSKn4Z5kMyCE6kaLCyt3mOey1pix8yRivg8xD6cBtOUZG nK5aECqvkyedUMvXGERWkL7VSyjv66kaA85WFiSBZdvwQuUj2TAW8TShX7BPBRjN0BYrui e9SJCo4IDMXqLedv/lkkr2CuH2fnghlKVTKUN6pORQqtovQDT0FgL1GbTKFdcs/0uSrHba TYw1aJigRO3B8GEDth/QxCmYj1LQ/E6hQC6UjsfwctKrQFSrVVD8JLidPkZSaw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760240253; a=rsa-sha256; cv=none; b=EJBomWHOOOmbGsxUb7NTAhbIG0r3bXzwMeCTa5qR68nT6AT3AHImw+5q57so3smfnmCxHS fG7b3zwszD7aKMo4ikNk1vra8DE1qbptKH4s677KQK8fRbsGDicOtDqXmD8DCajefBBM5j oyOd3Gmu3pg6mOVP72cEc6myinA7FFQpv9ESCkagEvvOB5vBEJcXbHrY9UPStxpOk58dLi p1I6Rouo8V5IL7iSSgkgYRH2zd8pfJ/rIa71rxxfj9/Jmhtayu0qnPsg425t9YRvfqDvff Y88BygdMaXRpLz6YtsPoMfLTotai1EUoG7WuajWtbjzUJ/GZFwysCYByYCnCVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckmQ567wFz12rb for ; Sun, 12 Oct 2025 03:37:33 +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 59C3bXTx073731 for ; Sun, 12 Oct 2025 03:37:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C3bXCP073730 for net@FreeBSD.org; Sun, 12 Oct 2025 03:37:33 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 289545] No option to disable NOMAP leads to network down/up with em0 when starting bridge. Date: Sun, 12 Oct 2025 03:37:33 +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: 13.5-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: zlei@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D289545 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |zlei@FreeBSD.org Resolution|--- |FIXED Status|Open |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 04:01:24 2025 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 4ckmxc5ZSfz6C8LC for ; Sun, 12 Oct 2025 04:01:24 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ckmxc4mTrz3wRy for ; Sun, 12 Oct 2025 04:01:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760241684; 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=pyR0bEG9luVDOlyRYtX+FOBR3g2rO2ubu0G2FRPeCeA=; b=wXd5NwZ35cCSTt1d4NmzkKssBbaVvm90ofMUSn6KM+X92Ty+GyBbdcZLK/58YRafUY8tyj BahaWjYQmg1GmdWotguiOjJtexh/2LXeUAklECxDwG08QPmfBfyD0ZOdwtmXVISBT8t22a j2CobR0QOsDhzX2UfAGYAJ6ZVsho7buSaeuByFkJee/BQGJMWTCJJ6ZzzkMX40WLSsFDsA uqlImPec4qGPKlcoxrDrT4sZmGHFAy/E2iMVrNj76wArbWNQrHMidB5GOzhIkVtFjVGlGn o8pPlCwFqsMrzccqEz/VjdbvhC6rZPUCyy/T0K8SEwYdoLPl3ujvDWNJE8rxEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760241684; 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=pyR0bEG9luVDOlyRYtX+FOBR3g2rO2ubu0G2FRPeCeA=; b=GMr8kVKWXXUDUb8fUyk4ZYqVhTFGcSTkU9OSlS4TyHmngYFDOnKIiUkrrVFp989WXEi+ia wxWgjZmOAhbzlc6i+dMyZhTEyfSGBLw1SFf/x0eRr9g9jcxA9rIZpRlMkTaQ8CKWrIxIno M1oj3anQ/klI1SMdjAhHWL+9M+w5hzyQpl7rbqhmSEnSQWLn5M5socA8GKDHjWe14Nuv5L mUOI8s0TZ1RnPKQnFxMNc8m9WAmztsi19AkhcqC2JCNTe1Gshzb0AtmryxHXJUItGTqmst Vtrfu9T5VUhdeByWgXmOZ435ihiXOz6ynKJsniGwBZbMY4UbpaT24RVVPzGZLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760241684; a=rsa-sha256; cv=none; b=AZQFL+4TjEXhJAtCv2s1psP7eCBySMIsDWSj7ZZl3VyptEHG2uSHGHODoEgsG+q2YW25iU xSwCiMnefgVUrwTc35dV3Q5c4oe/YFUN+UCt4XAjfi33wezhHorqm8e5Odcm4f6VmJvScr i5Es8q8P8HKgxFb/ERcd8p2r6YbV1MPSslfTzjWjny7jmm7gIkW5nR4T++zKTgqkx0p//q +r95kP8I6WlaAhkwvWP8BmtiSTWGe6K2QxdheMzWOMaEiebBP4OW0WJ1YbxfdHpQQlwNiD 73SNtld67zHoGxzGH13xOYzRifdUKAnSo/ZQZXqaD3YPL3x0km0tvwDmz+2qDg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4ckmxc4MHnz14CT for ; Sun, 12 Oct 2025 04:01:24 +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 59C41OSi013458 for ; Sun, 12 Oct 2025 04:01:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59C41OH5013437 for net@FreeBSD.org; Sun, 12 Oct 2025 04:01:24 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 290039] syncache_drop() coredumps 15.0-ALPHA4-ish Date: Sun, 12 Oct 2025 04:01:24 +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: 15.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dave@daveg.ca X-Bugzilla-Status: New 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290039 --- Comment #9 from David Gilbert --- 2 days of uptime exceeds by more than double any other uptime ... ... so I'd say it works. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 15:02:37 2025 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 4cl3cZ22fDz6C4jh for ; Sun, 12 Oct 2025 15:02: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl3cZ1M5Kz49nL for ; Sun, 12 Oct 2025 15:02:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760281358; 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=2YGfJCs7L47azvswufuc9D6M8oo0y5shLXYqUIE3oeo=; b=W4SzywFTp9+hygpPYvR3u6AEh+aUHbdze/zEG8yNN55yDVxQ0qL8A6binZvqy/AgL90xaD St+t1v3MOlVQADnRYkNw0HAHAvN3EiqkRFcO5cJOtVqWCNmykdUk/EgCGkxPbu8T1Afkm9 jf+rYy4frcPsr7q2U+zR5W1RHA0zDYQxbDmw8VuEl0sB/VrCEB1EaYqrCn17fuCo55wFAY bo5DjzCR4ZgVLJl2rYMznXeEnew5b9bOMnOxSeT91M1Jsg3FanfznfM/S/W98IYqczCm4f BbcLM4l7NloXE44rHW1W3deUTsFRviLmBSl9cDsirsummWGBOcnT0par+/PH1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760281358; 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=2YGfJCs7L47azvswufuc9D6M8oo0y5shLXYqUIE3oeo=; b=K/BJJEVXTDY8K40RViiCa8uT/pmkjAYsz3thlaQvmOehGdsfKYQjVkHLA/cq8LbSrMQuZZ uWgYPMqouvIAuNBog67/RZmQ20w3dTCfn/DsWMbL/ikCexnBJXYl5X2y7K3z+9MIZDvd+c Qw5zyFzW3jZSA3/+8NIHt/uJg7DFV71MULWoJWsiQcowycicxXLJeOU9Kms54lf61eVq3A rIHhlvetwKyuG5pg/FWc8BPG57J1y65OdVAi7mg3tuLMw8hjWWGdIghcfOtKABY32CkAum xPsdeTsVfKf0aH1BfDvq/UiANZ1eZ2jL+YPYCvDf/DGASBCxdgezLMAFTAyOxw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760281358; a=rsa-sha256; cv=none; b=uHPgugGeh2ELTrkTnYvC28CPMCV+tAN49A7VemRAyeaFhlr96nL5QVLwOyuvLQkQ8rtxGm 4dogkTnYxJ1RoZiGGsfCvbax/AD9pNbcWq/wQaHh7P8cuu5LcYAY/V6uQrgJUnQceZZ+OY yzc5cbxRSXHvZ2mCMiCjm79K5UlerDyryebcs/zIayk1aIC4Z7puKl0qyHRtAHbkM3twjk D9weB7tph5IAoBybfvg/G6hLuH23XwW6g055Pebp10EAWCpxijH80Gb81kpstjw2HelBck olUUjMXjeyBBa0ph1Bzjsk8q/8cvDmC72aEqhJsUb7GmpxE1HcFHCltqQrYO2Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl3cZ0y2vz9CZ for ; Sun, 12 Oct 2025 15:02: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 59CF2bBU042628 for ; Sun, 12 Oct 2025 15:02:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CF2bWX042627 for net@FreeBSD.org; Sun, 12 Oct 2025 15:02: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 290141] ifconfig w/ new if_bridge logic erroneously providing error Date: Sun, 12 Oct 2025 15:02:37 +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-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290141 ivy@FreeBSD.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|net@FreeBSD.org |ivy@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 15:09:58 2025 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 4cl3n2061wz6C5Qd for ; Sun, 12 Oct 2025 15:09:58 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl3n16h7lz4CgR for ; Sun, 12 Oct 2025 15:09:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760281798; 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=TElXKVh7iCdlByQ7bGApKVF7/iaje31+5wgena/7WmQ=; b=ALXGq9NJ5+m5JfNxT2kiHpRNd8e6UEuz3hQlTsrOTydZ3wNeGo997NgMvTNiCaCluOP3ps 8GR6gAn/yBdtuZ3bKrXDvC15E6C++Oqg2W+Z/V7ibwhkGjYhyLIntADr3lHvjk41NYoVJk SzwkfOpm754+DbC9odAK2+aqywVx8flIT7qOufbbl0CVRTl6laYxcOho+wzzyMG7wnC03x kc25shIGnhaIDdamjeswzX55YwG05NVADDvKd516qGm+CGjD3hMKAtiYgSHKbWEhp6pb6A hGCB4aI8PpO2kyhRqiBbO958I9JXU4XEfNtfgh54w4/98/weILD/kbpkj2Z9Yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760281797; 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=TElXKVh7iCdlByQ7bGApKVF7/iaje31+5wgena/7WmQ=; b=ESVlgyRN510m1kZLPGehXGSmeu9qZ6DhUG0zcZn3jLmeqA9xu8VX3WvO73VNNP9BIwExWO rB3+dkUIck5pHCaYDEOAZPcs1LFcm1z03nxc7OAJys4TcuR+h2B3WekOieoTqC068RlRrs hME516ik9pOaMd4Uc36FFE8++D1DE0ze+2f2NlYZytECvYLQF9C197TegKZCFxcI/d6lzS v6CWt4LxRIdFvGsFz8cyVRDca4fXPAr2v/grrjZftm41fzPn1F3uwMuFSfVvRJ5QIuvPjW mRaU7msUzJUTJr4rJnwRyrk39B102KV9WhB6wV6Ur+3zwceN8npsnGoZUfDSOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760281797; a=rsa-sha256; cv=none; b=U8A763+/Z6vfJrUSS4pNCRvFtKjju3SLNFtJYOYEdwYmjXbXe5BTZNFTvHKUNef6Lhinpm rTeeuh/3KBU1VKhoViiIMp3k48tVZwWZC9nYtI5V3cHN+8ikMoydrHDLa7Tg5qcRwpJh6M tmsA5atnYO3/9V62DFWif0Zr+thTdmY6TU7F61NjXnO1NweS5A+6YvQ999X9A+7L8Ftg77 yPkg1atFXJmWH8MiCWAVPxUgXetctN8d1mjXX6H91r4cYEevMoutBm2gs8NMsu28mNe3Wq DMtMEVx75CDO47ms7tMqAI/IVR3AHHMxOSBBV6hkRa+Amy/xDyOL0hhKL99nZg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl3n160Ygz9Cd for ; Sun, 12 Oct 2025 15:09:57 +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 59CF9vh5047068 for ; Sun, 12 Oct 2025 15:09:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CF9van047067 for net@FreeBSD.org; Sun, 12 Oct 2025 15:09:57 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 290141] ifconfig w/ new if_bridge logic erroneously providing error Date: Sun, 12 Oct 2025 15:09:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 15.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290141 ivy@FreeBSD.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |net@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 15:14:51 2025 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 4cl3tg56dLz6C5Gk for ; Sun, 12 Oct 2025 15:14: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl3tg4RXrz4F8q for ; Sun, 12 Oct 2025 15:14:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760282091; 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=ial8/boj6j0moCRdlu0kEQK48ue3eYdT0UoQG1jDKjo=; b=MExYD7Pmx1QZiXEPsK6Whirzy/66tlszygOOULF/2lmAl3QAxNQn8mBevZtI1ejPWuqeHc B+x3G9bvsSiEM/R7P1aCTZra0xtAI29L/HmqwVhLZhJAJ/ZS2U8HjJ860LSxCYgzUlnorY miIpqgWlWh/0jQhFH7Ty+TTGAaCfmRiE3GqfTFvDMlRT97LDl1elWfaSDQW0crwhaID6s2 jgYXbdbNMvhf6IwZ4wYMkRNcK5rnX409mGfkqCmM/aAyO3JbFtdlWesMrE2Q3Y+Clrm0PX VWJRxedvcI/wmDKONrqklf+EaskUtFkF2y6WezZnCI3+KkS8BJxD1fldNCKKIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760282091; 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=ial8/boj6j0moCRdlu0kEQK48ue3eYdT0UoQG1jDKjo=; b=vfl/NGdDS5iRRCSpD26Ljh6vZLajnQF8uxkfc2fM7pYIpY9I0dj0dqu7KpHzmHGokE305h Gr2FFNSkwpOwBojonQsa4kTiqNZ+N3b9sdo6WN50s74+PaSln/sXjj62q+tDoaOARSg4Q0 MQ+atNGuXcGUE8ODBn45e5Wpu0JpD9iwethD+Nli/pot4sUbc2Ecp13Bv3zimM13PzFeqE mbh+M7UKS5SA8KcUQsuWzcjthF6MH+oDXkyEBZ5zGmTmKHol5wwh8fZSwLpg0KFm02kc+W i2NcYDNg0Jlxo5nDYmLfsBnd1raTO4R/50c/hWjk2dx24Acxx5wVBC3bVypXLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760282091; a=rsa-sha256; cv=none; b=qMiOnKfQIDdo11G5Mh7or1fDc9Ux+mt8bpC92sUCS5KlXfZaaxD8vuf8NmZ3uU/ITgvRbC drXUhocyaDiyxxnF7KqCREqk0HkF+Xzgp6KPVhcX1J9o0iXKu2nqNSpoQf/9Yma4E9ckjY X0KNMxj6zR7Z5uFwOzr8NU16Bpo7XsDzusJ+8+t1EqsC4PYYgE5X5dEvKmD2pR3FyjkLT0 AYa+YpjavW1rkylgzPjpi5PFKD6tCsqq5cFQNZWxgP2WSSCQky0ydnRkesmmOkyKXfDeq1 PVmwAn4p3Xh3xCdj3vHodl7fA5i2wTwdAsEx8XpRYLVBX4g0ag3wtUPm/7OeXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl3tg3wbJz9DT for ; Sun, 12 Oct 2025 15:14: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 59CFEpmA060806 for ; Sun, 12 Oct 2025 15:14:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CFEpxZ060805 for net@FreeBSD.org; Sun, 12 Oct 2025 15:14: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 290141] ifconfig w/ new if_bridge logic erroneously providing error Date: Sun, 12 Oct 2025 15:14:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 15.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ivy@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ivy@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status bug_file_loc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290141 ivy@FreeBSD.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress URL| |https://reviews.freebsd.org | |/D53049 --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 19:15:55 2025 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 4cl9Dr4hnKz6CP0L for ; Sun, 12 Oct 2025 19:15:56 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl9Dr340hz3SSh for ; Sun, 12 Oct 2025 19:15:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296556; 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=4rt2nC8qiGFMwxQTK5vh09GrM9Q76uFcNoxBEvqjIEw=; b=STdJ87JEQN/tRYcM+mSeb0O9LbMrJGugt9ra83+OiaTrU++kuV6AllY4XqLfsxkJLiZSpD Q3vKxW6yb/TNX+0qhuD0eF8XHqns+f1V/4MR+APB4juJpzULgQ0uBU8EpHnh1cFrnGyiDJ ty2cKjFRaa22v4Fi9px8+hoQT+sUxXLURo3pXbpmoJFpoWGv7yAkVySjvBvEIFcZA3lwfz M8Ow2Q6jxEqyEMm0VRs7x3cUP+M4LQy+Zj7+FAKxTcaKhijqzI77rKFEGTkFXJKEFJf+f+ Ntj9EqYUNi8uOaBieMsIdmgFiwvIgGEqNMkZ0a4dFtGEJozF4Rhgdnfj1qUoLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296556; 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=4rt2nC8qiGFMwxQTK5vh09GrM9Q76uFcNoxBEvqjIEw=; b=jAvV2QYVEFra51blYqDYmdhEnA4oX7SAUhjHIYErsJesVFhIXj4wGoM4LlyUiBXr3551yU nH5xuIf7J8ASJdOrJjriJRNl1zdbU1I+LAGxvueTx31vfUFDPBV6fAdKK29fr9vJg7pGmB gTRTNuzo95lZNbJywc3xzMR2AfIPudy+7gmc8g8Ox8o0zE/ljbHmK7YhfhbIOO55kgcko1 evbS91kYCi9VYzuLFtxLERzlERe9Tfuo+M9KHm1iVW7qTTOOscmibY24RwzRFfkLPLg8RW c6X7LDpkFlcaVeZmXfrhgEGTUXcxTTQK8SDwSLE1976zcOWoNmHvcqNVaoSXzA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760296556; a=rsa-sha256; cv=none; b=F/mnSDiwBKeyEIrT9nAWf0YLSrMEZcwTk0F7IiyL96cMTEcWjQoCbcgrjwey+t/YquT7a2 2naOQnhO9G8hVvt/dQDUp1hHRWhYKaaZy/D395XgoBPFt51Z6b8kP88KIT+cp32sTtfQzp jIIdaSSPl1yzMp1ZieUKPNfLuDPsZS3PefNPLOrTTpIHCnoDQGZF86Z/LQgKN7HAdNgZKQ mAoTmMk9fpD1EF20OXmRUvA/GqTrLex23ND0rJBbLi7WgaP6b7C4kNkNnjLo4Nh/WeKmTa x/Uf0063vnOQyO2cFLH05Qdlc4L6eXFfdXk7QcNIAkUSW0WBRChcPCQzwp//Sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl9Dr2JczzZZK for ; Sun, 12 Oct 2025 19:15: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 59CJFucv032337 for ; Sun, 12 Oct 2025 19:15:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CJFuWb032336 for net@FreeBSD.org; Sun, 12 Oct 2025 19:15: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 290039] syncache_drop() coredumps 15.0-ALPHA4-ish Date: Sun, 12 Oct 2025 19:15:55 +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: 15.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290039 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 19:16:43 2025 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 4cl9Fm1ksBz6CP5C for ; Sun, 12 Oct 2025 19:16:44 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl9Fm11tZz3T8W for ; Sun, 12 Oct 2025 19:16:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296604; 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=nah/EkyGiu8P8N7imLy/Edrb6pNr9RP93LKWyp1/dR0=; b=m5H/l5VE41jzALO7rS5YDLJeAnmYzG5pF3RAcpfQsStrNVPdmB34TOJEWeVskY4lXYpkDh D8tDGWDqxxI6Sts62cWNIB3YF1GpMsDMFnE4/G0o3Jv3nJ9vusrAy8VRcmayz/df8f03Sd AwcR9n+GYBbNywEPCMkFX2DFUcL9ifRLqFs/gPCOJ73GPSioWdB5WrINDbeEOuB2T1JuLL MkOei1Uc26lV4FJ9tMQSjOgNjCmuuCxQgmC/yREM5ruto294K5KXQxjS7312qwQtomcPfA Ablz+ofOr2OOQ9fLNrcyVTJXJbi7GE3UgOXyG9QHguq1D48uBzBVi41XPgIWNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296604; 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=nah/EkyGiu8P8N7imLy/Edrb6pNr9RP93LKWyp1/dR0=; b=wsjNCYVWiNycDvseWGzb0+gQ73C9DXId/zm1PGpbY8cqXrHWjOSlSD5zGnTJdZqFPn7wWF FeZF+QVjQ+SXoP+XlNdE6smD1jT4iCExBv8TLoN1IIqqgUQ5iHQt9Y3Yf5OyHk+r6wPer3 bnx9rJp1itKKoD3qpvsZylPRdmd7F0mSqFEd7uWHa2p+wspvqL4SXJj1oIvKInWIkI997R OEln4fKzhq3WgRAiwO7qYJEMWo7rASl83QK6s6AtZSuWM0pCHy96e68iOTB1RcsoeT3yhJ dKgEHoOVfZ8N2soqAtB/qs1i803aPNr8OT4hhTiYduL7MZh8xjKZ9HVMySlpBw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760296604; a=rsa-sha256; cv=none; b=hcvw/beDHNkdYoo0NEOW9jHblLzBtW/mylnzfY/tYMtsLOSe6BDDyAMNjWJtqynegl4QmT t7TT16o822n/duF1x4uoGVSg0OQFbne90DNIXHcmHtn+FMua1dSe0q5cQdOjElEyKpGlv8 uJ3r3o0MM2+oz9N0Yz2Aaetmy+AiqAm08QrNDyg6AZMRJU0EJ/lP4cQrQGGZo0WsBRfe6B SSSay1eoWL44jASuJOZSyuTXt0mST1IPDU5FzqRtxf7E69Nw0P0+1YCM6ahp5aAcVgdZF5 04EVO6okPcaiizQ71Xt5easuiHDj+2rUVO4hn7gGOLVtKdUiOxjUbj7SdbfXYw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl9Fm0KddzZKx for ; Sun, 12 Oct 2025 19:16:44 +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 59CJGhSI032810 for ; Sun, 12 Oct 2025 19:16:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CJGhcN032809 for net@FreeBSD.org; Sun, 12 Oct 2025 19:16: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 290092] panic after TCP syncache overflow detected Date: Sun, 12 Oct 2025 19:16:43 +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.3-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D290092 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #3 from Michael Tuexen --- I am pretty sure it is fixed. Please re-open if I am wrong. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 19:20:32 2025 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 4cl9L971r1z6CP4Q for ; Sun, 12 Oct 2025 19:20:33 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl9L96Ynbz3TnQ for ; Sun, 12 Oct 2025 19:20:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296833; 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=QhLqskhFh6koxFA2/J1zhkeG4jjLstlFYdFfCpFlQC8=; b=Ax6srGY0AoXh6h8insalSrTmUMjaop2h+w/qtHZRAAkAuVc5ASfgHtqvdNomuJk70YL8qX 8TpDAlUFHH1WRG9bGKUNppnV6TjicC+ovPcX92sxPrz9VaqaoW97Rdt/V6iSeDB+yLX1jk 6pQHvkilGUR2x3H/Ipxee8FNJs6yyrBfUTUs7vNg0RyC54adPkfVyYsBdokAo7mmcKDDZ5 +O6fScjUcRT+oSbn82fQSlh4gqjsd8ELk1ltGh1I8h+lOvFQ3ldzAM0vG7pOUc3Jksx6KY +Fps06g1mSX20If+xlVobaZcqKHrCKafAJpGpfTZb+v+klPSWqtI4vr3SGzaVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296833; 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=QhLqskhFh6koxFA2/J1zhkeG4jjLstlFYdFfCpFlQC8=; b=qrOed42hFsq3BKMvu26t+IXdxheylK3XDZpWOZrtFRiqUNunYj5zzAeU6VS4FM9omfXXcG FyvjiCzJy+JO4vFJAipHNvzRZjC087zUoArcNipfybvv9JU1/4LLFh40dST/tn1IHVgVJJ rCykkdt7CqbcBqx9UbWTSG6ktUKyIVjtP5GmMIAhP06Aj1+RSEpyopTHr3E+mTG8Y0peEG QYvBm/E3OAyzkE6vg7YJYo10BC6czzoQGbz8klzSqRHAb0joH1pX40zkAW4LqDh/7nJgWf vr7plGtzGLiCZ3DIf6s/kI0qPO5oj8rSvGBAXWMdFb41Of0LK+9/RpPWEsc5IA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760296833; a=rsa-sha256; cv=none; b=s9b2EviRAT9jF+hOZhtO70GC0KXavC5AyLb0gWEXOQMtT9FyeTODroKRtkaERXSJrYqefU mCUR2rD8NnqphLF0pE4mQZpf2MfPWf0Sl6GW5mE1TKKZwwLh2oh5F1JLZ0ovNO+nL6acrN nPBQfb7+OY4D1eKVbOvKUS+q66WnyTqNIZsirMTAYA6xzkLfEAt39lMx7oESDKfiVdqABA sdpjtPe1XJCUp8FI6FjK9ulIHI8wkRiZNAiOuKKf52rxDLaoHPEN/XXnpz6FsfpmqHzhTS FvEEB6qlNgN5VjfwrvFtauUyrurQ+c9YS9Oac53M+r1TovnD9ZRnruNM6bpbBg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl9L968fRzZMW for ; Sun, 12 Oct 2025 19:20:33 +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 59CJKXAX035127 for ; Sun, 12 Oct 2025 19:20:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CJKXej035126 for net@FreeBSD.org; Sun, 12 Oct 2025 19:20:33 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 19:20:32 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@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: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tuexen@freebsd.org --- Comment #9 from Michael Tuexen --- Could you retest stable/14, stable/15, releng/15.0, or current and report if the issue persists with changing any vtnet specific variable? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 12 19:21:16 2025 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 4cl9M13V6Qz6CPLC for ; Sun, 12 Oct 2025 19:21:17 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cl9M12qm5z3Vj7 for ; Sun, 12 Oct 2025 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296877; 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=w5VO6TNp8r0D9lJJfiRysoA72rWumkXYQiEvG+PZAvE=; b=Eo3+72XWdlD+H842M+mAc0RdBF4lE0hBLLIw+RCwukc1PrXxSf2Rh6sk6gC7NaZzMUWDTF XFduwk5s/5Rd2iSTZ1NISGLVyA4/Xl/MGIm6ILpTzamrQddTYYyjYrO7CcSg7+QY8O5Nfj uw3QrAMwCYicRWZQuKRf7d9k6JNHsEYZgWkptEH7VnoW9y0l1Vkx0vjiSp4GyNpgvLLlo5 9eCWQnklnxFhnsnlgC7nbyJB61KuuiY9bU48Bq4As9GpShywbYGEa1Iz0lUHIgRswGVVCf IDb9KbHL4djbK64VuVQSAuAChQokw6gM2Xc2Hvh0TQlmO1mj14jzSa9ksplwXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760296877; 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=w5VO6TNp8r0D9lJJfiRysoA72rWumkXYQiEvG+PZAvE=; b=eJ+Zpnwg7+dm5PB/hlbSKJ+QE7WL9WW9o/gGTyIkkJy8mNX2MYu2tzkj0LI5F91F6YzaYQ JDe9c4Sb2H/kT6QPbAp5OJIlM7UT52Advw3NOxZKCfswsHdpvnRUJSGdgziTV2hdiRwHe6 vbVNmYHklkQSzjr5B3usGdM0Cy15p1iYWSOjJvFl2Q34kgzRxa4y+ML9RmqYUFqEyAwCDY XQxTgXhhkiAxYMO5R27EAmVf/7K+w6MRVs2eI/xTKyA69/w3We10BP0JZMxjVsgW7hSNRX xThMwW+pC5YIGRH9HUtkdmfuddRL0agx6HNp9VO86qQL8yQjRNys9pyGEv/pBA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760296877; a=rsa-sha256; cv=none; b=dCO1Iorgujbc0c1dVaJGS0KffFgMyCo94ngAkaxE8sEtHQrimwLhaI5B1F3N7bt0+SeY8y fM8GbNtbMvjd4Hgo8NgRBg7eoxdL4ih1g/FX2Iq3+9OO8RsuhzTUZvLEyXuNU5B5cyLiZU iibmrPlFI5xNJABQvEzxa+ouTrQCIxcuF90QSCnuqhQ+GruYbOc/fIMLknDEuf2vvtqJwy GEm0ydNQLYfjmAkK4Q2jcE74SfIKwl6TAcRIQsAFr8JbAvTUsfvaHkcervHTx0ZCOdzcoH +KKSy+t2H0di4ka5Cn1MmtoRXxdGJKn24TB1KAsU91xXhZEtnzYmkz/YBArCjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4cl9M12GGRzYt5 for ; Sun, 12 Oct 2025 19:21:17 +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 59CJLHw8040649 for ; Sun, 12 Oct 2025 19:21:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CJLHZf040628 for net@FreeBSD.org; Sun, 12 Oct 2025 19:21:17 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 19:21:16 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some 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: X-Bugzilla-Changed-Fields: assigned_to bug_status cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |tuexen@freebsd.org Status|New |In Progress CC| |net@FreeBSD.org --=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 Sun Oct 12 21:00:05 2025 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 4clCY16ZWNz6CVpL for ; Sun, 12 Oct 2025 21:00: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clCY14196z3j2L for ; Sun, 12 Oct 2025 21:00:05 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760302805; 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=mU01ZqG//NbdldwWi8disw6PRICgqgNXVYIog1Bq4ps=; b=e/7L/yDXZ88e0wsKuWDUupRuqYAy1vrgYVSJKkYecWTLqJIQzuX+PFIJPfbOKsY7fdaUvB bvh9AK6++ojoznAaMctAwK3Oq4X1JBZ9TKKOiYUSC4uIUDzaGGeKelKL+RbpcQTA0da6Ei 8iIVVYyEPdbfVaoXlM073QXDjloKCRwFWOabW7FL5EVdHKujK937Ws2aLtZXD6x22Zdld/ kLGopTqKBZHdeDgIEf/TbJrTpKQAn35ogQtcwu2J2aWirXIQRq/Cw4incCr74xWA4QJHK2 BUv6mycddU1pOyxqEsIrr4+90LjU8gpfiN7c7i5yxkd/m8OcNHFCkh6DtQ/qcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760302805; 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=mU01ZqG//NbdldwWi8disw6PRICgqgNXVYIog1Bq4ps=; b=WirG/Rz4Kn5GA+EqR+clgrJbyX23hUz0D6VpShbGxymDDScnUBn0+1gAgmrhN5ob/cIRN9 sLpEySwUK6csmBZL/GDYPl806VvwIf65XiAn4wMHcYhkL83yseK6qIIpHUD7ImQoAt5sAT a5pNQjpWjq3xHNQ/o07Bx8B47d846sRK8WhKB8zy5bZ/8f7Ff0LYCvmmtJUazxgBlW5MeY e+z6Bxv4+fV7saDF18Qn5WAtM42065Maxob44+nOrpo4gmqLn9crJTKh1Xzb3KLD0PqeQi AY9HnPwH5e25O5r/V7lLSC1MFENeXLq9YMjHuXZOhZ9vFnKLMOH9w6GCIpJprg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760302805; a=rsa-sha256; cv=none; b=SA6wh/wyMGl961Awmx7ljpE8q9AC3KQyhWNddnm01Wwt4Ey3uojO2rZ7VaWilEfAcUtUpl QrN19ShNOqNL1Mt5ZWCKUM8O81CzyjrEzSW4307Yjp8iTuWR+Ci/MXFz53IvK7CopqJp4N tp5/PRWBWlaeg9k0cguP+3fGswtUBNGzyfWw57bvgd5LuFr4Hzs1iCGm7ADadWQD3blqkv 2O7DWo6Y1FIDFQW7nWf6WTfjO2Y/CtGhYoL/gCZjLqZ58SFKWKwBiBHJtI1cUR1Dvr4fUw NlfGl6d4Almuw8EQ6UA1yTSiqmCs0oI82QrWHMCW5HuD+eraEiS27DDu4uqG7w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clCY13Hxnzd9s for ; Sun, 12 Oct 2025 21:00: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 59CL05d8091437 for ; Sun, 12 Oct 2025 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CL05F6091434 for net@FreeBSD.org; Sun, 12 Oct 2025 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202510122100.59CL05F6091434@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, 12 Oct 2025 21:00:05 +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="17603028052.4e4fF1F88.89881" Content-Transfer-Encoding: 7bit --17603028052.4e4fF1F88.89881 Date: Sun, 12 Oct 2025 21:00:05 +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 ------------+-----------+--------------------------------------------------- In Progress | 118111 | rc: network.subr Add MAC address based interface 1 problems total for which you should take action. --17603028052.4e4fF1F88.89881 Date: Sun, 12 Oct 2025 21:00:05 +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
------------+-----------+---------------------------------------------------
In Progress |    118111 | rc: network.subr Add MAC address based interface 

1 problems total for which you should take action.
--17603028052.4e4fF1F88.89881-- From nobody Sun Oct 12 21:58:33 2025 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 4clDrV17Wpz6CZCZ for ; Sun, 12 Oct 2025 21:58:34 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clDrV0QVRz3tSP for ; Sun, 12 Oct 2025 21:58:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306314; 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=QYiSdSPv+0L3dJzwQjCRCD5LqL1EOZNi1jUfTgab5rY=; b=d5a2IF9HVPY5gjBlm6BvddkBdkCEkGAgVJVPticLoO227ZYal7hpjim7XJYO+VGqioMocn +jZVva5Kdh2MBNgGt4twk32S5SxqU7QVYwfTnK5bvmftQrD6N0kI4VTHO0Ov1Otl2/bqzW H3aSh8OHlvN6HpJx1WyZXmwaZVU0MD5vtEPvkw00dKT7Mgd8GFwk7UTf9pFPZ+cAodz9EN RJsay3mIQ1nNFUFeGMbeBi6W2+/FZWiwpatmhpTiNyCRy4Xm9vwDdpgjNmF9uvzPmvi7gy Zk07nWOoauzlcfJkMtH12trlXt1Jh8UdEKCEZ3YfyzovPG505gKrpg6egSAhqg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306314; 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=QYiSdSPv+0L3dJzwQjCRCD5LqL1EOZNi1jUfTgab5rY=; b=x8ZuwipLP3UOl+Xm9Lki4aUeD0b+R1U989fA6/g3ZI1H0ptW+G15C2eVzUEL2lMStKKPKP iaV2XflJHpgtaGTvCfvxMFyLVsEigHtcsbAJJkCdsIKcqgcV8NKEyMd25LFn7YG2aQc63n IhQMGD5Sm5MZEFcnV6JibBDtf6kn+LmpRyAZBSYv7w2QrlG4z2BEOqjkGw+Bniq28PPGDu iQQZALnkMy+VFPtTdUs2CHrxGV9AdvlEfuXXpRzt4g4latXPxLT/XUM4qoLm/TptdjxzE3 LpNUA7yOE8dUlJG/zx0ivlX6QdtpfuBaJ/ymwKcfLZayxmbG0RkgJqUDaPzPkw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760306314; a=rsa-sha256; cv=none; b=a5pGK8gB5uOGPjiFCtObXqGpwZ4yY+O3Q+b0ZWqXyQoZewX5tzpG0+rI19CywAF/E0vY2d sJBz464ZSdY6NNKcK8IHPxsfe/1oooIPGJfsB7Ik/bp2llwCjC+vuy+/tRXwvosNBPHYxt iSy8BGaf/E407xpQBwrBs4L0LXZbBCmZd3yHDFWY5/4iICD7VH/keScVKMOlx0NMXXB1ex cy/UtqxgwsUkpvpn2lekNB7WYHJ/LqUfTq/T/mRVTheLo7qERRFvbk4PIiUL4D26kLS0cd 255011qKGBIR5rrYtfNurhoQbRzU3JiYDivgw2r/df7yFmDBIL3PuAVn0pw/bg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clDrT6clxzdqf for ; Sun, 12 Oct 2025 21:58:33 +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 59CLwXBt077855 for ; Sun, 12 Oct 2025 21:58:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CLwX8s077854 for net@FreeBSD.org; Sun, 12 Oct 2025 21:58:33 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 21:58:33 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #10 from crypt47 --- No, I don't have capacity to test the changes right now. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:01:38 2025 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 4clDw32fMcz6CZXs for ; Sun, 12 Oct 2025 22:01:39 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clDw31nSBz3vMk for ; Sun, 12 Oct 2025 22:01:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306499; 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=EC546ubObPdBL9qncOF1q05FRAoqgznXxtOT9qqMk2g=; b=PCF+QsRGUvJ4B4AKfbVyDN3zTAFY2BmwjwRbUxDDIOtGWrTabtRW2R+3uLSsgYh4PqT93W sQXZILTth0DHsAmIp5eLpELCJvL90RJAoQjM0WYISnv/7tpkXP+NzMB0s1LyDY8D8rdhyw td1YF9YZAAgKcJuP238fQmHySnS5RA+/Gr5dLmgW2hnD8K/QXp/1Y1+owhA++xYyPOYJZd EDNwiGS2lmfHQiPvhmqkrgOYZceW55LyEydi57n5OLO9zK6wpLAiPw3nt++ar+xm7HRv6B snvEVT90NGB1c7A5GhTcEmatoRqtmUWwD2aZRaVh0raJ77guniUxNqocw/0Bsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306499; 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=EC546ubObPdBL9qncOF1q05FRAoqgznXxtOT9qqMk2g=; b=lWBkC2LvY9GBtyXgw+kLIfxwkEY6cj+T/vttkX9Swa+xWffGCWZn1mZ37AZKRLn7k/80Ie lxh8fF/Wlhsb7z0NJ/so68OxCqahEXbtdSX7U1XKD/fURybhH6hX8I/PU2vQvGVIXcOhB9 6Xem+fkhgp1+mngbJF69spsJongIKPHxFJkuOnsqVAZxB75h56GmfDMTxa6earcsiWvWaK 7RoW6riPfAPxexZQV6ajTcuaZwInXzLtbleYKQywISuyge0QzFfPEGfQJ7TTMMoljCIGqS P1iEkSs78g2/KUxN8aJTtfxtS/Dk5wD1g0wJwqEK8LyWmCm93s3v/7HRn3eR7g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760306499; a=rsa-sha256; cv=none; b=r8HjHPN8qIPnt8kj+0Er3q4/O43+7xX/qeusMRA2ahvPu7RH9qqpluSqtXvCDd/vpkffoJ MsPl54sZekioYT7rkApcRPBBL0zgYjvwSFPrhtUT7E/7vQ8M7hWryW8AvgQcYC+kARKkqI A4g9X4QcW1+XbG4BEcZ4d1S7Dqe6XZYvOM2yGjs9ChRQkmFrxS9xGtZNruTUp7t3i5tF62 1HmhViTWZeJKlosH8NF6B9pDHCoTHQ3jCpLrHrURDkVRw8kAc3n3nB8Gg74M8teNCPIvmK MhLqWEBCTKJkzS0G8ORRPM0+68NH4xrI7yF6YaBVYENNv2JfZmVun5SS/1slxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clDw3187xzfjJ for ; Sun, 12 Oct 2025 22:01:39 +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 59CM1d3i088988 for ; Sun, 12 Oct 2025 22:01:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CM1dZV088975 for net@FreeBSD.org; Sun, 12 Oct 2025 22:01:39 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:01:38 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #11 from crypt47 --- As far as I remember the issue was reported on the internet (https://serverfault.com/questions/817664/slow-network-fixed-adding-hw-vtne= t-csum-disable-1-what-are-the-posible-side-effe), so it has to be pretty easy to make a test environment. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:08:19 2025 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 4clF3l0sgBz6CZxC for ; Sun, 12 Oct 2025 22:08:19 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clF3k6sDRz3w5L for ; Sun, 12 Oct 2025 22:08:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306899; 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=dvvi80WNjad0nU0rnojT9+vZWv3d1PNF+oJSpj92hlM=; b=ECfm28zf0sTctTwpqw5RJnj6lmWhUtTRmKzxcwFonWZtug4EJDov4Z+tBm85tziQfFuGao Xa7Avtgc43hVieg1SS7mJEz3KG0fASi+G55d1UrjSiokOjLCKQJHi1UfnDAFnDdn43Preh DTyDO8D1046g2GYM+DLE1komK75EJCZOcidKtcMauQtw9Qt92JKCiNRcDSBvwHPpu9cEiu dxu5wp+lxDO5nSxVT9Hmg3Skhdh3l9Kyu3/Pz0jCeNM9YigG0sOveTfnBpNbxC1k7LdJj1 OyzDPN9yNDMBnp92VPpzVR3q6rjE7JoUe5ODBgpNcR/YFwX0c5G2xXsKQqQIFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306899; 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=dvvi80WNjad0nU0rnojT9+vZWv3d1PNF+oJSpj92hlM=; b=uM7e1c8f4ez+FLf2I+f25eR6/RCEE+/jK9Rg8CJSrDXDu9LSnYBjGqt8TlJhaN6qj7pVXI eo/3q/U3N/mq4jg13D71FEC+6zjj+niYnzMrZg9mR8DUXMpFveFWi1n3/GAqtL9fH1D3MV C7Z0yMjFvy9o4npijO5dPn3Xb94sfNeTAP8Pw87Vx5JtEq2QhFVwac/FBTDW9x5H5BPds/ p9/k/NX/iLP2XdT1cGcQHLBUDU3f9i/MMrdTwRO2Uv8DAupygJKGiIrVZdzuoP3FjDPLwM k9A3Vx4MmQQoVYL+tyxZLuIwSYAvr+4RjOLxKZAaHBS6a2rQ28FqzGkeno6FLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760306899; a=rsa-sha256; cv=none; b=o8RM2Yy5v2/SHyrbF4GUhZS8fzPBmsjPaZJy/aBcY6mc9Wp9GPTRbCuQA7VNA7xoGyyQWx rPfamzg1l35dZLj6SZZVkJnezIS/u6GtKKm6WIFQ05JBIURxZZTcNHDUTF3zDNJikGXhnh 1L6pdZKQzWSRrAkjlXTnjTrS6huydwl2QrlVFrurR77mseD4B5ufOjoOl+0RWfCG7LWPjx iw/7VunsmrhrAfnIGZ7djTj9sB/pa2ndvd5t3ImgmEpDcbeqLS4pIeF4xNaMOz6fTeQi0Y t3AIKPt/JyefwkN9SQ5M3RIkj8d9PzE8oJHWsmRKDeO2PUDM6MjW8WaJ9Ys33Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clF3k692jzfjX for ; Sun, 12 Oct 2025 22:08: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 59CM8I55097381 for ; Sun, 12 Oct 2025 22:08:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CM8Iee097380 for net@FreeBSD.org; Sun, 12 Oct 2025 22:08: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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:08:19 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some 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: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #12 from Michael Tuexen --- (In reply to crypt47 from comment #10) Thanks for letting me know. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:09:26 2025 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 4clF530xgnz6CZl3 for ; Sun, 12 Oct 2025 22:09:27 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clF530JCbz3wV5 for ; Sun, 12 Oct 2025 22:09:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306967; 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=X9AopGey/YsoMmjfBcSzEb6wBx08Ui1L8edBdMkNGBI=; b=VNNfYrNqyNyWadIZHNPeUqS6pghw3J74IdPrJd5kPNtLtdrXX/gMQmZwDIrWrFJnZVKGlS qvSKyLIuQYkmgA5TP9hh/brWdl6kUn24C12Qr6Rq2CQ/mJm2aK/UNjn0YyOuY0e1PLv2XT TgFzw1k2xxZX36LlUzam0J5PJzQEDAXqyt2e7QZKEAuwY9LH09lJnNiRuflRh0I+Opgybx qh2XKSTOsGgnCcJiuPoYs4kDwPWrU+1YGssTUKtH/cPkDegKtatgYJJD9SCiSs8iQL48ep 9FS8Ipd2RdtW9uI0aUvcBoBS5dgXIXdaQ9UGy4mQuZYskvZGz04mWsqHauZ4Uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760306967; 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=X9AopGey/YsoMmjfBcSzEb6wBx08Ui1L8edBdMkNGBI=; b=Ce5hZ4KQHTCSaABMTdKrqis4ctpQH+wg3kcCTXZRD+hpj4ADI2etfICWjLr1CHWG44UCvo Muy/bSrZNgFCUngBtS0T2l+1Yi8AtzQ7qbdBGjoh2Xn1PzHUOXzFLAW5s2KAuXRXDNZdzo cr28EyCWjxwXhKVGuOadggdrM3S8PUqBFgWZR4IyrGq7yWSkDpYhE5+QWKqhY54o7+NhiA C4cxv1ptjg44YWUdMatHDLxv/YMuN/ZmVtjwSEFPQxO9BTWwtio7IKNft5DFnDvUzzgkIa o3pGvxIaZziupeMjr+a9uirN5DKHlUB879DOIiA56Ls8nWFhaImL4MpyOJ05fw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760306967; a=rsa-sha256; cv=none; b=hQVqqGoi3P/w8xLXViZhaoIiS+gay5fvO6LRytq072Y/2iM4O+TiVMCBBSCpDZSmiNfg8L jTwBP/vKw57H5ZCW2qnfmBoC6HysIaSgCR5ZO9yllWYeNE8E/A5scqnCRlDdKsSSSavuvl pBakT4W4KNQG81alIdcAAY08q/lBtYstvElF/1GtP0tMYHr7Guxb0sRVwebs392YdZcg+u /d0lxF+FW4vaiQX9Dgso/vwSyji5k6/E3reBY4xBjxOz5C6vZ3z4CU3rPyMFlYvjxCGwLP 1G79aGGV9o+h/qdw+i+YmIfa7uwGMJ/7enpzNK+xm7mgEC0NiX0G70P02BoUjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clF52704jzfqt for ; Sun, 12 Oct 2025 22:09:26 +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 59CM9QVb098007 for ; Sun, 12 Oct 2025 22:09:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CM9QXS098006 for net@FreeBSD.org; Sun, 12 Oct 2025 22:09:26 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:09:26 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some 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: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #13 from Michael Tuexen --- (In reply to crypt47 from comment #11) I don't use GCE and find the description not clear enough to reproduce it... --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:29:54 2025 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 4clFXf38Nmz6CcD0 for ; Sun, 12 Oct 2025 22:29:54 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clFXf2M32z3xvb for ; Sun, 12 Oct 2025 22:29:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308194; 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=hnfmUMANGM0CploPIyI0GS8OWJP+C677Icz3lFNPFxM=; b=px5/OEe/EORRmO5ktyhp/ZAkRH8mcGloYTAc/z0qSKV9HXbFF2IIg2y4bl+jfWU+yV8iXo YZyuahw5+RMktMVq2Pf0ScD0ankoVvxm4aiy6ElJ0iICzYtxXpguqKG4ZH7vID8fGaCij5 ljee+Oc+eNo8nj2KOMXj9HMg4fPQVVnvqvmc/bACPskeRLJehUa7NdSVRVn32a71ECeeRF uDS8Dci1JoZ2J+TFcKIMm0h49PyK5wvpoeCX+Fgh+82M2lEhNnEeblKr0FcY5G2wO5Ta04 sTMCCR2Tu1AqIXi492cmY2WS/8AiMc6WFtEslIAInYolvxBwa6pq764sbLiAlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308194; 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=hnfmUMANGM0CploPIyI0GS8OWJP+C677Icz3lFNPFxM=; b=eBr8EQy+MVwjUqRpjNZjgSUt1zxfMyh5fn+qmqtKHCzMfarSMaLB4CraKt5bSnNiBj/xRf 2BehDlOst7pACn5AejO2H633rawgxjt7UG2auhRB/tJSVlNNyU/FuqWmMuKRsVWuIxEc66 XNd7dDXj2TeC81etWeTJ+WyN4ftun4pp/jHwSTOaMKgrb6ZaeAlumC6h5lxbSYxEkjXpGJ xHCAeFDRWX/sNJiXPHKjUJrXS5bxmeKY8jG3boAbhXCE3PNbna7yTh0KQZUy6EhV/pnGeY QuXYEfZfCNp48c273WGKf7iQypoiG4YSSuX0uwEY8zdcEoZrtlKeLpaU11fjVg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760308194; a=rsa-sha256; cv=none; b=hd5kmmUEvghe1CTzP4j/f6cSo9IWLPCLMQwPZaSf69Odnd4veN7NZ/FIG+Bv9B17g1Ik9s rzBLu6V9WKDAKTstoGwVr+Ij+7jsUWa2jfYclD1cR5sVTtonSXToCijoqGfe/LfpGXZFws Ga2W3GEMRyPeiOwhX1LYjJsqMqWi9LLc49jUzrfV5u//z+zzSoWmyjqNaAvBJ0IWLpq78e oWozSR02NQn7o+c4qqd96fKOJDb/+/Hq+TFKeDVtQ1knQGdWkLSZD+NbkLbzBsFNKNQ9ew Hx7qIbQoT1co/h6ao3pnkBW5h1o6Wl/K6PJDCthj+dFig9+o0T3s96LN6X0+BA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clFXf1gQqzgN6 for ; Sun, 12 Oct 2025 22:29:54 +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 59CMTshH030739 for ; Sun, 12 Oct 2025 22:29:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CMTspo030737 for net@FreeBSD.org; Sun, 12 Oct 2025 22:29:54 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:29:54 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #14 from crypt47 --- You don't have to use Google Cloud for that. I didn't. It's a general issue with KVM virtual machine and vtnet driver. You just have to run OpenVPN on = it. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:31:51 2025 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 4clFZw3dH4z6CcSC for ; Sun, 12 Oct 2025 22:31:52 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clFZw2T0Yz40m3 for ; Sun, 12 Oct 2025 22:31:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308312; 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=/bFwJe0X93BzzWEVIrD1upHOHpXtxuV4iKMCydBrLfQ=; b=WKXvCS8FPq6dcqd0nYGz/3rDN5xsKYoLnnLzXrULtSG65Dtn3I5/CrPCJlGTISvB/qNd7i dGWHnBaBM9HtyJnfxIko+1pzQaljIhd33egpUQVmz1xun5HFYw1PxwYAUUn1VljurnP1ak dHsAQkfdq4LKlfao2UvqrO2R9KefDR5Mh/hUOkOEW9PLH6/D11znrl0iiZGfEfh3hMxGUP Fv4HJMVJ/eEG96WDRtGmjtvCeG+I3FMvqwY63DjIXV3635fUNPgY7/SOIKVdPbvPTMcuxq 09wvGVZjQToBrwSQXpo2ZfxkLj0q+lXE7dBaikxYi7ZPySIuu9/aew3WArOMfA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308312; 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=/bFwJe0X93BzzWEVIrD1upHOHpXtxuV4iKMCydBrLfQ=; b=yYf5gdAE6ZEjluqSZXuaeuCzFBwnfhY0zw1gi4FCBUKZu+4IxCtlMNsH+cdU6eKbE64Vao 8jO+kpS6Dg8tJnz2P3rjz0EcWEZoFaIR+sy+BbabXvQCRTfBxmNrEXRkX4YrlZasgoVcZU zH+59OvREj35Zwcp29LKr8/84IzT2SkH9pjQC2j4wYPyzOtqFrtVxWNhmovrhUIrpNzsl6 WxE1kGyoQdmtH6E1N/sOs58HUbPjQ1qJMMlAxJ1O0vvoaIOKHL7ZXhFCAjfh4y3XV3+a4X QHZ/zKf/yvnOlVN0qcUFgWJHBQzT+6FSwJ8EjNSCj+IjScAwMnVzzIa3CQ9/Vw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760308312; a=rsa-sha256; cv=none; b=NSwb/25wlSqFQqEu4rRWXRBN8uuvqb6H3blCDKBVIV9pyJs5NKWzC4b8Mhp3tj7hOUhqd8 tcd7LsQxSTc9dFliCaGcY6RKhPb1qJmNUe+g1E43YnCLkdcB/Vf/QBdaj4fIaTHRCUarRx 3X8aWVUOor+6wvsNA9idWR/sUNoHJnOS/IcRQCbR/Ywdu6IPTIBj59BmuwjcnGPuVCL0uE G6eX8WDfxLJ7SAYdNMV+pcKY0ZlU4mw1zYTYNX+5/tiRoz9+WNtuhh7VhlDPq7Bt/P1OTn Cr8Sy+nM6cY7cvMoAJmWuNx9S87bcAIhqHPMXBg/YIioZ1iCBXmBppPLpfeggg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clFZw21Smzgrh for ; Sun, 12 Oct 2025 22:31:52 +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 59CMVqNS039644 for ; Sun, 12 Oct 2025 22:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CMVq9a039643 for net@FreeBSD.org; Sun, 12 Oct 2025 22:31:52 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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:31:51 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #15 from crypt47 --- Something is wrong with the encapsulation. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Sun Oct 12 22:32:29 2025 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 4clFbd5rWCz6CcSV for ; Sun, 12 Oct 2025 22:32: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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clFbd3vM2z41Sc for ; Sun, 12 Oct 2025 22:32:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308349; 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=bjwjbOHy3AhWS+HX9NINV9tBIuEZiyF/wZ4c7i31a44=; b=rD7ccUFT57Wb+LThBwNFdnpb1ZvqNouJAh5umgdBn1xr6Ej8MC/5pZAcBf5uRcmcVP5OnQ FplJ3gZ97gs0eDmR+KG/JBx7Oq/IclPD9eKLO71vTMwVMrgc6lm3nfKCgCSv1H3LwcStcC /DRQnzxMwlBnjveqPHqejxNf7ZdS2bjVG579v2ge/IZ/1b36KnZO4T/oavv3KwxD/GQyFx 4Q8BF5LSemuUiuC+QkvtpJnoNAWol8YOaQ+AKZAAYcJBePozWFb3Rrm2uwcJ13AyhRS7g2 9m2BF/pwV0ci2gFTRSzoapAB4M9z7GDYc5v8E+bNYR2M+ONxrDd51fGwnjY2lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760308349; 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=bjwjbOHy3AhWS+HX9NINV9tBIuEZiyF/wZ4c7i31a44=; b=JsFVCB8eZoOFXbdwQ/ZhIj3ugAiUzsAcGzUZP4dlMxoeuCK6kBcWe6zOnVTfgHrm3hW3kE g1edi8gxMhpg/CccobG+kiLKYqmEQ5FhPAC2wcbiqT858V4ujva5eQYSAEcj9689rb03o+ ejRrqpqleZVNEK0paeB2IAWwaIHSPFNhaIW6N26AJFVhbs8My9PZ0+hAmVM5d+ppI93KiG RvG1Cek3q3xm1r63e43jsdLKDE7gli1nzqZ2+L5FweyF+rtmQ69PU/shtcxSlCED4N8Xsb sWIsgenoActv/fJXdhRrhayHcinUJFW9BAdBiuP9KlBv/Sk2necM/9CUAUpi8g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760308349; a=rsa-sha256; cv=none; b=fyLZX/j62o2hUK3CWVaobLnMc6wStdj9uvBPIty1ZyxtbkksX074pCkfVQ2wgNYA9tAP66 4lBx5Lddpc2KPYgGWHYZ751nLmI78RnoyDt6ty7dN9SjT8yTS8IsMg1QTlWNgAA7wBpxw4 4TsJCf5RMPlApOcweRjvY7bcn/V1m/9iQD1zCsGoutqLm0zMN6Y0EXxj3Vs/ohSoUpfz0z 3KdvGNz6xga3gYXxTVbrimXqkux8o6cWcMPfBwoICAeMxTy8aipZhUi1OxLkqIkowIhX2V MXAlIHTqNKlkP/6XdChL0A2yIeG8IpJ9uV4OMShpzlDnW3ye9VsY1nxjuq4pjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clFbd3H6lzgvD for ; Sun, 12 Oct 2025 22:32: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 59CMWTQT040858 for ; Sun, 12 Oct 2025 22:32:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 59CMWTHD040857 for net@FreeBSD.org; Sun, 12 Oct 2025 22:32: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 276760] vtnet driver incorrectly calculates checksums Date: Sun, 12 Oct 2025 22:32:29 +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: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cryptogranny@gmail.com X-Bugzilla-Status: In Progress 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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=3D276760 --- Comment #16 from crypt47 --- > You just have to run OpenVPN on it. Or IPSec for that matter. As I've reported. --=20 You are receiving this mail because: You are on the CC list for the bug.=