From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [213.95.27.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 74B0820314 for ; Tue, 11 Jun 2024 22:08:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.27.120 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718143731; cv=none; b=qAZFAKb5NKyddmlr7tADOIK1h64QCbs0pTZESat2UH5HIlR+zVFYr5tCXyqhwYFgTpo+6lTYUxs/fxrjcT27vlU+dYqCHI4oIItzAbTB8o/oGQD7BMs212VhNDRrAlmv8+NmPL9eYvPz8bDA5ZLWiLliHQFCBllNtyuh7i5L/+s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718143731; c=relaxed/simple; bh=gQb11Ms9aJmtzKg58WQxZix8Tk2p0JePsyGG0b96Nr8=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=umwgE5JsTJeG2gnWgNFqhvOGxAAlylzrI4YSVpJihpKtAcfDFpgHh+Y5KN15QPpdYLauF7omC67IpdinFkhryT82COmmmPMFjzt7SQubQJJzQCEeq0GcD+8hh6ub09mB9Tsyratv7dY8HodvwcdpeiGx5AaZUR8mkzrs67dYqAM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org; spf=pass smtp.mailfrom=gnumonks.org; arc=none smtp.client-ip=213.95.27.120 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gnumonks.org Received: from [78.30.37.63] (port=43080 helo=gnumonks.org) by ganesha.gnumonks.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sH9fT-002uFq-DW for netfilter@vger.kernel.org; Wed, 12 Jun 2024 00:08:41 +0200 Date: Wed, 12 Jun 2024 00:08:38 +0200 From: Pablo Neira Ayuso To: netfilter@vger.kernel.org Subject: Re: nft not logging some layer 2 frames? Message-ID: References: <20240524155729.4fd15210@localhost> <70c9f5d0-b6be-4ab2-b154-d9d334ebb19d@del.bg> <20240527171718.7db995bf@localhost> <371a8e68-4a89-41e3-880a-14e0a6371fdc@del.bg> <20240528150131.3ced9e3a@localhost> <20240611191214.5cfadb52@localhost> Precedence: bulk X-Mailing-List: netfilter@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240611191214.5cfadb52@localhost> X-Spam-Score: -1.9 (-) On Tue, Jun 11, 2024 at 07:12:14PM -0000, William N. wrote: > Thanks, Pablo. > Where can one look up the meaning of the MACPROTO number? That is the ethertype, the MACPROTO key is used for historical reasons. Manpage can be enhanced to include this information.