From nobody Mon May 13 13:28:25 2024 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 4VdL0T27Z5z5KFS6 for ; Mon, 13 May 2024 13:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VdL0T14wyz47Gd for ; Mon, 13 May 2024 13:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1715606905; a=rsa-sha256; cv=none; b=UQdWJViaArcWWmSglSl96FAPKweuvCy33uATcvgSlipZ+prc0CYrfI95L7LHY3RQwbWcfZ IR9eA+1oFS6x/qrupQ07pzEIE7BrAJr47DoCLZmi908FUO1ux/VRSsv7RJGXyngCpu7OcN VPmMcY0lGxbek/AqRHNifNVPhs64sTebOxf6YgYV0CY+uAvcmBAoejb7zcGWHJPjJJk+wY 8WOJCrz02ZC5yB/ZoBBErS4Sbx9d2MVWWgskErYmHYXnHDOo2WU8wim/hvnD+qCIgV0K+6 sVXfFXTsYwfUppPzKTjfoR1JhZMgDZ6TtQlAeP/wGWhPXZfkCUhHVWl0ZifkEA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1715606905; 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=HwJ1KrvmHf76oS4t5K0jRTYSuRsNLOG7A8Rbi45i/ss=; b=AuYAjByR9dskzOWIJFwCU4ayT1jNUYRr4pHcqOZ7xRtlc3zq1mUYSzXeWp1NJpgjgjJQlr Kvn/+oKd4zVELi5Krxu4Wmt1+JdGl+E54cz+lBkzcO3eFrDG51TaMqEES1LWBMW9y94xma K5ccsTjMlLTpCpztXeTiJMApctEX8H8r1d06mJqyG4r/POrmfWt/AtQCA3ysYbMSGS+Zlh +1px3dPDjZ0I0XYNjzKVF6alanvOfGYCsimy76XVazLAJHDu3hHZZLGgSfKyDJcVZqU9pN +3VtSrqjEtPyNRxScMHIXf7coiMXxt/6C8WZqOEtCAVo0OMHOrFSXIseqEgWHQ== 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 4VdL0T0Zh1zpwy for ; Mon, 13 May 2024 13:28: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 44DDSPLK038001 for ; Mon, 13 May 2024 13:28:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 44DDSPj6037993 for net@FreeBSD.org; Mon, 13 May 2024 13:28: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 277396] CARP packet not processed Date: Mon, 13 May 2024 13:28: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.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tburns@hrsd.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277396 tburns@hrsd.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tburns@hrsd.com --- Comment #1 from tburns@hrsd.com --- I'm having a similar issue with a much simpler setup. It worked fine on Fre= eBSD 13.2. Everything is the same except upgrading from 13.2-RELEASE to 14.0-RELEASE. Do you mind updating the importance since it just just you no= w? https://forums.freebsd.org/threads/carp-stopped-working-after-upgrade-from-= freebsd-13-2-to-freebsd-14.93404/#post-654545 --=20 You are receiving this mail because: You are the assignee for the bug.=