From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2Sp25zgrz335C for ; Thu, 06 Nov 2025 16:49:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2Snz2Mfwz30Cn for ; Thu, 06 Nov 2025 16:49:11 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "michael.haj.ipfire.org", Issuer "E7" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4d2Snx05DQz311 for ; Thu, 06 Nov 2025 16:49:09 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4d2Snw6SzmzTj5P; Thu, 06 Nov 2025 16:49:08 +0000 (UTC) From: Michael Tremer To: development@lists.ipfire.org Subject: New Feature: LLDP Date: Thu, 6 Nov 2025 16:46:50 +0000 Message-ID: <20251106164907.1484873-1-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.47.3 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hello, this has been request by a customer. Initially, the requirement was for IPFire to send LLDP packets to the local network, but I thought that this all would only make sense if there is an option to see any neighbours on the web UI, too. Therefore I put this little thing together. It is pretty straight forward. Since this is not touching any other code, I believe that is good to go into Core Update 199. So please review. All the best, -Michael