]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
services.cgi: Add status details for LLDPD
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Nov 2025 18:12:47 +0000 (19:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Nov 2025 11:15:11 +0000 (11:15 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/services.cgi

index 8b92f7e0825955cba16f13bd3f6322d29c07096d..b8ad0739e771f3af8080e3e38507bae9d537a6d4 100644 (file)
@@ -115,6 +115,11 @@ $querry[1] = 'hour' unless defined $querry[1];
                $Lang::tr{'ovpn roadwarrior server'} => {
                        "process" => "openvpn",
                        "pidfile" => "/var/run/openvpn-rw.pid",
+               },
+
+               # LLDPD
+               $Lang::tr{'lldp'} => {
+                       "process" => "lldpd",
                }
        });