From nobody Wed Jan 17 07:11:49 2024 X-Original-To: pf@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 4TFH9x5j1bz579St for ; Wed, 17 Jan 2024 07:11:49 +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 4TFH9x32D0z4CkX for ; Wed, 17 Jan 2024 07:11:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705475509; 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=At4sOBWUQsYV95NhHiZHgsBnp8Pb4qnm14q4kJIUuJc=; b=X6nsr4iqlvFfGF17D1o7o6baKfwNxil+ZbTXi70B9B7anar2ig67htFfjaOLqq9DKYgk+X WCdNjVgD46VrEWi0AILYEWBUDv3IZJpYMjDIMMvvWI6FmLbETLoPi+dwQDHTmgjMOX3Lj1 Sor01XKSmkCQgRn361oqWYmxFuyIQvhOaLs43RlpWAxLcUJf/QRgHnLNDtatWR8To4pHsS NZmFVimww9qZ/OmsKn2X35mPo3sJ18slYwPPQYFN+h3lVzROyZ/7EkkfkrF0hmf1eleOwW oTZ1zi2GoSCgq7MjFUqgJ5wGjdbM/DvNh1N2YX8bUlWGjnisO86tfzmTpPZkFQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705475509; a=rsa-sha256; cv=none; b=nEoUF3HeZTrW5EEFdoWIshX3eCfzitgGmMwAW3DjzBsMp+mnOaf3//WGPP22rAhP2+6cfj wRj4ts2k7wM5CrahQlsBpb1+FiZIH2X8weV2ofrI/1QdmUy8BHWrFTuqEJgfo59Nbklw7r egOPhlkcjMkJRGUIyge8nybScuuacCddbfiHxUyylZW3/ARu5dJg0HP7NfmCFG6Rjo7T8M rmD2hPiBaitCoEKrRqd3zrvfFWeUN8xjcgrSde3ekWTTvZ0E1vl3P2cf/Jlo7G74mXAVpy TLxn8ZeDnGRRIu7NniL7CyJa3MLQunrgHS2WYTIYYPzDF6V6Gd3RCyCtnhwKEQ== 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 4TFH9x27PKzDqW for ; Wed, 17 Jan 2024 07:11:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40H7BnaS046809 for ; Wed, 17 Jan 2024 07:11:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40H7BnDj046808 for pf@FreeBSD.org; Wed, 17 Jan 2024 07:11:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 273924] pf Logging Issue: Missing NAT and RDR Translation Details in pflog Date: Wed, 17 Jan 2024 07:11:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: franco@opnsense.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Technical discussion and general questions about packet filter (pf) List-Archive: https://lists.freebsd.org/archives/freebsd-pf List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pf@freebsd.org X-BeenThere: freebsd-pf@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273924 --- Comment #4 from Franco Fichtner --- Mark, https://cgit.freebsd.org/src/commit/sys/netpfil/pf?id=3D8e496ea1df1f00ea783= 2eb41754dbbb56dd244c8 was never backported to stable/13 but it is available in 14.0-RELEASE so I don't think the issue applies any longer and certainly not to 14.0-STABLE :) Cheers, Franco --=20 You are receiving this mail because: You are the assignee for the bug.=